Skip to content

Instantly share code, notes, and snippets.

@bantya
Last active May 22, 2018 15:11
Show Gist options
  • Save bantya/5e3c7db2755ebee1e4300f856c057378 to your computer and use it in GitHub Desktop.
Save bantya/5e3c7db2755ebee1e4300f856c057378 to your computer and use it in GitHub Desktop.
Sublime: A custom Adaptive theme for Sublime Text 3
[
// Created by - http://www.github.com/bantya
/* Sidebar */
{
"class": "sidebar_container",
"layer0.draw_center": false,
"layer0.opacity": 1.0,
},
{
"class": "sidebar_tree",
"row_padding": [8, 5],
"indent": 20,
"indent_offset": 13,
"indent_top_level": false,
"dark_content": false,
},
{
"class": "sidebar_tree",
"row_padding": [8, 8],
"settings": ["theme_sidebar_cozy"],
},
{
"class": "sidebar_tree",
"row_padding": [8, 5],
"settings": ["theme_sidebar_normal"],
},
{
"class": "sidebar_tree",
"row_padding": [8, 2],
"settings": ["theme_sidebar_compact"],
},
{
"class": "sidebar_label",
"font.size": 12,
},
{
"class": "sidebar_label",
"font.bold": true,
"settings": ["theme_font_bold"],
},
{
"class": "sidebar_label",
"font.italic": true,
"settings": ["theme_font_italic"],
},
{
"class": "sidebar_label",
"font.size": 11,
"settings": ["theme_font_small"],
},
{
"class": "sidebar_label",
"font.size": 12,
"settings": ["theme_font_normal"],
},
{
"class": "sidebar_label",
"font.size": 13,
"settings": ["theme_font_big"],
},
{
"class": "sidebar_label",
"settings": ["theme_font_fira_code"],
"font.face": "Fira Code",
},
{
"class": "sidebar_label",
"settings": ["theme_font_roboto_mono"],
"font.face": "Roboto Mono",
},
{
"class": "sidebar_label",
"settings": ["theme_font_inconsolata"],
"font.face": "Inconsolata Medium",
},
{
"class": "sidebar_heading",
"font.bold": true,
},
{
"class": "sidebar_heading",
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
},
{
"class": "sidebar_label",
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
},
{
"class": "sidebar_label",
"parents": [{"class": "tree_row", "attributes": ["expandable"]}],
"settings": ["bold_folder_labels"],
"font.bold": true
},
/* Autocomplete */
{
"class": "popup_control",
"content_margin": [0, 0, 0, 0],
},
{
"class": "auto_complete",
"row_padding": [6, 6],
},
{
"class": "auto_complete_label",
"font.size": 12,
},
{
"class": "auto_complete_label",
"settings": ["theme_font_fira_code"],
"font.face": "Fira Code",
},
{
"class": "auto_complete_label",
"settings": ["theme_font_roboto_mono"],
"font.face": "Roboto Mono",
},
{
"class": "auto_complete_label",
"settings": ["theme_font_inconsolata"],
"font.face": "Inconsolata Medium",
},
/* Tabs */
{
"class": "tab_label",
"attributes": ["dirty"],
"font.italic": true,
},
{
"class": "tab_label",
"font.bold": true,
"settings": ["theme_font_bold"],
},
{
"class": "tab_label",
"font.italic": true,
"settings": ["theme_font_italic"],
},
{
"class": "tab_label",
"font.size": 11,
"settings": ["theme_font_small"],
},
{
"class": "tab_label",
"font.size": 12,
"settings": ["theme_font_normal"],
},
{
"class": "tab_label",
"font.size": 13,
"settings": ["theme_font_big"],
},
{
"class": "tab_label",
"settings": ["theme_font_fira_code"],
"font.face": "Fira Code",
},
{
"class": "tab_label",
"settings": ["theme_font_roboto_mono"],
"font.face": "Roboto Mono",
},
{
"class": "tab_label",
"settings": ["theme_font_inconsolata"],
"font.face": "Inconsolata Medium",
},
{
"class": "tabset_control",
"layer1.inner_margin": [2, 6],
"content_margin": [0, -5, 3, 0],
"tab_overlap": 0,
"tab_width": 180,
"tab_min_width": 50,
"tab_height": 40,
"mouse_wheel_switch": true
},
{
"class": "tabset_control",
"content_margin": [0, -5, 3, 2],
"settings": ["theme_tabs_editor_separator"],
},
{
"class": "tabset_control",
"content_margin": [0, -5, 3, 2],
"settings": ["theme_no_tabs_slider", "theme_tabs_editor_separator"],
},
{
"class": "tabset_control",
"content_margin": [0, -5, 3, 0],
"settings": ["theme_no_tabs_slider", "!theme_tabs_editor_separator"],
},
{
"class": "tabset_control",
"tab_overlap": 0,
"tab_width": 0,
"tab_min_width": 0,
"tab_height": 40,
"settings": ["theme_tabs_fluid"],
},
{
"class": "tabset_control",
"tab_overlap": -2,
"settings": ["theme_tabs_gap"],
},
{
"class": "tab_control",
"layer0.texture": null,
"layer1.texture": null,
"layer2.texture": null,
"layer3.texture": null,
"layer3.opacity": 0,
"content_margin": [15, 7, 9, 0],
},
// tab set scroll left | scroll right
{
"class": "scroll_tabs_left_button",
"content_margin": [10, 10],
},
{
"class": "scroll_tabs_right_button",
"content_margin": [10, 10],
},
{
"class": "scroll_tabs_left_button",
"content_margin": 0,
"settings": ["theme_no_tabs_slider"],
},
{
"class": "scroll_tabs_right_button",
"content_margin": 0,
"settings": ["theme_no_tabs_slider"],
},
/* Command Panel */
{
"class": "overlay_control",
"layer0.inner_margin": [24, 4, 24, 33],
"layer0.opacity": 1,
"layer1.inner_margin": [16, 0, 16, 25],
},
// Quick panel (project) style inside overlay_control (cmd + shift + p)
{
"class": "quick_panel",
"parents": [{"class": "overlay_control"}],
"row_padding": [12, 12],
},
// Command Panel selected list item style (cmd + p)
{
"class": "mini_quick_panel_row",
"attributes": ["selected"],
},
// Quick panel project setting (project manager) (cmd + ctrl + p)
{
"class": "quick_panel",
"row_padding": [12, 12],
},
/* Texline input */
{
"class": "text_line_control",
"layer0.opacity": 1.0,
"layer0.inner_margin": [5, 5, 5, 5],
"tint_index": 1,
"content_margin": [0,0,0,0]
},
// Textline input inside overlay panels
{
"class": "text_line_control",
"parents": [{"class": "overlay_control"}],
"layer0.inner_margin": [5,5,5,5],
"content_margin": [0,0,0,0]
},
// Textline input oveflow menu
{
"class": "dropdown_button_control",
"content_margin": [12, 12],
"layer0.inner_margin": [0, 0],
"layer1.inner_margin": [0, 0],
},
/* Buttons */
{
"class": "button_control",
"content_margin": [5, 9, 5, 9],
"min_size": [70, 0],
},
// Small Icon Buttons
{
"class": "icon_button_control",
"content_margin": [10, 6]
},
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment