Skip to content

Instantly share code, notes, and snippets.

@valacar
Created April 3, 2015 03:26
Show Gist options
  • Save valacar/7d022f5acee248cb5822 to your computer and use it in GitHub Desktop.
Save valacar/7d022f5acee248cb5822 to your computer and use it in GitHub Desktop.
Soda Dark 3 customization
[
// general text label settings for tabs
{
"class": "tab_label",
"shadow_offset": [1, 1],
"fg": [140, 140, 140],
"shadow_color": [35, 35, 35],
"font.bold": true
},
// current (selected) tab text
{
"class": "tab_label",
"parents": [{"class": "tab_control", "attributes": ["selected"]}],
"fg": [240, 240, 240],
"shadow_color": [0, 0, 0],
"font.bold": true
},
// tab text when hovering (unselected)
{
"class": "tab_label",
"parents": [{"class": "tab_control", "attributes": ["hover"]}],
"fg": [165, 165, 165],
},
// text text when hovering over selected tab
{
"class": "tab_label",
"parents": [{"class": "tab_control", "attributes": ["hover", "selected"]}],
"fg": [255, 255, 255],
},
// Sidebar tree
{
"class": "sidebar_tree",
"row_padding": [8, 3],
"indent": 8,
"indent_offset": 15,
"indent_top_level": false,
"dark_content": true
},
// show file type icons in sidebar (put icons in Packages\Theme - Soda\icons\)
{
"class": "icon_file_type",
"content_margin": [8,8]
},
// hide folder icons in sidebar
{
"class": "icon_folder",
"content_margin": [0,0]
},
// hide folder loading animation icon
{
"class": "icon_folder_loading",
"content_margin": [0,0]
},
// arrows next to folder name
{
"class": "disclosure_button_control",
"content_margin": [8, 8, 8, 8]
},
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment