Skip to content

Instantly share code, notes, and snippets.

@amiralles
Created November 20, 2021 02:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • 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_path_label_color":"#222",
"quick_panel_matched_label_color": "#022FDF",
"quick_panel_matched_path_label_color":"#111",
"quick_panel_selected_path_label_color": "#222",
"quick_panel_selected_matched_label_color": "#022FDF",
"quick_panel_selected_matched_path_label_color": "#022FDF",
},
"rules": [
{
"class": "sidebar_label",
"font.size": 13,
"color": "#444"
},
{
"class": "tab_label",
"font.size": 15,
"font.face": "Iosevka Fixed Light"
},
{
"class": "quick_panel_label",
"font.face": "Iosevka Fixed Light",
"font.size": 15,
},
{
"class": "label_control",
"parents":[{"class": "status_bar"}],
"font.size": 12
}
],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment