Last active
August 17, 2023 03:32
-
-
Save gnat/e6b917368dc67f9f3e4d6954c661fc08 to your computer and use it in GitHub Desktop.
Sublime: Preferences -> Customize Theme...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"variables": | |
{ | |
"font_face": "Ubuntu Mono", | |
//"font_face": "Noto Sans Mono Bold", | |
"font_size_sm": 14, | |
"font_size": 14, | |
"font_size_lg": 10, | |
"font_size_title": 14, | |
"vcs_modified": "color(var(--greenish) min-contrast(var(--background) 2.5))", | |
"dark_bg": "black", | |
"medium_dark_bg": "black", | |
}, | |
"rules": | |
[ | |
// Sidebar. | |
{ | |
"class": "sidebar_tree", | |
"row_padding": [2, -2, 0, 1], | |
"indent": 10, | |
"indent_offset": 8, | |
"indent_top_level": false, | |
"dark_content": true, | |
"spacer_rows": true | |
}, | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment