Created
December 31, 2017 20:41
-
-
Save salishdev/be87b5da0f3fe067b80f2f5253269b5e to your computer and use it in GitHub Desktop.
slight modification of Default Adaptive theme for Sublime Text 3
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
[ | |
// Title Bar | |
{ | |
"class": "title_bar", | |
"attributes": ["file_medium_dark"], | |
"bg": ["background", 0, 0, 0, 0.25] | |
}, | |
// Side Bar | |
{ | |
"class": "sidebar_container", | |
"parents": [{"class": "window", "attributes": ["file_medium_dark"]}], | |
"layer0.tint": ["background", 0, 0, 0, 0.25], | |
"layer0.opacity": 1.0, | |
"content_margin": 0, | |
}, | |
{ | |
"class": "tree_row", | |
"attributes": ["selectable", "hover"], | |
"layer0.tint": [255, 255, 255, 0.1], | |
"layer0.opacity": 1.0, | |
}, | |
{ | |
"class": "tree_row", | |
"attributes": ["selected"], | |
"layer0.tint": [255, 255, 255, 0.1], | |
"layer0.opacity": 1.0, | |
}, | |
// Tabs | |
{ | |
"class": "tabset_control", | |
"attributes": ["file_medium_dark"], | |
"tint_modifier": ["background", 0, 0, 0, 0.25], | |
}, | |
// Status Bar | |
{ | |
"class": "status_bar", | |
"parents": [{"class": "window", "attributes": ["file_medium_dark"]}], | |
"layer0.tint": ["background", 0, 0, 0, 0.35], | |
"layer0.opacity": 1.0, | |
"layer1.texture": "Theme - Default/common/footer_divider.png", | |
"layer1.inner_margin": [0, 1, 0, 1], | |
"layer1.draw_center": false, | |
"layer1.tint": [0, 0, 0], | |
"layer1.opacity": 0.2, | |
"content_margin": [8, 0, 8, 0], | |
}, | |
// Views | |
{ | |
"class": "auto_complete", | |
"row_padding": [4, 1, 4, 1], | |
"tint_index": 0, | |
"layer0.opacity": 1.0, | |
"tint_modifier": [255, 255, 255, 0.05], | |
}, | |
// Panels | |
{ | |
"class": "panel_control", | |
"layer0.tint": ["background", 0, 0, 0, 0.35], | |
"layer0.opacity": 1.0, | |
"content_margin": 2 | |
}, | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment