Last active
October 18, 2024 12:13
-
-
Save amiralles/a821024ec9820e0c65acea1d9bbfea7c to your computer and use it in GitHub Desktop.
Customizations for Sublime Text 4 default theme.
This file contains 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
{ | |
// http://www.sublimetext.com/docs/3/themes.html | |
"variables": { | |
"quick_panel_matched_label_color": "#ed2460", | |
}, | |
"rules": [ | |
{ | |
"class": "text_line_control", | |
"parents": [{"class": "overlay_control"}], | |
"font.face": "Iosevka Fixed", | |
"font.size": 17 | |
}, | |
{ | |
"class": "sidebar_label", | |
"font.size": 17, | |
"color": "444", | |
}, | |
{ | |
"class": "tab_label", | |
"font.size": 18, | |
"font.face": "Iosevka Fixed" | |
}, | |
{ | |
"class": "quick_panel_label", | |
"font.face": "Iosevka Fixed", | |
"font.size": 18, | |
}, | |
{ | |
"class": "label_control", | |
"parents":[{"class": "status_bar"}], | |
"font.size": 17, | |
"font.face": "Iosevka Fixed" | |
} | |
], | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment