Skip to content

Instantly share code, notes, and snippets.

@catc
Forked from larrybotha/A.markdown
Last active August 29, 2015 14:07
Show Gist options
  • Save catc/7b31f0eb44461b1c4f80 to your computer and use it in GitHub Desktop.
Save catc/7b31f0eb44461b1c4f80 to your computer and use it in GitHub Desktop.

Sublime Text Monokai Sidebar Theme

A theme for the sidebar in Sublime Text to match the workspace of the Monokai theme.

This theme only modifies the sidebar to better match the Monokai theme, without modifying any of the styling elsewhere defined by Monokai.

File location: Packages/User

For a theme that extends beyond just the sidebar, visit https://gist.github.com/umpirsky/5842174

[
{
"class": "sidebar_container",
"layer0.tint": [60, 60, 60],
"layer0.opacity": 1.0,
"layer0.draw_center": false,
"layer0.inner_margin": [0, 0, 1, 0],
"content_margin": [0, 0, 1, 0]
},
{
"class": "sidebar_tree",
"row_padding": [8, 3],
"indent": 12,
"indent_offset": 17,
"indent_top_level": false,
"layer0.tint": [30, 30, 26],
"layer0.opacity": 1.0,
"dark_content": false
},
{
"class": "sidebar_heading",
"color": [207, 207, 194],
"font.bold": true,
"shadow_color": [29, 29, 22],
"shadow_offset": [0, 1]
},
{
"class": "sidebar_heading",
"parents":
[
{ "class": "tree_row", "attributes": ["selected"] }
],
"shadow_color": [160, 174, 192]
},
{
"class": "sidebar_label",
"color": [207, 207, 194]
// , "shadow_color": [250, 250, 250], "shadow_offset": [0, 0]
},
{
"class": "sidebar_label",
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
"color": [255, 255, 255]
// , "shadow_color": [60, 60, 60], "shadow_offset": [0, 1]
}
]
// find tag_label + dirty
{
"class": "tab_label",
"parents": [{"class": "tab_control", "attributes": ["file_medium_dark"]}],
"attributes": ["dirty"],
"settings": ["highlight_modified_tabs"],
"fg": [113,176,239]
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment