Skip to content

Instantly share code, notes, and snippets.

@amiralles
Last active October 18, 2024 12:13
Show Gist options
  • Save amiralles/a821024ec9820e0c65acea1d9bbfea7c to your computer and use it in GitHub Desktop.
Save amiralles/a821024ec9820e0c65acea1d9bbfea7c to your computer and use it in GitHub Desktop.
Customizations for Sublime Text 4 default theme.
{
// 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