Skip to content

Instantly share code, notes, and snippets.

@mattst
Created September 20, 2016 13:32
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 mattst/c7f160b7a373e13190e58b1baab70dc9 to your computer and use it in GitHub Desktop.
Save mattst/c7f160b7a373e13190e58b1baab70dc9 to your computer and use it in GitHub Desktop.
Boxy Tomorrow.sublime-theme with theme_accent_numix entries added
// > BOXY TOMORROW
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
// Definitely, your next theme for Sublime Text 3
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[
//
// >> Autocomplete
// ===========================================================================
// Autocomplete settings and behavior
// ===========================================================================
//
// Autocomplete Dropdown
// ===========================================================================
{
"class": "popup_control",
"content_margin": [0, 0]
},
// Autocomplete Sizes
// ===========================================================================
{
"class": "auto_complete",
"row_padding": [5, 5],
"layer0.opacity": 1.0
},
// Autocomplete Rows
// ===========================================================================
{
"class": "table_row",
"layer0.opacity": 0,
"layer0.inner_margin": [1, 1],
"layer1.inner_margin": [1, 1],
"layer1.opacity": 0
},
{
"class": "table_row",
"attributes": ["selected"],
"layer0.opacity": 1.0,
"layer1.opacity": 0
},
{
"class": "table_row",
"attributes": ["selected"],
"settings": ["!theme_accent_mono", "theme_autocomplete_item_selected_colored"],
"layer0.opacity": 0,
"layer1.opacity": 1.0
},
// Autocomplete Theme Specific Styles
// ===========================================================================
// Autocomplete Background
// ---------------------------------------------------------------------------
{
"class": "auto_complete",
"layer0.tint": [42, 43, 45]
},
{
"class": "auto_complete",
"settings": ["theme_unified"],
"layer0.tint": [35, 36, 38]
},
// Autocomplete Foreground
// ---------------------------------------------------------------------------
{
"class": "auto_complete_label",
"fg": [145, 146, 147],
"selected_fg": [178, 179, 179]
},
// Autocomplete Accents
// ===========================================================================
{
"class": "auto_complete_label",
"settings": ["theme_accent_mono"],
"match_fg": [255, 255, 255]
},
{
"class": "auto_complete_label",
"settings": ["theme_accent_mono"],
"selected_match_fg": [255, 255, 255]
},
{
"class": "auto_complete_label",
"settings": ["!theme_accent_mono", ],
"match_fg": [36, 151, 227]
},
{
"class": "auto_complete_label",
"settings": ["!theme_accent_mono", ],
"selected_match_fg": [36, 151, 227]
},
{
"class": "auto_complete_label",
"settings": ["!theme_accent_mono", "theme_accent_green"],
"match_fg": [46, 188, 103]
},
{
"class": "auto_complete_label",
"settings": ["!theme_accent_mono", "theme_accent_green"],
"selected_match_fg": [46, 188, 103]
},
{
"class": "auto_complete_label",
"settings": ["!theme_accent_mono", "theme_accent_orange"],
"match_fg": [242, 104, 62]
},
{
"class": "auto_complete_label",
"settings": ["!theme_accent_mono", "theme_accent_orange"],
"selected_match_fg": [242, 104, 62]
},
{
"class": "auto_complete_label",
"settings": ["!theme_accent_mono", "theme_accent_purple"],
"match_fg": [137, 85, 162]
},
{
"class": "auto_complete_label",
"settings": ["!theme_accent_mono", "theme_accent_purple"],
"selected_match_fg": [137, 85, 162]
},
{
"class": "auto_complete_label",
"settings": ["!theme_accent_mono", "theme_accent_tangerine"],
"match_fg": [242, 134, 94]
},
{
"class": "auto_complete_label",
"settings": ["!theme_accent_mono", "theme_accent_tangerine"],
"selected_match_fg": [242, 134, 94]
},
{
"class": "auto_complete_label",
"settings": ["!theme_accent_mono", "theme_accent_numix"],
"match_fg": [214, 73, 55]
},
{
"class": "auto_complete_label",
"settings": ["!theme_accent_mono", "theme_accent_numix"],
"selected_match_fg": [214, 73, 55]
},
{
"class": "auto_complete_label",
"settings": ["!theme_accent_mono", "theme_accent_cyan"],
"match_fg": [116, 202, 194]
},
{
"class": "auto_complete_label",
"settings": ["!theme_accent_mono", "theme_accent_cyan"],
"selected_match_fg": [116, 202, 194]
},
{
"class": "auto_complete_label",
"settings": ["!theme_accent_mono", "theme_accent_lime"],
"match_fg": [132, 188, 68]
},
{
"class": "auto_complete_label",
"settings": ["!theme_accent_mono", "theme_accent_lime"],
"selected_match_fg": [132, 188, 68]
},
{
"class": "auto_complete_label",
"settings": ["!theme_accent_mono", "theme_accent_pink"],
"match_fg": [240, 113, 120]
},
{
"class": "auto_complete_label",
"settings": ["!theme_accent_mono", "theme_accent_pink"],
"selected_match_fg": [240, 113, 120]
},
{
"class": "auto_complete_label",
"settings": ["!theme_accent_mono", "theme_accent_sky"],
"match_fg": [82, 139, 255]
},
{
"class": "auto_complete_label",
"settings": ["!theme_accent_mono", "theme_accent_sky"],
"selected_match_fg": [82, 139, 255]
},
{
"class": "auto_complete_label",
"settings": ["theme_autocomplete_item_selected_colored", "!theme_accent_mono"],
"selected_fg": [255, 255, 255],
"selected_match_fg": [255, 255, 255]
},
{
"class": "table_row",
"layer0.texture": "Boxy Theme/assets/variants/dark/highlight.png"
},
{
"class": "table_row",
"settings": ["!theme_accent_mono", "theme_autocomplete_item_selected_colored"],
"layer1.tint": [36, 151, 227]
},
{
"class": "table_row",
"settings": ["!theme_accent_mono", "theme_autocomplete_item_selected_colored", "theme_accent_green"],
"layer1.tint": [46, 188, 103]
},
{
"class": "table_row",
"settings": ["!theme_accent_mono", "theme_autocomplete_item_selected_colored", "theme_accent_orange"],
"layer1.tint": [242, 104, 62]
},
{
"class": "table_row",
"settings": ["!theme_accent_mono", "theme_autocomplete_item_selected_colored", "theme_accent_purple"],
"layer1.tint": [137, 85, 162]
},
{
"class": "table_row",
"settings": ["!theme_accent_mono", "theme_autocomplete_item_selected_colored", "theme_accent_tangerine"],
"layer1.tint": [242, 134, 94]
},
{
"class": "table_row",
"settings": ["!theme_accent_mono", "theme_autocomplete_item_selected_colored", "theme_accent_numix"],
"layer1.tint": [214, 73, 55]
},
{
"class": "table_row",
"settings": ["!theme_accent_mono", "theme_autocomplete_item_selected_colored", "theme_accent_cyan"],
"layer1.tint": [116, 202, 194]
},
{
"class": "table_row",
"settings": ["!theme_accent_mono", "theme_autocomplete_item_selected_colored", "theme_accent_lime"],
"layer1.tint": [132, 188, 68]
},
{
"class": "table_row",
"settings": ["!theme_accent_mono", "theme_autocomplete_item_selected_colored", "theme_accent_pink"],
"layer1.tint": [240, 113, 120]
},
{
"class": "table_row",
"settings": ["!theme_accent_mono", "theme_autocomplete_item_selected_colored", "theme_accent_sky"],
"layer1.tint": [82, 139, 255]
},
//
// >> Controls
// ===========================================================================
// Panel, fields, buttons settings and behavior
// ===========================================================================
//
// Panel
// ===========================================================================
{
"class": "panel_control",
"layer0.inner_margin": [2, 2],
"layer0.opacity": 1.0,
"content_margin": [0, 1]
},
// Progress Bar
// ===========================================================================
{
"class": "progress_bar_control",
"layer0.opacity": 1.0
},
{
"class": "progress_gauge_control",
"layer0.opacity": 1.0,
"content_margin": [0, 6]
},
// Popup
// ===========================================================================
{
"class": "popup_control",
"content_margin": 0
},
// Labels
// ===========================================================================
{
"class": "label_control",
"font.bold" : true,
"font.size": 11
},
// Buttons
// ===========================================================================
// Defaults
// ---------------------------------------------------------------------------
//
// Background
//
{
"class": "button_control",
"content_margin": [11, 12],
"min_size": [70, 0],
"layer0.opacity": 0.05,
"layer0.inner_margin": [10, 10],
"layer1.opacity": 0,
"layer1.inner_margin": [10, 10]
},
{
"class": "button_control",
"attributes": ["hover"],
"layer0.opacity": 0.09
},
// Groups
// ---------------------------------------------------------------------------
{
"class": "icon_button_control",
"content_margin": [11, 11],
"layer0.opacity": 0,
"layer0.inner_margin": [10, 10],
"layer1.opacity": 0,
"layer1.inner_margin": [10, 10]
},
// Close
// ---------------------------------------------------------------------------
{
"class": "panel_close_button",
"layer0.opacity": 0.5,
"content_margin": [8, 8]
},
{
"class": "panel_close_button",
"attributes": ["hover"],
"layer0.opacity": 0.75
},
// Icons
// ---------------------------------------------------------------------------
//
// Regex Search Button
//
{
"class": "icon_regex",
"layer0.opacity": 0.5,
"content_margin": [8, 8]
},
{
"class": "icon_regex",
"parents": [{"class": "icon_button_control", "attributes": ["hover"]}],
"layer0.opacity": 0.75
},
{
"class": "icon_regex",
"settings": ["theme_accent_mono"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1
},
//
// Case Sensitive Search Button
//
{
"class": "icon_case",
"layer0.opacity": 0.5,
"content_margin": [8, 8]
},
{
"class": "icon_case",
"parents": [{"class": "icon_button_control", "attributes": ["hover"]}],
"layer0.opacity": 0.75
},
{
"class": "icon_case",
"settings": ["theme_accent_mono"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1
},
//
// Match Whole Word Search Button
//
{
"class": "icon_whole_word",
"layer0.opacity": 0.5,
"content_margin": [8, 8]
},
{
"class": "icon_whole_word",
"parents": [{"class": "icon_button_control", "attributes": ["hover"]}],
"layer0.opacity": 0.75
},
{
"class": "icon_whole_word",
"settings": ["theme_accent_mono"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1
},
//
// Search Wrap Button
//
{
"class": "icon_wrap",
"layer0.opacity": 0.5,
"content_margin": [8, 8]
},
{
"class": "icon_wrap",
"parents": [{"class": "icon_button_control", "attributes": ["hover"]}],
"layer0.opacity": 0.75
},
{
"class": "icon_wrap",
"settings": ["theme_accent_mono"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1
},
//
// Show Search Context Button
//
{
"class": "icon_context",
"layer0.opacity": 0.5,
"content_margin": [8, 8]
},
{
"class": "icon_context",
"parents": [{"class": "icon_button_control", "attributes": ["hover"]}],
"layer0.opacity": 0.75
},
{
"class": "icon_context",
"settings": ["theme_accent_mono"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1
},
//
// Use Search Buffer
//
{
"class": "icon_use_buffer",
"layer0.opacity": 0.5,
"content_margin": [8, 8]
},
{
"class": "icon_use_buffer",
"parents": [{"class": "icon_button_control", "attributes": ["hover"]}],
"layer0.opacity": 0.75
},
{
"class": "icon_use_buffer",
"settings": ["theme_accent_mono"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1
},
//
// Reverse Search Direction Button
//
{
"class": "icon_reverse",
"layer0.opacity": 0.5,
"content_margin": [8, 8]
},
{
"class": "icon_reverse",
"parents": [{"class": "icon_button_control", "attributes": ["hover"]}],
"layer0.opacity": 0.75
},
{
"class": "icon_reverse",
"settings": ["theme_accent_mono"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1
},
//
// Search In Selection Button
//
{
"class": "icon_in_selection",
"layer0.opacity": 0.5,
"content_margin": [8, 8]
},
{
"class": "icon_in_selection",
"parents": [{"class": "icon_button_control", "attributes": ["hover"]}],
"layer0.opacity": 0.75
},
{
"class": "icon_in_selection",
"settings": ["theme_accent_mono"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1
},
//
// Preserve Case Button
//
{
"class": "icon_preserve_case",
"layer0.opacity": 0.5,
"content_margin": [8, 8]
},
{
"class": "icon_preserve_case",
"parents": [{"class": "icon_button_control", "attributes": ["hover"]}],
"layer0.opacity": 0.75
},
{
"class": "icon_preserve_case",
"settings": ["theme_accent_mono"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1
},
//
// Highlight Results Button
//
{
"class": "icon_highlight",
"layer0.opacity": 0.5,
"content_margin": [8, 8]
},
{
"class": "icon_highlight",
"parents": [{"class": "icon_button_control", "attributes": ["hover"]}],
"layer0.opacity": 0.75
},
{
"class": "icon_highlight",
"settings": ["theme_accent_mono"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1
},
// Fields
// ===========================================================================
// Defaults
// ---------------------------------------------------------------------------
//
// Background
//
{
"class": "text_line_control",
"layer0.opacity": 1.0,
"layer0.inner_margin": [20, 5],
"tint_index": 1,
"content_margin": [11, 7]
},
//
// Labels
//
{
"class": "label_control",
"parents": [{"class": "panel_control"}],
"font.bold": true,
"font.size": 11
},
// Inside Overlay Control
// ---------------------------------------------------------------------------
{
"class": "text_line_control",
"parents": [{"class": "overlay_control"}],
"layer0.opacity": 1.0,
"layer0.inner_margin": [24, 0, 24, 3],
"layer0.draw_center": true,
"content_margin": [24, 8]
},
// Field Dropdown
// ---------------------------------------------------------------------------
//
// Defaults
//
{
"class": "dropdown_button_control",
"content_margin": [8, 8],
"layer0.opacity": 0.5,
"layer0.inner_margin": [0, 0]
},
//
// Hovered
//
{
"class": "dropdown_button_control",
"attributes": ["hover"],
"layer0.opacity": 0.75
},
// Controls Dark Styles
// ===========================================================================
// Popup
// ---------------------------------------------------------------------------
{
"class": "popup_control",
"settings": ["theme_popup_border_visible"],
"layer0.tint": [42, 43, 45, 255],
"layer0.opacity": 1.0,
"layer1.texture": "Boxy Theme/assets/variants/dark/highlight.png",
"layer1.opacity": 1.0,
"content_margin": [2, 2]
},
// Buttons
// ---------------------------------------------------------------------------
{
"class": "button_control",
"layer0.texture": "Boxy Theme/assets/variants/dark/highlight_without_transparency.png",
"layer1.texture": "Boxy Theme/assets/variants/dark/buttons/button_rounded.png"
},
{
"class": "icon_button_control",
"layer0.texture": "Boxy Theme/assets/variants/dark/highlight_without_transparency.png",
"layer1.texture": "Boxy Theme/assets/variants/dark/highlight_without_transparency.png"
},
{
"class": "icon_button_control",
"settings": ["theme_icon_button_highlighted"],
"layer0.opacity": 0.05
},
{
"class": "icon_button_control",
"settings": ["theme_icon_button_highlighted"],
"attributes": ["hover"],
"layer0.opacity": 0.09
},
{
"class": "icon_button_control",
"settings": ["theme_button_rounded", "theme_icon_button_highlighted"],
"attributes": ["left"],
"layer1.texture": "Boxy Theme/assets/variants/dark/buttons/button_rounded_left.png"
},
{
"class": "icon_button_control",
"settings": ["theme_button_rounded", "theme_icon_button_highlighted"],
"attributes": ["right"],
"layer1.texture": "Boxy Theme/assets/variants/dark/buttons/button_rounded_right.png"
},
{
"class": "icon_button_control",
"settings": ["theme_button_rounded", "theme_icon_button_highlighted"],
"attributes": ["left", "right"],
"layer1.texture": "Boxy Theme/assets/variants/dark/buttons/button_rounded.png"
},
//
// Close
//
{
"class": "panel_close_button",
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_close.png"
},
//
// Icons
//
{
"class": "icon_regex",
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_regex.png"
},
{
"class": "icon_regex",
"settings": ["theme_icons_materialized"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_regex_materialized.png"
},
{
"class": "icon_regex",
"settings": ["theme_icons_atomized"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_regex_atomized.png"
},
{
"class": "icon_regex",
"settings": ["theme_find_panel_materialized"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_regex_materialized.png"
},
{
"class": "icon_regex",
"settings": ["theme_find_panel_atomized"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_regex_atomized.png"
},
{
"class": "icon_case",
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_case.png"
},
{
"class": "icon_case",
"settings": ["theme_icons_materialized"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_case_materialized.png"
},
{
"class": "icon_case",
"settings": ["theme_icons_atomized"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_case_atomized.png"
},
{
"class": "icon_case",
"settings": ["theme_find_panel_materialized"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_case_materialized.png"
},
{
"class": "icon_case",
"settings": ["theme_find_panel_atomized"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_case_atomized.png"
},
{
"class": "icon_whole_word",
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_word.png"
},
{
"class": "icon_whole_word",
"settings": ["theme_icons_materialized"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_word_materialized.png"
},
{
"class": "icon_whole_word",
"settings": ["theme_icons_atomized"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_word_atomized.png"
},
{
"class": "icon_whole_word",
"settings": ["theme_find_panel_materialized"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_word_materialized.png"
},
{
"class": "icon_whole_word",
"settings": ["theme_find_panel_atomized"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_word_atomized.png"
},
{
"class": "icon_wrap",
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_wrap.png"
},
{
"class": "icon_wrap",
"settings": ["theme_icons_materialized"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_wrap_materialized.png"
},
{
"class": "icon_wrap",
"settings": ["theme_icons_atomized"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_wrap_atomized.png"
},
{
"class": "icon_wrap",
"settings": ["theme_find_panel_materialized"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_wrap_materialized.png"
},
{
"class": "icon_wrap",
"settings": ["theme_find_panel_atomized"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_wrap_atomized.png"
},
{
"class": "icon_context",
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_context.png"
},
{
"class": "icon_context",
"settings": ["theme_icons_materialized"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_context_materialized.png"
},
{
"class": "icon_context",
"settings": ["theme_icons_atomized"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_context_atomized.png"
},
{
"class": "icon_context",
"settings": ["theme_find_panel_materialized"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_context_materialized.png"
},
{
"class": "icon_context",
"settings": ["theme_find_panel_atomized"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_context_atomized.png"
},
{
"class": "icon_use_buffer",
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_buffer.png"
},
{
"class": "icon_use_buffer",
"settings": ["theme_icons_materialized"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_buffer_materialized.png"
},
{
"class": "icon_use_buffer",
"settings": ["theme_icons_atomized"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_buffer_atomized.png"
},
{
"class": "icon_use_buffer",
"settings": ["theme_find_panel_materialized"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_buffer_materialized.png"
},
{
"class": "icon_use_buffer",
"settings": ["theme_find_panel_atomized"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_buffer_atomized.png"
},
{
"class": "icon_reverse",
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_reverse.png"
},
{
"class": "icon_in_selection",
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_selection.png"
},
{
"class": "icon_in_selection",
"settings": ["theme_icons_materialized"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_selection_materialized.png"
},
{
"class": "icon_in_selection",
"settings": ["theme_icons_atomized"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_selection_atomized.png"
},
{
"class": "icon_in_selection",
"settings": ["theme_find_panel_materialized"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_selection_materialized.png"
},
{
"class": "icon_in_selection",
"settings": ["theme_find_panel_atomized"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_selection_atomized.png"
},
{
"class": "icon_preserve_case",
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_preserve.png"
},
{
"class": "icon_preserve_case",
"settings": ["theme_icons_materialized"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_preserve_materialized.png"
},
{
"class": "icon_preserve_case",
"settings": ["theme_icons_atomized"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_preserve_atomized.png"
},
{
"class": "icon_preserve_case",
"settings": ["theme_find_panel_materialized"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_preserve_materialized.png"
},
{
"class": "icon_preserve_case",
"settings": ["theme_find_panel_atomized"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_preserve_atomized.png"
},
{
"class": "icon_highlight",
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_highlight.png"
},
{
"class": "icon_highlight",
"settings": ["theme_icons_materialized"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_highlight_materialized.png"
},
{
"class": "icon_highlight",
"settings": ["theme_icons_atomized"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_highlight_atomized.png"
},
{
"class": "icon_highlight",
"settings": ["theme_find_panel_materialized"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_highlight_materialized.png"
},
{
"class": "icon_highlight",
"settings": ["theme_find_panel_atomized"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_highlight_atomized.png"
},
// Fields
// ---------------------------------------------------------------------------
//
// Dropdown
//
{
"class": "dropdown_button_control",
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_dropdown.png"
},
{
"class": "dropdown_button_control",
"settings": ["theme_icons_materialized"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_dropdown_materialized.png"
},
{
"class": "dropdown_button_control",
"settings": ["theme_icons_atomized"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_dropdown_atomized.png"
},
{
"class": "dropdown_button_control",
"settings": ["theme_dropdown_materialized"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_dropdown_materialized.png"
},
{
"class": "dropdown_button_control",
"settings": ["theme_dropdown_atomized"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_dropdown_atomized.png"
},
// Controls Theme Specific Styles
// ===========================================================================
// Panel
// ---------------------------------------------------------------------------
{
"class": "panel_control",
"layer0.tint": [42, 43, 45]
},
{
"class": "panel_control",
"settings": ["theme_unified"],
"layer0.tint": [35, 36, 38]
},
// Progress Bar
// ---------------------------------------------------------------------------
{
"class": "progress_bar_control",
"layer0.tint": [35, 36, 38]
},
{
"class": "progress_bar_control",
"settings": ["theme_unified"],
"layer0.tint": [42, 43, 45]
},
// Labels
// ---------------------------------------------------------------------------
{
"class": "label_control",
"color": [145, 146, 147]
},
// Fields
// ---------------------------------------------------------------------------
{
"class": "text_line_control",
"layer0.texture": "Boxy Theme/assets/specific/tomorrow/fields/field.png"
},
{
"class": "text_line_control",
"parents": [{"class": "overlay_control"}],
"layer0.texture": "Boxy Theme/assets/specific/tomorrow/fields/field_overlay.png"
},
// Controls Mono Accent
// ===========================================================================
{
"class": "progress_gauge_control",
"settings": ["theme_accent_mono"],
"layer0.tint": [255, 255, 255]
},
// Controls Blue Accent
// ===========================================================================
// Progress Bar
// ---------------------------------------------------------------------------
{
"class": "progress_gauge_control",
"settings": ["!theme_accent_mono"],
"layer0.tint": [36, 151, 227]
},
// Buttons
// ---------------------------------------------------------------------------
//
// Icons
//
// Regex Search Button Selected
{
"class": "icon_regex",
"settings": ["!theme_accent_mono"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/blue/buttons/button_regex_on.png"
},
{
"class": "icon_regex",
"settings": ["!theme_accent_mono", "theme_icons_materialized"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/blue/buttons/button_regex_materialized_on.png"
},
{
"class": "icon_regex",
"settings": ["!theme_accent_mono", "theme_icons_atomized"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/blue/buttons/button_regex_atomized_on.png"
},
{
"class": "icon_regex",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/blue/buttons/button_regex_materialized_on.png"
},
{
"class": "icon_regex",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/blue/buttons/button_regex_atomized_on.png"
},
// Case Sensitive Search Button
{
"class": "icon_case",
"settings": ["!theme_accent_mono"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/blue/buttons/button_case_on.png"
},
{
"class": "icon_case",
"settings": ["!theme_accent_mono", "theme_icons_materialized"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/blue/buttons/button_case_materialized_on.png"
},
{
"class": "icon_case",
"settings": ["!theme_accent_mono", "theme_icons_atomized"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/blue/buttons/button_case_atomized_on.png"
},
{
"class": "icon_case",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/blue/buttons/button_case_materialized_on.png"
},
{
"class": "icon_case",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/blue/buttons/button_case_atomized_on.png"
},
// Match Whole Word Search Button
{
"class": "icon_whole_word",
"settings": ["!theme_accent_mono"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/blue/buttons/button_word_on.png"
},
{
"class": "icon_whole_word",
"settings": ["!theme_accent_mono", "theme_icons_materialized"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/blue/buttons/button_word_materialized_on.png"
},
{
"class": "icon_whole_word",
"settings": ["!theme_accent_mono", "theme_icons_atomized"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/blue/buttons/button_word_atomized_on.png"
},
{
"class": "icon_whole_word",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/blue/buttons/button_word_materialized_on.png"
},
{
"class": "icon_whole_word",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/blue/buttons/button_word_atomized_on.png"
},
// Search Wrap Button
{
"class": "icon_wrap",
"settings": ["!theme_accent_mono"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/blue/buttons/button_wrap_on.png"
},
{
"class": "icon_wrap",
"settings": ["!theme_accent_mono", "theme_icons_materialized"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/blue/buttons/button_wrap_materialized_on.png"
},
{
"class": "icon_wrap",
"settings": ["!theme_accent_mono", "theme_icons_atomized"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/blue/buttons/button_wrap_atomized_on.png"
},
{
"class": "icon_wrap",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/blue/buttons/button_wrap_materialized_on.png"
},
{
"class": "icon_wrap",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/blue/buttons/button_wrap_atomized_on.png"
},
// Show Search Context Button
{
"class": "icon_context",
"settings": ["!theme_accent_mono"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/blue/buttons/button_context_on.png"
},
{
"class": "icon_context",
"settings": ["!theme_accent_mono", "theme_icons_materialized"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/blue/buttons/button_context_materialized_on.png"
},
{
"class": "icon_context",
"settings": ["!theme_accent_mono", "theme_icons_atomized"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/blue/buttons/button_context_atomized_on.png"
},
{
"class": "icon_context",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/blue/buttons/button_context_materialized_on.png"
},
{
"class": "icon_context",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/blue/buttons/button_context_atomized_on.png"
},
// Use Search Buffer
{
"class": "icon_use_buffer",
"settings": ["!theme_accent_mono"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/blue/buttons/button_buffer_on.png"
},
{
"class": "icon_use_buffer",
"settings": ["!theme_accent_mono", "theme_icons_materialized"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/blue/buttons/button_buffer_materialized_on.png"
},
{
"class": "icon_use_buffer",
"settings": ["!theme_accent_mono", "theme_icons_atomized"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/blue/buttons/button_buffer_atomized_on.png"
},
{
"class": "icon_use_buffer",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/blue/buttons/button_buffer_materialized_on.png"
},
{
"class": "icon_use_buffer",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/blue/buttons/button_buffer_atomized_on.png"
},
// Reverse Search Direction Button
{
"class": "icon_reverse",
"settings": ["!theme_accent_mono"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/blue/buttons/button_reverse_on.png"
},
// Search In Selection Button
{
"class": "icon_in_selection",
"settings": ["!theme_accent_mono"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/blue/buttons/button_selection_on.png"
},
{
"class": "icon_in_selection",
"settings": ["!theme_accent_mono", "theme_icons_materialized"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/blue/buttons/button_selection_materialized_on.png"
},
{
"class": "icon_in_selection",
"settings": ["!theme_accent_mono", "theme_icons_atomized"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/blue/buttons/button_selection_atomized_on.png"
},
{
"class": "icon_in_selection",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/blue/buttons/button_selection_materialized_on.png"
},
{
"class": "icon_in_selection",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/blue/buttons/button_selection_atomized_on.png"
},
// Preserve Case Button
{
"class": "icon_preserve_case",
"settings": ["!theme_accent_mono"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/blue/buttons/button_preserve_on.png"
},
{
"class": "icon_preserve_case",
"settings": ["!theme_accent_mono", "theme_icons_materialized"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/blue/buttons/button_preserve_materialized_on.png"
},
{
"class": "icon_preserve_case",
"settings": ["!theme_accent_mono", "theme_icons_atomized"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/blue/buttons/button_preserve_atomized_on.png"
},
{
"class": "icon_preserve_case",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/blue/buttons/button_preserve_materialized_on.png"
},
{
"class": "icon_preserve_case",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/blue/buttons/button_preserve_atomized_on.png"
},
// Highlight Results Button
{
"class": "icon_highlight",
"settings": ["!theme_accent_mono"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/blue/buttons/button_highlight_on.png"
},
{
"class": "icon_highlight",
"settings": ["!theme_accent_mono", "theme_icons_materialized"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/blue/buttons/button_highlight_materialized_on.png"
},
{
"class": "icon_highlight",
"settings": ["!theme_accent_mono", "theme_icons_atomized"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/blue/buttons/button_highlight_atomized_on.png"
},
{
"class": "icon_highlight",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/blue/buttons/button_highlight_materialized_on.png"
},
{
"class": "icon_highlight",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/blue/buttons/button_highlight_atomized_on.png"
},
// Controls Green Accent
// ===========================================================================
// Progress Bar
// ---------------------------------------------------------------------------
{
"class": "progress_gauge_control",
"settings": ["!theme_accent_mono", "theme_accent_green"],
"layer0.tint": [46, 188, 103]
},
// Buttons
// ---------------------------------------------------------------------------
//
// Icons
//
// Regex Search Button Selected
{
"class": "icon_regex",
"settings": ["!theme_accent_mono", "theme_accent_green"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/green/buttons/button_regex_on.png"
},
{
"class": "icon_regex",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_green"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/green/buttons/button_regex_materialized_on.png"
},
{
"class": "icon_regex",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_accent_green"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/green/buttons/button_regex_atomized_on.png"
},
{
"class": "icon_regex",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized", "theme_accent_green"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/green/buttons/button_regex_materialized_on.png"
},
{
"class": "icon_regex",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized", "theme_accent_green"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/green/buttons/button_regex_atomized_on.png"
},
// Case Sensitive Search Button
{
"class": "icon_case",
"settings": ["!theme_accent_mono", "theme_accent_green"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/green/buttons/button_case_on.png"
},
{
"class": "icon_case",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_green"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/green/buttons/button_case_materialized_on.png"
},
{
"class": "icon_case",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_accent_green"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/green/buttons/button_case_atomized_on.png"
},
{
"class": "icon_case",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized", "theme_accent_green"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/green/buttons/button_case_materialized_on.png"
},
{
"class": "icon_case",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized", "theme_accent_green"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/green/buttons/button_case_atomized_on.png"
},
// Match Whole Word Search Button
{
"class": "icon_whole_word",
"settings": ["!theme_accent_mono", "theme_accent_green"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/green/buttons/button_word_on.png"
},
{
"class": "icon_whole_word",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_green"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/green/buttons/button_word_materialized_on.png"
},
{
"class": "icon_whole_word",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_accent_green"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/green/buttons/button_word_atomized_on.png"
},
{
"class": "icon_whole_word",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized", "theme_accent_green"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/green/buttons/button_word_materialized_on.png"
},
{
"class": "icon_whole_word",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized", "theme_accent_green"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/green/buttons/button_word_atomized_on.png"
},
// Search Wrap Button
{
"class": "icon_wrap",
"settings": ["!theme_accent_mono", "theme_accent_green"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/green/buttons/button_wrap_on.png"
},
{
"class": "icon_wrap",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_green"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/green/buttons/button_wrap_materialized_on.png"
},
{
"class": "icon_wrap",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_accent_green"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/green/buttons/button_wrap_atomized_on.png"
},
{
"class": "icon_wrap",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized", "theme_accent_green"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/green/buttons/button_wrap_materialized_on.png"
},
{
"class": "icon_wrap",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized", "theme_accent_green"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/green/buttons/button_wrap_atomized_on.png"
},
// Show Search Context Button
{
"class": "icon_context",
"settings": ["!theme_accent_mono", "theme_accent_green"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/green/buttons/button_context_on.png"
},
{
"class": "icon_context",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_green"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/green/buttons/button_context_materialized_on.png"
},
{
"class": "icon_context",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_accent_green"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/green/buttons/button_context_atomized_on.png"
},
{
"class": "icon_context",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized", "theme_accent_green"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/green/buttons/button_context_materialized_on.png"
},
{
"class": "icon_context",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized", "theme_accent_green"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/green/buttons/button_context_atomized_on.png"
},
// Use Search Buffer
{
"class": "icon_use_buffer",
"settings": ["!theme_accent_mono", "theme_accent_green"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/green/buttons/button_buffer_on.png"
},
{
"class": "icon_use_buffer",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_green"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/green/buttons/button_buffer_materialized_on.png"
},
{
"class": "icon_use_buffer",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_accent_green"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/green/buttons/button_buffer_atomized_on.png"
},
{
"class": "icon_use_buffer",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized", "theme_accent_green"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/green/buttons/button_buffer_materialized_on.png"
},
{
"class": "icon_use_buffer",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized", "theme_accent_green"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/green/buttons/button_buffer_atomized_on.png"
},
// Reverse Search Direction Button
{
"class": "icon_reverse",
"settings": ["!theme_accent_mono", "theme_accent_green"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/green/buttons/button_reverse_on.png"
},
// Search In Selection Button
{
"class": "icon_in_selection",
"settings": ["!theme_accent_mono", "theme_accent_green"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/green/buttons/button_selection_on.png"
},
{
"class": "icon_in_selection",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_green"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/green/buttons/button_selection_materialized_on.png"
},
{
"class": "icon_in_selection",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_accent_green"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/green/buttons/button_selection_atomized_on.png"
},
{
"class": "icon_in_selection",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized", "theme_accent_green"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/green/buttons/button_selection_materialized_on.png"
},
{
"class": "icon_in_selection",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized", "theme_accent_green"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/green/buttons/button_selection_atomized_on.png"
},
// Preserve Case Button
{
"class": "icon_preserve_case",
"settings": ["!theme_accent_mono", "theme_accent_green"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/green/buttons/button_preserve_on.png"
},
{
"class": "icon_preserve_case",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_green"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/green/buttons/button_preserve_materialized_on.png"
},
{
"class": "icon_preserve_case",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_accent_green"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/green/buttons/button_preserve_atomized_on.png"
},
{
"class": "icon_preserve_case",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized", "theme_accent_green"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/green/buttons/button_preserve_materialized_on.png"
},
{
"class": "icon_preserve_case",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized", "theme_accent_green"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/green/buttons/button_preserve_atomized_on.png"
},
// Highlight Results Button
{
"class": "icon_highlight",
"settings": ["!theme_accent_mono", "theme_accent_green"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/green/buttons/button_highlight_on.png"
},
{
"class": "icon_highlight",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_green"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/green/buttons/button_highlight_materialized_on.png"
},
{
"class": "icon_highlight",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_accent_green"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/green/buttons/button_highlight_atomized_on.png"
},
{
"class": "icon_highlight",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized", "theme_accent_green"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/green/buttons/button_highlight_materialized_on.png"
},
{
"class": "icon_highlight",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized", "theme_accent_green"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/green/buttons/button_highlight_atomized_on.png"
},
// Controls Orange Accent
// ===========================================================================
// Progress Bar
// ---------------------------------------------------------------------------
{
"class": "progress_gauge_control",
"settings": ["!theme_accent_mono", "theme_accent_orange"],
"layer0.tint": [242, 104, 62]
},
// Buttons
// ---------------------------------------------------------------------------
//
// Icons
//
// Regex Search Button Selected
{
"class": "icon_regex",
"settings": ["!theme_accent_mono", "theme_accent_orange"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/orange/buttons/button_regex_on.png"
},
{
"class": "icon_regex",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_orange"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/orange/buttons/button_regex_materialized_on.png"
},
{
"class": "icon_regex",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_accent_orange"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/orange/buttons/button_regex_atomized_on.png"
},
{
"class": "icon_regex",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized", "theme_accent_orange"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/orange/buttons/button_regex_materialized_on.png"
},
{
"class": "icon_regex",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized", "theme_accent_orange"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/orange/buttons/button_regex_atomized_on.png"
},
// Case Sensitive Search Button
{
"class": "icon_case",
"settings": ["!theme_accent_mono", "theme_accent_orange"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/orange/buttons/button_case_on.png"
},
{
"class": "icon_case",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_orange"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/orange/buttons/button_case_materialized_on.png"
},
{
"class": "icon_case",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_accent_orange"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/orange/buttons/button_case_atomized_on.png"
},
{
"class": "icon_case",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized", "theme_accent_orange"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/orange/buttons/button_case_materialized_on.png"
},
{
"class": "icon_case",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized", "theme_accent_orange"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/orange/buttons/button_case_atomized_on.png"
},
// Match Whole Word Search Button
{
"class": "icon_whole_word",
"settings": ["!theme_accent_mono", "theme_accent_orange"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/orange/buttons/button_word_on.png"
},
{
"class": "icon_whole_word",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_orange"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/orange/buttons/button_word_materialized_on.png"
},
{
"class": "icon_whole_word",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_accent_orange"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/orange/buttons/button_word_atomized_on.png"
},
{
"class": "icon_whole_word",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized", "theme_accent_orange"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/orange/buttons/button_word_materialized_on.png"
},
{
"class": "icon_whole_word",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized", "theme_accent_orange"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/orange/buttons/button_word_atomized_on.png"
},
// Search Wrap Button
{
"class": "icon_wrap",
"settings": ["!theme_accent_mono", "theme_accent_orange"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/orange/buttons/button_wrap_on.png"
},
{
"class": "icon_wrap",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_orange"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/orange/buttons/button_wrap_materialized_on.png"
},
{
"class": "icon_wrap",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_accent_orange"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/orange/buttons/button_wrap_atomized_on.png"
},
{
"class": "icon_wrap",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized", "theme_accent_orange"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/orange/buttons/button_wrap_materialized_on.png"
},
{
"class": "icon_wrap",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized", "theme_accent_orange"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/orange/buttons/button_wrap_atomized_on.png"
},
// Show Search Context Button
{
"class": "icon_context",
"settings": ["!theme_accent_mono", "theme_accent_orange"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/orange/buttons/button_context_on.png"
},
{
"class": "icon_context",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_orange"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/orange/buttons/button_context_materialized_on.png"
},
{
"class": "icon_context",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_accent_orange"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/orange/buttons/button_context_atomized_on.png"
},
{
"class": "icon_context",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized", "theme_accent_orange"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/orange/buttons/button_context_materialized_on.png"
},
{
"class": "icon_context",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized", "theme_accent_orange"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/orange/buttons/button_context_atomized_on.png"
},
// Use Search Buffer
{
"class": "icon_use_buffer",
"settings": ["!theme_accent_mono", "theme_accent_orange"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/orange/buttons/button_buffer_on.png"
},
{
"class": "icon_use_buffer",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_orange"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/orange/buttons/button_buffer_materialized_on.png"
},
{
"class": "icon_use_buffer",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_accent_orange"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/orange/buttons/button_buffer_atomized_on.png"
},
{
"class": "icon_use_buffer",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized", "theme_accent_orange"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/orange/buttons/button_buffer_materialized_on.png"
},
{
"class": "icon_use_buffer",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized", "theme_accent_orange"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/orange/buttons/button_buffer_atomized_on.png"
},
// Reverse Search Direction Button
{
"class": "icon_reverse",
"settings": ["!theme_accent_mono", "theme_accent_orange"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/orange/buttons/button_reverse_on.png"
},
// Search In Selection Button
{
"class": "icon_in_selection",
"settings": ["!theme_accent_mono", "theme_accent_orange"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/orange/buttons/button_selection_on.png"
},
{
"class": "icon_in_selection",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_orange"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/orange/buttons/button_selection_materialized_on.png"
},
{
"class": "icon_in_selection",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_accent_orange"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/orange/buttons/button_selection_atomized_on.png"
},
{
"class": "icon_in_selection",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized", "theme_accent_orange"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/orange/buttons/button_selection_materialized_on.png"
},
{
"class": "icon_in_selection",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized", "theme_accent_orange"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/orange/buttons/button_selection_atomized_on.png"
},
// Preserve Case Button
{
"class": "icon_preserve_case",
"settings": ["!theme_accent_mono", "theme_accent_orange"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/orange/buttons/button_preserve_on.png"
},
{
"class": "icon_preserve_case",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_orange"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/orange/buttons/button_preserve_materialized_on.png"
},
{
"class": "icon_preserve_case",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_accent_orange"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/orange/buttons/button_preserve_atomized_on.png"
},
{
"class": "icon_preserve_case",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized", "theme_accent_orange"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/orange/buttons/button_preserve_materialized_on.png"
},
{
"class": "icon_preserve_case",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized", "theme_accent_orange"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/orange/buttons/button_preserve_atomized_on.png"
},
// Highlight Results Button
{
"class": "icon_highlight",
"settings": ["!theme_accent_mono", "theme_accent_orange"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/orange/buttons/button_highlight_on.png"
},
{
"class": "icon_highlight",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_orange"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/orange/buttons/button_highlight_materialized_on.png"
},
{
"class": "icon_highlight",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_accent_orange"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/orange/buttons/button_highlight_atomized_on.png"
},
{
"class": "icon_highlight",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized", "theme_accent_orange"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/orange/buttons/button_highlight_materialized_on.png"
},
{
"class": "icon_highlight",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized", "theme_accent_orange"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/orange/buttons/button_highlight_atomized_on.png"
},
// Controls Purple Accent
// ===========================================================================
// Progress Bar
// ---------------------------------------------------------------------------
{
"class": "progress_gauge_control",
"settings": ["!theme_accent_mono", "theme_accent_purple"],
"layer0.tint": [137, 85, 162]
},
// Buttons
// ---------------------------------------------------------------------------
//
// Icons
//
// Regex Search Button Selected
{
"class": "icon_regex",
"settings": ["!theme_accent_mono", "theme_accent_purple"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/purple/buttons/button_regex_on.png"
},
{
"class": "icon_regex",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_purple"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/purple/buttons/button_regex_materialized_on.png"
},
{
"class": "icon_regex",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_accent_purple"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/purple/buttons/button_regex_atomized_on.png"
},
{
"class": "icon_regex",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized", "theme_accent_purple"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/purple/buttons/button_regex_materialized_on.png"
},
{
"class": "icon_regex",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized", "theme_accent_purple"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/purple/buttons/button_regex_atomized_on.png"
},
// Case Sensitive Search Button
{
"class": "icon_case",
"settings": ["!theme_accent_mono", "theme_accent_purple"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/purple/buttons/button_case_on.png"
},
{
"class": "icon_case",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_purple"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/purple/buttons/button_case_materialized_on.png"
},
{
"class": "icon_case",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_accent_purple"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/purple/buttons/button_case_atomized_on.png"
},
{
"class": "icon_case",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized", "theme_accent_purple"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/purple/buttons/button_case_materialized_on.png"
},
{
"class": "icon_case",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized", "theme_accent_purple"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/purple/buttons/button_case_atomized_on.png"
},
// Match Whole Word Search Button
{
"class": "icon_whole_word",
"settings": ["!theme_accent_mono", "theme_accent_purple"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/purple/buttons/button_word_on.png"
},
{
"class": "icon_whole_word",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_purple"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/purple/buttons/button_word_materialized_on.png"
},
{
"class": "icon_whole_word",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_accent_purple"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/purple/buttons/button_word_atomized_on.png"
},
{
"class": "icon_whole_word",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized", "theme_accent_purple"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/purple/buttons/button_word_materialized_on.png"
},
{
"class": "icon_whole_word",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized", "theme_accent_purple"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/purple/buttons/button_word_atomized_on.png"
},
// Search Wrap Button
{
"class": "icon_wrap",
"settings": ["!theme_accent_mono", "theme_accent_purple"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/purple/buttons/button_wrap_on.png"
},
{
"class": "icon_wrap",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_purple"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/purple/buttons/button_wrap_materialized_on.png"
},
{
"class": "icon_wrap",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_accent_purple"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/purple/buttons/button_wrap_atomized_on.png"
},
{
"class": "icon_wrap",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized", "theme_accent_purple"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/purple/buttons/button_wrap_materialized_on.png"
},
{
"class": "icon_wrap",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized", "theme_accent_purple"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/purple/buttons/button_wrap_atomized_on.png"
},
// Show Search Context Button
{
"class": "icon_context",
"settings": ["!theme_accent_mono", "theme_accent_purple"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/purple/buttons/button_context_on.png"
},
{
"class": "icon_context",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_purple"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/purple/buttons/button_context_materialized_on.png"
},
{
"class": "icon_context",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_accent_purple"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/purple/buttons/button_context_atomized_on.png"
},
{
"class": "icon_context",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized", "theme_accent_purple"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/purple/buttons/button_context_materialized_on.png"
},
{
"class": "icon_context",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized", "theme_accent_purple"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/purple/buttons/button_context_atomized_on.png"
},
// Use Search Buffer
{
"class": "icon_use_buffer",
"settings": ["!theme_accent_mono", "theme_accent_purple"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/purple/buttons/button_buffer_on.png"
},
{
"class": "icon_use_buffer",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_purple"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/purple/buttons/button_buffer_materialized_on.png"
},
{
"class": "icon_use_buffer",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_accent_purple"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/purple/buttons/button_buffer_atomized_on.png"
},
{
"class": "icon_use_buffer",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized", "theme_accent_purple"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/purple/buttons/button_buffer_materialized_on.png"
},
{
"class": "icon_use_buffer",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized", "theme_accent_purple"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/purple/buttons/button_buffer_atomized_on.png"
},
// Reverse Search Direction Button
{
"class": "icon_reverse",
"settings": ["!theme_accent_mono", "theme_accent_purple"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/purple/buttons/button_reverse_on.png"
},
// Search In Selection Button
{
"class": "icon_in_selection",
"settings": ["!theme_accent_mono", "theme_accent_purple"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/purple/buttons/button_selection_on.png"
},
{
"class": "icon_in_selection",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_purple"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/purple/buttons/button_selection_materialized_on.png"
},
{
"class": "icon_in_selection",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_accent_purple"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/purple/buttons/button_selection_atomized_on.png"
},
{
"class": "icon_in_selection",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized", "theme_accent_purple"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/purple/buttons/button_selection_materialized_on.png"
},
{
"class": "icon_in_selection",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized", "theme_accent_purple"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/purple/buttons/button_selection_atomized_on.png"
},
// Preserve Case Button
{
"class": "icon_preserve_case",
"settings": ["!theme_accent_mono", "theme_accent_purple"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/purple/buttons/button_preserve_on.png"
},
{
"class": "icon_preserve_case",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_purple"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/purple/buttons/button_preserve_materialized_on.png"
},
{
"class": "icon_preserve_case",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_accent_purple"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/purple/buttons/button_preserve_atomized_on.png"
},
{
"class": "icon_preserve_case",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized", "theme_accent_purple"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/purple/buttons/button_preserve_materialized_on.png"
},
{
"class": "icon_preserve_case",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized", "theme_accent_purple"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/purple/buttons/button_preserve_atomized_on.png"
},
// Highlight Results Button
{
"class": "icon_highlight",
"settings": ["!theme_accent_mono", "theme_accent_purple"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/purple/buttons/button_highlight_on.png"
},
{
"class": "icon_highlight",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_purple"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/purple/buttons/button_highlight_materialized_on.png"
},
{
"class": "icon_highlight",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_accent_purple"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/purple/buttons/button_highlight_atomized_on.png"
},
{
"class": "icon_highlight",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized", "theme_accent_purple"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/purple/buttons/button_highlight_materialized_on.png"
},
{
"class": "icon_highlight",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized", "theme_accent_purple"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/purple/buttons/button_highlight_atomized_on.png"
},
// Controls Tangerine Accent
// ===========================================================================
// Progress Bar
// ---------------------------------------------------------------------------
{
"class": "progress_gauge_control",
"settings": ["!theme_accent_mono", "theme_accent_tangerine"],
"layer0.tint": [242, 134, 94]
},
// Buttons
// ---------------------------------------------------------------------------
//
// Icons
//
// Regex Search Button Selected
{
"class": "icon_regex",
"settings": ["!theme_accent_mono", "theme_accent_tangerine"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/tangerine/buttons/button_regex_on.png"
},
{
"class": "icon_regex",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_tangerine"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/tangerine/buttons/button_regex_materialized_on.png"
},
{
"class": "icon_regex",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_accent_tangerine"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/tangerine/buttons/button_regex_atomized_on.png"
},
{
"class": "icon_regex",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized", "theme_accent_tangerine"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/tangerine/buttons/button_regex_materialized_on.png"
},
{
"class": "icon_regex",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized", "theme_accent_tangerine"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/tangerine/buttons/button_regex_atomized_on.png"
},
// Case Sensitive Search Button
{
"class": "icon_case",
"settings": ["!theme_accent_mono", "theme_accent_tangerine"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/tangerine/buttons/button_case_on.png"
},
{
"class": "icon_case",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_tangerine"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/tangerine/buttons/button_case_materialized_on.png"
},
{
"class": "icon_case",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_accent_tangerine"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/tangerine/buttons/button_case_atomized_on.png"
},
{
"class": "icon_case",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized", "theme_accent_tangerine"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/tangerine/buttons/button_case_materialized_on.png"
},
{
"class": "icon_case",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized", "theme_accent_tangerine"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/tangerine/buttons/button_case_atomized_on.png"
},
// Match Whole Word Search Button
{
"class": "icon_whole_word",
"settings": ["!theme_accent_mono", "theme_accent_tangerine"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/tangerine/buttons/button_word_on.png"
},
{
"class": "icon_whole_word",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_tangerine"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/tangerine/buttons/button_word_materialized_on.png"
},
{
"class": "icon_whole_word",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_accent_tangerine"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/tangerine/buttons/button_word_atomized_on.png"
},
{
"class": "icon_whole_word",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized", "theme_accent_tangerine"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/tangerine/buttons/button_word_materialized_on.png"
},
{
"class": "icon_whole_word",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized", "theme_accent_tangerine"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/tangerine/buttons/button_word_atomized_on.png"
},
// Search Wrap Button
{
"class": "icon_wrap",
"settings": ["!theme_accent_mono", "theme_accent_tangerine"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/tangerine/buttons/button_wrap_on.png"
},
{
"class": "icon_wrap",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_tangerine"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/tangerine/buttons/button_wrap_materialized_on.png"
},
{
"class": "icon_wrap",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_accent_tangerine"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/tangerine/buttons/button_wrap_atomized_on.png"
},
{
"class": "icon_wrap",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized", "theme_accent_tangerine"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/tangerine/buttons/button_wrap_materialized_on.png"
},
{
"class": "icon_wrap",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized", "theme_accent_tangerine"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/tangerine/buttons/button_wrap_atomized_on.png"
},
// Show Search Context Button
{
"class": "icon_context",
"settings": ["!theme_accent_mono", "theme_accent_tangerine"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/tangerine/buttons/button_context_on.png"
},
{
"class": "icon_context",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_tangerine"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/tangerine/buttons/button_context_materialized_on.png"
},
{
"class": "icon_context",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_accent_tangerine"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/tangerine/buttons/button_context_atomized_on.png"
},
{
"class": "icon_context",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized", "theme_accent_tangerine"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/tangerine/buttons/button_context_materialized_on.png"
},
{
"class": "icon_context",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized", "theme_accent_tangerine"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/tangerine/buttons/button_context_atomized_on.png"
},
// Use Search Buffer
{
"class": "icon_use_buffer",
"settings": ["!theme_accent_mono", "theme_accent_tangerine"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/tangerine/buttons/button_buffer_on.png"
},
{
"class": "icon_use_buffer",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_tangerine"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/tangerine/buttons/button_buffer_materialized_on.png"
},
{
"class": "icon_use_buffer",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_accent_tangerine"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/tangerine/buttons/button_buffer_atomized_on.png"
},
{
"class": "icon_use_buffer",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized", "theme_accent_tangerine"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/tangerine/buttons/button_buffer_materialized_on.png"
},
{
"class": "icon_use_buffer",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized", "theme_accent_tangerine"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/tangerine/buttons/button_buffer_atomized_on.png"
},
// Reverse Search Direction Button
{
"class": "icon_reverse",
"settings": ["!theme_accent_mono", "theme_accent_tangerine"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/tangerine/buttons/button_reverse_on.png"
},
// Search In Selection Button
{
"class": "icon_in_selection",
"settings": ["!theme_accent_mono", "theme_accent_tangerine"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/tangerine/buttons/button_selection_on.png"
},
{
"class": "icon_in_selection",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_tangerine"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/tangerine/buttons/button_selection_materialized_on.png"
},
{
"class": "icon_in_selection",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_accent_tangerine"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/tangerine/buttons/button_selection_atomized_on.png"
},
{
"class": "icon_in_selection",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized", "theme_accent_tangerine"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/tangerine/buttons/button_selection_materialized_on.png"
},
{
"class": "icon_in_selection",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized", "theme_accent_tangerine"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/tangerine/buttons/button_selection_atomized_on.png"
},
// Preserve Case Button
{
"class": "icon_preserve_case",
"settings": ["!theme_accent_mono", "theme_accent_tangerine"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/tangerine/buttons/button_preserve_on.png"
},
{
"class": "icon_preserve_case",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_tangerine"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/tangerine/buttons/button_preserve_materialized_on.png"
},
{
"class": "icon_preserve_case",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_accent_tangerine"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/tangerine/buttons/button_preserve_atomized_on.png"
},
{
"class": "icon_preserve_case",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized", "theme_accent_tangerine"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/tangerine/buttons/button_preserve_materialized_on.png"
},
{
"class": "icon_preserve_case",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized", "theme_accent_tangerine"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/tangerine/buttons/button_preserve_atomized_on.png"
},
// Highlight Results Button
{
"class": "icon_highlight",
"settings": ["!theme_accent_mono", "theme_accent_tangerine"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/tangerine/buttons/button_highlight_on.png"
},
{
"class": "icon_highlight",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_tangerine"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/tangerine/buttons/button_highlight_materialized_on.png"
},
{
"class": "icon_highlight",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_accent_tangerine"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/tangerine/buttons/button_highlight_atomized_on.png"
},
{
"class": "icon_highlight",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized", "theme_accent_tangerine"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/tangerine/buttons/button_highlight_materialized_on.png"
},
{
"class": "icon_highlight",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized", "theme_accent_tangerine"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/tangerine/buttons/button_highlight_atomized_on.png"
},
// Controls Numix Accent
// ===========================================================================
// Progress Bar
// ---------------------------------------------------------------------------
{
"class": "progress_gauge_control",
"settings": ["!theme_accent_mono", "theme_accent_numix"],
"layer0.tint": [214, 73, 55]
},
// Buttons
// ---------------------------------------------------------------------------
//
// Icons
//
// Regex Search Button Selected
{
"class": "icon_regex",
"settings": ["!theme_accent_mono", "theme_accent_numix"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/numix/buttons/button_regex_on.png"
},
{
"class": "icon_regex",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_numix"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/numix/buttons/button_regex_materialized_on.png"
},
{
"class": "icon_regex",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_accent_numix"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/numix/buttons/button_regex_atomized_on.png"
},
{
"class": "icon_regex",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized", "theme_accent_numix"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/numix/buttons/button_regex_materialized_on.png"
},
{
"class": "icon_regex",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized", "theme_accent_numix"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/numix/buttons/button_regex_atomized_on.png"
},
// Case Sensitive Search Button
{
"class": "icon_case",
"settings": ["!theme_accent_mono", "theme_accent_numix"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/numix/buttons/button_case_on.png"
},
{
"class": "icon_case",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_numix"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/numix/buttons/button_case_materialized_on.png"
},
{
"class": "icon_case",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_accent_numix"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/numix/buttons/button_case_atomized_on.png"
},
{
"class": "icon_case",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized", "theme_accent_numix"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/numix/buttons/button_case_materialized_on.png"
},
{
"class": "icon_case",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized", "theme_accent_numix"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/numix/buttons/button_case_atomized_on.png"
},
// Match Whole Word Search Button
{
"class": "icon_whole_word",
"settings": ["!theme_accent_mono", "theme_accent_numix"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/numix/buttons/button_word_on.png"
},
{
"class": "icon_whole_word",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_numix"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/numix/buttons/button_word_materialized_on.png"
},
{
"class": "icon_whole_word",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_accent_numix"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/numix/buttons/button_word_atomized_on.png"
},
{
"class": "icon_whole_word",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized", "theme_accent_numix"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/numix/buttons/button_word_materialized_on.png"
},
{
"class": "icon_whole_word",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized", "theme_accent_numix"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/numix/buttons/button_word_atomized_on.png"
},
// Search Wrap Button
{
"class": "icon_wrap",
"settings": ["!theme_accent_mono", "theme_accent_numix"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/numix/buttons/button_wrap_on.png"
},
{
"class": "icon_wrap",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_numix"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/numix/buttons/button_wrap_materialized_on.png"
},
{
"class": "icon_wrap",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_accent_numix"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/numix/buttons/button_wrap_atomized_on.png"
},
{
"class": "icon_wrap",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized", "theme_accent_numix"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/numix/buttons/button_wrap_materialized_on.png"
},
{
"class": "icon_wrap",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized", "theme_accent_numix"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/numix/buttons/button_wrap_atomized_on.png"
},
// Show Search Context Button
{
"class": "icon_context",
"settings": ["!theme_accent_mono", "theme_accent_numix"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/numix/buttons/button_context_on.png"
},
{
"class": "icon_context",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_numix"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/numix/buttons/button_context_materialized_on.png"
},
{
"class": "icon_context",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_accent_numix"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/numix/buttons/button_context_atomized_on.png"
},
{
"class": "icon_context",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized", "theme_accent_numix"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/numix/buttons/button_context_materialized_on.png"
},
{
"class": "icon_context",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized", "theme_accent_numix"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/numix/buttons/button_context_atomized_on.png"
},
// Use Search Buffer
{
"class": "icon_use_buffer",
"settings": ["!theme_accent_mono", "theme_accent_numix"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/numix/buttons/button_buffer_on.png"
},
{
"class": "icon_use_buffer",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_numix"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/numix/buttons/button_buffer_materialized_on.png"
},
{
"class": "icon_use_buffer",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_accent_numix"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/numix/buttons/button_buffer_atomized_on.png"
},
{
"class": "icon_use_buffer",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized", "theme_accent_numix"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/numix/buttons/button_buffer_materialized_on.png"
},
{
"class": "icon_use_buffer",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized", "theme_accent_numix"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/numix/buttons/button_buffer_atomized_on.png"
},
// Reverse Search Direction Button
{
"class": "icon_reverse",
"settings": ["!theme_accent_mono", "theme_accent_numix"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/numix/buttons/button_reverse_on.png"
},
// Search In Selection Button
{
"class": "icon_in_selection",
"settings": ["!theme_accent_mono", "theme_accent_numix"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/numix/buttons/button_selection_on.png"
},
{
"class": "icon_in_selection",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_numix"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/numix/buttons/button_selection_materialized_on.png"
},
{
"class": "icon_in_selection",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_accent_numix"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/numix/buttons/button_selection_atomized_on.png"
},
{
"class": "icon_in_selection",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized", "theme_accent_numix"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/numix/buttons/button_selection_materialized_on.png"
},
{
"class": "icon_in_selection",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized", "theme_accent_numix"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/numix/buttons/button_selection_atomized_on.png"
},
// Preserve Case Button
{
"class": "icon_preserve_case",
"settings": ["!theme_accent_mono", "theme_accent_numix"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/numix/buttons/button_preserve_on.png"
},
{
"class": "icon_preserve_case",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_numix"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/numix/buttons/button_preserve_materialized_on.png"
},
{
"class": "icon_preserve_case",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_accent_numix"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/numix/buttons/button_preserve_atomized_on.png"
},
{
"class": "icon_preserve_case",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized", "theme_accent_numix"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/numix/buttons/button_preserve_materialized_on.png"
},
{
"class": "icon_preserve_case",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized", "theme_accent_numix"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/numix/buttons/button_preserve_atomized_on.png"
},
// Highlight Results Button
{
"class": "icon_highlight",
"settings": ["!theme_accent_mono", "theme_accent_numix"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/numix/buttons/button_highlight_on.png"
},
{
"class": "icon_highlight",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_numix"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/numix/buttons/button_highlight_materialized_on.png"
},
{
"class": "icon_highlight",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_accent_numix"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/numix/buttons/button_highlight_atomized_on.png"
},
{
"class": "icon_highlight",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized", "theme_accent_numix"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/numix/buttons/button_highlight_materialized_on.png"
},
{
"class": "icon_highlight",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized", "theme_accent_numix"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/numix/buttons/button_highlight_atomized_on.png"
},
// Controls Cyan Accent
// ===========================================================================
// Progress Bar
// ---------------------------------------------------------------------------
{
"class": "progress_gauge_control",
"settings": ["!theme_accent_mono", "theme_accent_cyan"],
"layer0.tint": [116, 202, 194]
},
// Buttons
// ---------------------------------------------------------------------------
//
// Icons
//
// Regex Search Button Selected
{
"class": "icon_regex",
"settings": ["!theme_accent_mono", "theme_accent_cyan"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/cyan/buttons/button_regex_on.png"
},
{
"class": "icon_regex",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_cyan"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/cyan/buttons/button_regex_materialized_on.png"
},
{
"class": "icon_regex",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_accent_cyan"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/cyan/buttons/button_regex_atomized_on.png"
},
{
"class": "icon_regex",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized", "theme_accent_cyan"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/cyan/buttons/button_regex_materialized_on.png"
},
{
"class": "icon_regex",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized", "theme_accent_cyan"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/cyan/buttons/button_regex_atomized_on.png"
},
// Case Sensitive Search Button
{
"class": "icon_case",
"settings": ["!theme_accent_mono", "theme_accent_cyan"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/cyan/buttons/button_case_on.png"
},
{
"class": "icon_case",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_cyan"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/cyan/buttons/button_case_materialized_on.png"
},
{
"class": "icon_case",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_accent_cyan"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/cyan/buttons/button_case_atomized_on.png"
},
{
"class": "icon_case",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized", "theme_accent_cyan"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/cyan/buttons/button_case_materialized_on.png"
},
{
"class": "icon_case",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized", "theme_accent_cyan"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/cyan/buttons/button_case_atomized_on.png"
},
// Match Whole Word Search Button
{
"class": "icon_whole_word",
"settings": ["!theme_accent_mono", "theme_accent_cyan"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/cyan/buttons/button_word_on.png"
},
{
"class": "icon_whole_word",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_cyan"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/cyan/buttons/button_word_materialized_on.png"
},
{
"class": "icon_whole_word",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_accent_cyan"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/cyan/buttons/button_word_atomized_on.png"
},
{
"class": "icon_whole_word",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized", "theme_accent_cyan"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/cyan/buttons/button_word_materialized_on.png"
},
{
"class": "icon_whole_word",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized", "theme_accent_cyan"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/cyan/buttons/button_word_atomized_on.png"
},
// Search Wrap Button
{
"class": "icon_wrap",
"settings": ["!theme_accent_mono", "theme_accent_cyan"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/cyan/buttons/button_wrap_on.png"
},
{
"class": "icon_wrap",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_cyan"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/cyan/buttons/button_wrap_materialized_on.png"
},
{
"class": "icon_wrap",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_accent_cyan"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/cyan/buttons/button_wrap_atomized_on.png"
},
{
"class": "icon_wrap",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized", "theme_accent_cyan"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/cyan/buttons/button_wrap_materialized_on.png"
},
{
"class": "icon_wrap",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized", "theme_accent_cyan"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/cyan/buttons/button_wrap_atomized_on.png"
},
// Show Search Context Button
{
"class": "icon_context",
"settings": ["!theme_accent_mono", "theme_accent_cyan"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/cyan/buttons/button_context_on.png"
},
{
"class": "icon_context",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_cyan"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/cyan/buttons/button_context_materialized_on.png"
},
{
"class": "icon_context",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_accent_cyan"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/cyan/buttons/button_context_atomized_on.png"
},
{
"class": "icon_context",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized", "theme_accent_cyan"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/cyan/buttons/button_context_materialized_on.png"
},
{
"class": "icon_context",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized", "theme_accent_cyan"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/cyan/buttons/button_context_atomized_on.png"
},
// Use Search Buffer
{
"class": "icon_use_buffer",
"settings": ["!theme_accent_mono", "theme_accent_cyan"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/cyan/buttons/button_buffer_on.png"
},
{
"class": "icon_use_buffer",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_cyan"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/cyan/buttons/button_buffer_materialized_on.png"
},
{
"class": "icon_use_buffer",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_accent_cyan"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/cyan/buttons/button_buffer_atomized_on.png"
},
{
"class": "icon_use_buffer",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized", "theme_accent_cyan"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/cyan/buttons/button_buffer_materialized_on.png"
},
{
"class": "icon_use_buffer",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized", "theme_accent_cyan"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/cyan/buttons/button_buffer_atomized_on.png"
},
// Reverse Search Direction Button
{
"class": "icon_reverse",
"settings": ["!theme_accent_mono", "theme_accent_cyan"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/cyan/buttons/button_reverse_on.png"
},
// Search In Selection Button
{
"class": "icon_in_selection",
"settings": ["!theme_accent_mono", "theme_accent_cyan"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/cyan/buttons/button_selection_on.png"
},
{
"class": "icon_in_selection",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_cyan"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/cyan/buttons/button_selection_materialized_on.png"
},
{
"class": "icon_in_selection",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_accent_cyan"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/cyan/buttons/button_selection_atomized_on.png"
},
{
"class": "icon_in_selection",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized", "theme_accent_cyan"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/cyan/buttons/button_selection_materialized_on.png"
},
{
"class": "icon_in_selection",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized", "theme_accent_cyan"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/cyan/buttons/button_selection_atomized_on.png"
},
// Preserve Case Button
{
"class": "icon_preserve_case",
"settings": ["!theme_accent_mono", "theme_accent_cyan"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/cyan/buttons/button_preserve_on.png"
},
{
"class": "icon_preserve_case",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_cyan"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/cyan/buttons/button_preserve_materialized_on.png"
},
{
"class": "icon_preserve_case",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_accent_cyan"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/cyan/buttons/button_preserve_atomized_on.png"
},
{
"class": "icon_preserve_case",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized", "theme_accent_cyan"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/cyan/buttons/button_preserve_materialized_on.png"
},
{
"class": "icon_preserve_case",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized", "theme_accent_cyan"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/cyan/buttons/button_preserve_atomized_on.png"
},
// Highlight Results Button
{
"class": "icon_highlight",
"settings": ["!theme_accent_mono", "theme_accent_cyan"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/cyan/buttons/button_highlight_on.png"
},
{
"class": "icon_highlight",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_cyan"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/cyan/buttons/button_highlight_materialized_on.png"
},
{
"class": "icon_highlight",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_accent_cyan"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/cyan/buttons/button_highlight_atomized_on.png"
},
{
"class": "icon_highlight",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized", "theme_accent_cyan"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/cyan/buttons/button_highlight_materialized_on.png"
},
{
"class": "icon_highlight",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized", "theme_accent_cyan"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/cyan/buttons/button_highlight_atomized_on.png"
},
// Controls Lime Accent
// ===========================================================================
// Progress Bar
// ---------------------------------------------------------------------------
{
"class": "progress_gauge_control",
"settings": ["!theme_accent_mono", "theme_accent_lime"],
"layer0.tint": [132, 188, 68]
},
// Buttons
// ---------------------------------------------------------------------------
//
// Icons
//
// Regex Search Button Selected
{
"class": "icon_regex",
"settings": ["!theme_accent_mono", "theme_accent_lime"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/lime/buttons/button_regex_on.png"
},
{
"class": "icon_regex",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_lime"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/lime/buttons/button_regex_materialized_on.png"
},
{
"class": "icon_regex",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_accent_lime"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/lime/buttons/button_regex_atomized_on.png"
},
{
"class": "icon_regex",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized", "theme_accent_lime"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/lime/buttons/button_regex_materialized_on.png"
},
{
"class": "icon_regex",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized", "theme_accent_lime"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/lime/buttons/button_regex_atomized_on.png"
},
// Case Sensitive Search Button
{
"class": "icon_case",
"settings": ["!theme_accent_mono", "theme_accent_lime"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/lime/buttons/button_case_on.png"
},
{
"class": "icon_case",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_lime"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/lime/buttons/button_case_materialized_on.png"
},
{
"class": "icon_case",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_accent_lime"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/lime/buttons/button_case_atomized_on.png"
},
{
"class": "icon_case",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized", "theme_accent_lime"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/lime/buttons/button_case_materialized_on.png"
},
{
"class": "icon_case",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized", "theme_accent_lime"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/lime/buttons/button_case_atomized_on.png"
},
// Match Whole Word Search Button
{
"class": "icon_whole_word",
"settings": ["!theme_accent_mono", "theme_accent_lime"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/lime/buttons/button_word_on.png"
},
{
"class": "icon_whole_word",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_lime"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/lime/buttons/button_word_materialized_on.png"
},
{
"class": "icon_whole_word",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_accent_lime"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/lime/buttons/button_word_atomized_on.png"
},
{
"class": "icon_whole_word",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized", "theme_accent_lime"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/lime/buttons/button_word_materialized_on.png"
},
{
"class": "icon_whole_word",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized", "theme_accent_lime"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/lime/buttons/button_word_atomized_on.png"
},
// Search Wrap Button
{
"class": "icon_wrap",
"settings": ["!theme_accent_mono", "theme_accent_lime"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/lime/buttons/button_wrap_on.png"
},
{
"class": "icon_wrap",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_lime"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/lime/buttons/button_wrap_materialized_on.png"
},
{
"class": "icon_wrap",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_accent_lime"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/lime/buttons/button_wrap_atomized_on.png"
},
{
"class": "icon_wrap",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized", "theme_accent_lime"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/lime/buttons/button_wrap_materialized_on.png"
},
{
"class": "icon_wrap",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized", "theme_accent_lime"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/lime/buttons/button_wrap_atomized_on.png"
},
// Show Search Context Button
{
"class": "icon_context",
"settings": ["!theme_accent_mono", "theme_accent_lime"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/lime/buttons/button_context_on.png"
},
{
"class": "icon_context",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_lime"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/lime/buttons/button_context_materialized_on.png"
},
{
"class": "icon_context",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_accent_lime"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/lime/buttons/button_context_atomized_on.png"
},
{
"class": "icon_context",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized", "theme_accent_lime"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/lime/buttons/button_context_materialized_on.png"
},
{
"class": "icon_context",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized", "theme_accent_lime"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/lime/buttons/button_context_atomized_on.png"
},
// Use Search Buffer
{
"class": "icon_use_buffer",
"settings": ["!theme_accent_mono", "theme_accent_lime"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/lime/buttons/button_buffer_on.png"
},
{
"class": "icon_use_buffer",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_lime"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/lime/buttons/button_buffer_materialized_on.png"
},
{
"class": "icon_use_buffer",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_accent_lime"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/lime/buttons/button_buffer_atomized_on.png"
},
{
"class": "icon_use_buffer",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized", "theme_accent_lime"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/lime/buttons/button_buffer_materialized_on.png"
},
{
"class": "icon_use_buffer",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized", "theme_accent_lime"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/lime/buttons/button_buffer_atomized_on.png"
},
// Reverse Search Direction Button
{
"class": "icon_reverse",
"settings": ["!theme_accent_mono", "theme_accent_lime"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/lime/buttons/button_reverse_on.png"
},
// Search In Selection Button
{
"class": "icon_in_selection",
"settings": ["!theme_accent_mono", "theme_accent_lime"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/lime/buttons/button_selection_on.png"
},
{
"class": "icon_in_selection",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_lime"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/lime/buttons/button_selection_materialized_on.png"
},
{
"class": "icon_in_selection",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_accent_lime"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/lime/buttons/button_selection_atomized_on.png"
},
{
"class": "icon_in_selection",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized", "theme_accent_lime"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/lime/buttons/button_selection_materialized_on.png"
},
{
"class": "icon_in_selection",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized", "theme_accent_lime"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/lime/buttons/button_selection_atomized_on.png"
},
// Preserve Case Button
{
"class": "icon_preserve_case",
"settings": ["!theme_accent_mono", "theme_accent_lime"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/lime/buttons/button_preserve_on.png"
},
{
"class": "icon_preserve_case",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_lime"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/lime/buttons/button_preserve_materialized_on.png"
},
{
"class": "icon_preserve_case",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_accent_lime"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/lime/buttons/button_preserve_atomized_on.png"
},
{
"class": "icon_preserve_case",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized", "theme_accent_lime"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/lime/buttons/button_preserve_materialized_on.png"
},
{
"class": "icon_preserve_case",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized", "theme_accent_lime"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/lime/buttons/button_preserve_atomized_on.png"
},
// Highlight Results Button
{
"class": "icon_highlight",
"settings": ["!theme_accent_mono", "theme_accent_lime"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/lime/buttons/button_highlight_on.png"
},
{
"class": "icon_highlight",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_lime"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/lime/buttons/button_highlight_materialized_on.png"
},
{
"class": "icon_highlight",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_accent_lime"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/lime/buttons/button_highlight_atomized_on.png"
},
{
"class": "icon_highlight",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized", "theme_accent_lime"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/lime/buttons/button_highlight_materialized_on.png"
},
{
"class": "icon_highlight",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized", "theme_accent_lime"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/lime/buttons/button_highlight_atomized_on.png"
},
// Controls Pink Accent
// ===========================================================================
// Progress Bar
// ---------------------------------------------------------------------------
{
"class": "progress_gauge_control",
"settings": ["!theme_accent_mono", "theme_accent_pink"],
"layer0.tint": [240, 113, 120]
},
// Buttons
// ---------------------------------------------------------------------------
//
// Icons
//
// Regex Search Button Selected
{
"class": "icon_regex",
"settings": ["!theme_accent_mono", "theme_accent_pink"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/pink/buttons/button_regex_on.png"
},
{
"class": "icon_regex",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_pink"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/pink/buttons/button_regex_materialized_on.png"
},
{
"class": "icon_regex",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_accent_pink"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/pink/buttons/button_regex_atomized_on.png"
},
{
"class": "icon_regex",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized", "theme_accent_pink"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/pink/buttons/button_regex_materialized_on.png"
},
{
"class": "icon_regex",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized", "theme_accent_pink"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/pink/buttons/button_regex_atomized_on.png"
},
// Case Sensitive Search Button
{
"class": "icon_case",
"settings": ["!theme_accent_mono", "theme_accent_pink"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/pink/buttons/button_case_on.png"
},
{
"class": "icon_case",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_pink"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/pink/buttons/button_case_materialized_on.png"
},
{
"class": "icon_case",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_accent_pink"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/pink/buttons/button_case_atomized_on.png"
},
{
"class": "icon_case",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized", "theme_accent_pink"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/pink/buttons/button_case_materialized_on.png"
},
{
"class": "icon_case",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized", "theme_accent_pink"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/pink/buttons/button_case_atomized_on.png"
},
// Match Whole Word Search Button
{
"class": "icon_whole_word",
"settings": ["!theme_accent_mono", "theme_accent_pink"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/pink/buttons/button_word_on.png"
},
{
"class": "icon_whole_word",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_pink"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/pink/buttons/button_word_materialized_on.png"
},
{
"class": "icon_whole_word",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_accent_pink"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/pink/buttons/button_word_atomized_on.png"
},
{
"class": "icon_whole_word",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized", "theme_accent_pink"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/pink/buttons/button_word_materialized_on.png"
},
{
"class": "icon_whole_word",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized", "theme_accent_pink"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/pink/buttons/button_word_atomized_on.png"
},
// Search Wrap Button
{
"class": "icon_wrap",
"settings": ["!theme_accent_mono", "theme_accent_pink"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/pink/buttons/button_wrap_on.png"
},
{
"class": "icon_wrap",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_pink"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/pink/buttons/button_wrap_materialized_on.png"
},
{
"class": "icon_wrap",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_accent_pink"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/pink/buttons/button_wrap_atomized_on.png"
},
{
"class": "icon_wrap",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized", "theme_accent_pink"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/pink/buttons/button_wrap_materialized_on.png"
},
{
"class": "icon_wrap",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized", "theme_accent_pink"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/pink/buttons/button_wrap_atomized_on.png"
},
// Show Search Context Button
{
"class": "icon_context",
"settings": ["!theme_accent_mono", "theme_accent_pink"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/pink/buttons/button_context_on.png"
},
{
"class": "icon_context",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_pink"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/pink/buttons/button_context_materialized_on.png"
},
{
"class": "icon_context",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_accent_pink"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/pink/buttons/button_context_atomized_on.png"
},
{
"class": "icon_context",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized", "theme_accent_pink"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/pink/buttons/button_context_materialized_on.png"
},
{
"class": "icon_context",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized", "theme_accent_pink"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/pink/buttons/button_context_atomized_on.png"
},
// Use Search Buffer
{
"class": "icon_use_buffer",
"settings": ["!theme_accent_mono", "theme_accent_pink"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/pink/buttons/button_buffer_on.png"
},
{
"class": "icon_use_buffer",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_pink"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/pink/buttons/button_buffer_materialized_on.png"
},
{
"class": "icon_use_buffer",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_accent_pink"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/pink/buttons/button_buffer_atomized_on.png"
},
{
"class": "icon_use_buffer",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized", "theme_accent_pink"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/pink/buttons/button_buffer_materialized_on.png"
},
{
"class": "icon_use_buffer",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized", "theme_accent_pink"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/pink/buttons/button_buffer_atomized_on.png"
},
// Reverse Search Direction Button
{
"class": "icon_reverse",
"settings": ["!theme_accent_mono", "theme_accent_pink"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/pink/buttons/button_reverse_on.png"
},
// Search In Selection Button
{
"class": "icon_in_selection",
"settings": ["!theme_accent_mono", "theme_accent_pink"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/pink/buttons/button_selection_on.png"
},
{
"class": "icon_in_selection",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_pink"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/pink/buttons/button_selection_materialized_on.png"
},
{
"class": "icon_in_selection",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_accent_pink"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/pink/buttons/button_selection_atomized_on.png"
},
{
"class": "icon_in_selection",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized", "theme_accent_pink"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/pink/buttons/button_selection_materialized_on.png"
},
{
"class": "icon_in_selection",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized", "theme_accent_pink"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/pink/buttons/button_selection_atomized_on.png"
},
// Preserve Case Button
{
"class": "icon_preserve_case",
"settings": ["!theme_accent_mono", "theme_accent_pink"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/pink/buttons/button_preserve_on.png"
},
{
"class": "icon_preserve_case",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_pink"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/pink/buttons/button_preserve_materialized_on.png"
},
{
"class": "icon_preserve_case",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_accent_pink"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/pink/buttons/button_preserve_atomized_on.png"
},
{
"class": "icon_preserve_case",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized", "theme_accent_pink"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/pink/buttons/button_preserve_materialized_on.png"
},
{
"class": "icon_preserve_case",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized", "theme_accent_pink"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/pink/buttons/button_preserve_atomized_on.png"
},
// Highlight Results Button
{
"class": "icon_highlight",
"settings": ["!theme_accent_mono", "theme_accent_pink"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/pink/buttons/button_highlight_on.png"
},
{
"class": "icon_highlight",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_pink"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/pink/buttons/button_highlight_materialized_on.png"
},
{
"class": "icon_highlight",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_accent_pink"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/pink/buttons/button_highlight_atomized_on.png"
},
{
"class": "icon_highlight",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized", "theme_accent_pink"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/pink/buttons/button_highlight_materialized_on.png"
},
{
"class": "icon_highlight",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized", "theme_accent_pink"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/pink/buttons/button_highlight_atomized_on.png"
},
// Controls Sky Accent
// ===========================================================================
// Progress Bar
// ---------------------------------------------------------------------------
{
"class": "progress_gauge_control",
"settings": ["!theme_accent_mono", "theme_accent_sky"],
"layer0.tint": [82, 139, 255]
},
// Buttons
// ---------------------------------------------------------------------------
//
// Icons
//
// Regex Search Button Selected
{
"class": "icon_regex",
"settings": ["!theme_accent_mono", "theme_accent_sky"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/sky/buttons/button_regex_on.png"
},
{
"class": "icon_regex",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_sky"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/sky/buttons/button_regex_materialized_on.png"
},
{
"class": "icon_regex",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_accent_sky"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/sky/buttons/button_regex_atomized_on.png"
},
{
"class": "icon_regex",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized", "theme_accent_sky"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/sky/buttons/button_regex_materialized_on.png"
},
{
"class": "icon_regex",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized", "theme_accent_sky"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/sky/buttons/button_regex_atomized_on.png"
},
// Case Sensitive Search Button
{
"class": "icon_case",
"settings": ["!theme_accent_mono", "theme_accent_sky"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/sky/buttons/button_case_on.png"
},
{
"class": "icon_case",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_sky"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/sky/buttons/button_case_materialized_on.png"
},
{
"class": "icon_case",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_accent_sky"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/sky/buttons/button_case_atomized_on.png"
},
{
"class": "icon_case",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized", "theme_accent_sky"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/sky/buttons/button_case_materialized_on.png"
},
{
"class": "icon_case",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized", "theme_accent_sky"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/sky/buttons/button_case_atomized_on.png"
},
// Match Whole Word Search Button
{
"class": "icon_whole_word",
"settings": ["!theme_accent_mono", "theme_accent_sky"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/sky/buttons/button_word_on.png"
},
{
"class": "icon_whole_word",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_sky"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/sky/buttons/button_word_materialized_on.png"
},
{
"class": "icon_whole_word",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_accent_sky"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/sky/buttons/button_word_atomized_on.png"
},
{
"class": "icon_whole_word",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized", "theme_accent_sky"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/sky/buttons/button_word_materialized_on.png"
},
{
"class": "icon_whole_word",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized", "theme_accent_sky"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/sky/buttons/button_word_atomized_on.png"
},
// Search Wrap Button
{
"class": "icon_wrap",
"settings": ["!theme_accent_mono", "theme_accent_sky"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/sky/buttons/button_wrap_on.png"
},
{
"class": "icon_wrap",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_sky"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/sky/buttons/button_wrap_materialized_on.png"
},
{
"class": "icon_wrap",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_accent_sky"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/sky/buttons/button_wrap_atomized_on.png"
},
{
"class": "icon_wrap",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized", "theme_accent_sky"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/sky/buttons/button_wrap_materialized_on.png"
},
{
"class": "icon_wrap",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized", "theme_accent_sky"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/sky/buttons/button_wrap_atomized_on.png"
},
// Show Search Context Button
{
"class": "icon_context",
"settings": ["!theme_accent_mono", "theme_accent_sky"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/sky/buttons/button_context_on.png"
},
{
"class": "icon_context",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_sky"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/sky/buttons/button_context_materialized_on.png"
},
{
"class": "icon_context",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_accent_sky"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/sky/buttons/button_context_atomized_on.png"
},
{
"class": "icon_context",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized", "theme_accent_sky"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/sky/buttons/button_context_materialized_on.png"
},
{
"class": "icon_context",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized", "theme_accent_sky"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/sky/buttons/button_context_atomized_on.png"
},
// Use Search Buffer
{
"class": "icon_use_buffer",
"settings": ["!theme_accent_mono", "theme_accent_sky"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/sky/buttons/button_buffer_on.png"
},
{
"class": "icon_use_buffer",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_sky"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/sky/buttons/button_buffer_materialized_on.png"
},
{
"class": "icon_use_buffer",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_accent_sky"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/sky/buttons/button_buffer_atomized_on.png"
},
{
"class": "icon_use_buffer",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized", "theme_accent_sky"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/sky/buttons/button_buffer_materialized_on.png"
},
{
"class": "icon_use_buffer",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized", "theme_accent_sky"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/sky/buttons/button_buffer_atomized_on.png"
},
// Reverse Search Direction Button
{
"class": "icon_reverse",
"settings": ["!theme_accent_mono", "theme_accent_sky"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/sky/buttons/button_reverse_on.png"
},
// Search In Selection Button
{
"class": "icon_in_selection",
"settings": ["!theme_accent_mono", "theme_accent_sky"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/sky/buttons/button_selection_on.png"
},
{
"class": "icon_in_selection",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_sky"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/sky/buttons/button_selection_materialized_on.png"
},
{
"class": "icon_in_selection",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_accent_sky"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/sky/buttons/button_selection_atomized_on.png"
},
{
"class": "icon_in_selection",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized", "theme_accent_sky"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/sky/buttons/button_selection_materialized_on.png"
},
{
"class": "icon_in_selection",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized", "theme_accent_sky"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/sky/buttons/button_selection_atomized_on.png"
},
// Preserve Case Button
{
"class": "icon_preserve_case",
"settings": ["!theme_accent_mono", "theme_accent_sky"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/sky/buttons/button_preserve_on.png"
},
{
"class": "icon_preserve_case",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_sky"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/sky/buttons/button_preserve_materialized_on.png"
},
{
"class": "icon_preserve_case",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_accent_sky"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/sky/buttons/button_preserve_atomized_on.png"
},
{
"class": "icon_preserve_case",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized", "theme_accent_sky"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/sky/buttons/button_preserve_materialized_on.png"
},
{
"class": "icon_preserve_case",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized", "theme_accent_sky"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/sky/buttons/button_preserve_atomized_on.png"
},
// Highlight Results Button
{
"class": "icon_highlight",
"settings": ["!theme_accent_mono", "theme_accent_sky"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.opacity": 1.0,
"layer0.texture": "Boxy Theme/assets/accents/sky/buttons/button_highlight_on.png"
},
{
"class": "icon_highlight",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_sky"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/sky/buttons/button_highlight_materialized_on.png"
},
{
"class": "icon_highlight",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_accent_sky"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/sky/buttons/button_highlight_atomized_on.png"
},
{
"class": "icon_highlight",
"settings": ["!theme_accent_mono", "theme_find_panel_materialized", "theme_accent_sky"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/sky/buttons/button_highlight_materialized_on.png"
},
{
"class": "icon_highlight",
"settings": ["!theme_accent_mono", "theme_find_panel_atomized", "theme_accent_sky"],
"parents": [{"class": "icon_button_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/accents/sky/buttons/button_highlight_atomized_on.png"
},
// Controls Options
// ===========================================================================
// Panel
// ---------------------------------------------------------------------------
{
"class": "panel_control",
"settings": ["theme_find_panel_padding_sm"],
"content_margin": [1, 2]
},
{
"class": "panel_control",
"settings": ["theme_find_panel_padding_md"],
"content_margin": [2, 3]
},
{
"class": "panel_control",
"settings": ["theme_find_panel_padding_lg"],
"content_margin": [4, 5]
},
{
"class": "panel_control",
"settings": ["theme_find_panel_padding_xl"],
"content_margin": [5, 6]
},
// Popup Border
// ---------------------------------------------------------------------------
{
"class": "popup_control",
"settings": ["theme_popup_border_visible"],
"content_margin": [2, 2]
},
// Hide Find & Replace Panel Close Button
// ---------------------------------------------------------------------------
{
"class": "panel_close_button",
"settings": ["theme_find_panel_close_hidden"],
"content_margin": 0
},
// Rounded buttons
// ---------------------------------------------------------------------------
{
"class": "button_control",
"settings": ["theme_button_rounded"],
"layer0.opacity": 0,
"layer1.opacity": 0.05
},
{
"class": "button_control",
"settings": ["theme_button_rounded"],
"attributes": ["hover"],
"layer1.opacity": 0.09
},
{
"class": "icon_button_control",
"settings": ["theme_icon_button_highlighted", "theme_button_rounded"],
"layer0.opacity": 0,
"layer1.opacity": 0.05
},
{
"class": "icon_button_control",
"settings": ["theme_icon_button_highlighted", "theme_button_rounded"],
"attributes": ["hover"],
"layer1.opacity": 0.09
},
// Find & Replace Sizes
// ---------------------------------------------------------------------------
//
// Global
//
{
"class": "button_control",
"settings": ["theme_size_xs"],
"content_margin": [9, 10]
},
{
"class": "icon_button_control",
"settings": ["theme_size_xs"],
"content_margin": [9, 9]
},
{
"class": "text_line_control",
"settings": ["theme_size_xs"],
"content_margin": [9, 6]
},
{
"class": "button_control",
"settings": ["theme_size_sm"],
"content_margin": [11, 12]
},
{
"class": "icon_button_control",
"settings": ["theme_size_sm"],
"content_margin": [11, 11]
},
{
"class": "text_line_control",
"settings": ["theme_size_sm"],
"content_margin": [11, 7]
},
{
"class": "button_control",
"settings": ["theme_size_md"],
"content_margin": [12, 13]
},
{
"class": "icon_button_control",
"settings": ["theme_size_md"],
"content_margin": [12, 12]
},
{
"class": "text_line_control",
"settings": ["theme_size_md"],
"content_margin": [12, 7]
},
{
"class": "button_control",
"settings": ["theme_size_lg"],
"content_margin": [13, 14]
},
{
"class": "icon_button_control",
"settings": ["theme_size_lg"],
"content_margin": [13, 13]
},
{
"class": "text_line_control",
"settings": ["theme_size_lg"],
"content_margin": [13, 8]
},
{
"class": "button_control",
"settings": ["theme_size_xl"],
"content_margin": [14, 15]
},
{
"class": "icon_button_control",
"settings": ["theme_size_xl"],
"content_margin": [14, 14]
},
{
"class": "text_line_control",
"settings": ["theme_size_xl"],
"content_margin": [14, 9]
},
//
// Control
//
{
"class": "button_control",
"settings": ["theme_find_panel_size_xxs"],
"content_margin": [7, 8]
},
{
"class": "icon_button_control",
"settings": ["theme_find_panel_size_xxs"],
"content_margin": [7, 7]
},
{
"class": "text_line_control",
"settings": ["theme_find_panel_size_xxs"],
"content_margin": [7, 4]
},
{
"class": "button_control",
"settings": ["theme_find_panel_size_xs"],
"content_margin": [9, 10]
},
{
"class": "icon_button_control",
"settings": ["theme_find_panel_size_xs"],
"content_margin": [9, 9]
},
{
"class": "text_line_control",
"settings": ["theme_find_panel_size_xs"],
"content_margin": [9, 6]
},
{
"class": "button_control",
"settings": ["theme_find_panel_size_sm"],
"content_margin": [11, 12]
},
{
"class": "icon_button_control",
"settings": ["theme_find_panel_size_sm"],
"content_margin": [11, 11]
},
{
"class": "text_line_control",
"settings": ["theme_find_panel_size_sm"],
"content_margin": [11, 7]
},
{
"class": "button_control",
"settings": ["theme_find_panel_size_md"],
"content_margin": [12, 13]
},
{
"class": "icon_button_control",
"settings": ["theme_find_panel_size_md"],
"content_margin": [12, 12]
},
{
"class": "text_line_control",
"settings": ["theme_find_panel_size_md"],
"content_margin": [12, 7]
},
{
"class": "button_control",
"settings": ["theme_find_panel_size_lg"],
"content_margin": [13, 14]
},
{
"class": "icon_button_control",
"settings": ["theme_find_panel_size_lg"],
"content_margin": [13, 13]
},
{
"class": "text_line_control",
"settings": ["theme_find_panel_size_lg"],
"content_margin": [13, 8]
},
{
"class": "button_control",
"settings": ["theme_find_panel_size_xl"],
"content_margin": [14, 15]
},
{
"class": "icon_button_control",
"settings": ["theme_find_panel_size_xl"],
"content_margin": [14, 14]
},
{
"class": "text_line_control",
"settings": ["theme_find_panel_size_xl"],
"content_margin": [14, 9]
},
// Find & Replace Font Options
// ---------------------------------------------------------------------------
//
// Global
//
{
"class": "label_control",
"settings": ["theme_font_xs"],
"font.size": 10
},
{
"class": "label_control",
"settings": ["theme_font_sm"],
"font.size": 11
},
{
"class": "label_control",
"settings": ["theme_font_md"],
"font.size": 12
},
{
"class": "label_control",
"settings": ["theme_font_lg"],
"font.size": 13
},
{
"class": "button_control",
"settings": ["theme_font_lg"],
"min_size": [80, 0]
},
{
"class": "label_control",
"settings": ["theme_font_xl"],
"font.size": 14
},
{
"class": "button_control",
"settings": ["theme_font_xl"],
"min_size": [84, 0]
},
//
// Control
//
{
"class": "label_control",
"settings": ["theme_find_panel_font_xs"],
"parents": [{"class": "panel_control"}],
"font.size": 10
},
{
"class": "label_control",
"settings": ["theme_find_panel_font_sm"],
"parents": [{"class": "panel_control"}],
"font.size": 11
},
{
"class": "label_control",
"settings": ["theme_find_panel_font_md"],
"parents": [{"class": "panel_control"}],
"font.size": 12
},
{
"class": "label_control",
"parents": [{"class": "panel_control"}],
"settings": ["theme_find_panel_font_lg"],
"font.size": 13
},
{
"class": "button_control",
"parents": [{"class": "panel_control"}],
"settings": ["theme_find_panel_font_lg"],
"min_size": [80, 0]
},
{
"class": "label_control",
"parents": [{"class": "panel_control"}],
"settings": ["theme_find_panel_font_xl"],
"font.size": 14
},
{
"class": "button_control",
"parents": [{"class": "panel_control"}],
"settings": ["theme_find_panel_font_xl"],
"min_size": [84, 0]
},
//
// >> Folding
// ===========================================================================
// Folding settings and behavior
// ===========================================================================
//
// Fold Defaults
// ===========================================================================
{
"class": "fold_button_control",
"content_margin": [9, 7, 8, 6],
"layer0.texture": "Boxy Theme/assets/common/buttons/button_fold.png",
"layer0.opacity": 1,
"layer0.inner_margin": 0,
"layer1.texture": "Boxy Theme/assets/common/buttons/button_fold_hovered.png",
"layer1.opacity": 0,
"layer1.inner_margin": 0
},
// Fold Hovered
// ===========================================================================
{
"class": "fold_button_control",
"attributes": ["hover"],
"layer0.opacity": 0,
"layer1.opacity": 1
},
// Fold Expanded
// ===========================================================================
{
"class": "fold_button_control",
"attributes": ["expanded"],
"layer0.texture": "Boxy Theme/assets/common/buttons/button_fold_expanded.png",
"layer1.texture": "Boxy Theme/assets/common/buttons/button_fold_expanded_hovered.png"
},
//
// >> Grid
// ===========================================================================
// Grid styles
// ===========================================================================
//
// Grid Border Size
// ===========================================================================
{
"class": "grid_layout_control",
"border_size": 1
},
// Grid Theme Specific Styles
// ===========================================================================
// Grid Border Color
// ---------------------------------------------------------------------------
{
"class": "grid_layout_control",
"border_color": [42, 43, 45]
},
{
"class": "grid_layout_control",
"settings": ["theme_bar_margin_top_sm"],
"border_color": [35, 36, 38]
},
{
"class": "grid_layout_control",
"settings": ["theme_bar_margin_top_md"],
"border_color": [35, 36, 38]
},
{
"class": "grid_layout_control",
"settings": ["theme_bar_margin_top_lg"],
"border_color": [35, 36, 38]
},
{
"class": "grid_layout_control",
"settings": ["theme_grid_border_size_sm"],
"border_color": [35, 36, 38]
},
{
"class": "grid_layout_control",
"settings": ["theme_grid_border_size_md"],
"border_color": [35, 36, 38]
},
{
"class": "grid_layout_control",
"settings": ["theme_grid_border_size_lg"],
"border_color": [35, 36, 38]
},
{
"class": "grid_layout_control",
"settings": ["theme_grid_border_size_xl"],
"border_color": [35, 36, 38]
},
{
"class": "grid_layout_control",
"settings": ["!enable_tab_scrolling"],
"border_color": [35, 36, 38]
},
// Grid Options
// ===========================================================================
// Grid Border Size
// ---------------------------------------------------------------------------
{
"class": "grid_layout_control",
"settings": ["theme_grid_border_size_xs"],
"border_size": 1
},
{
"class": "grid_layout_control",
"settings": ["theme_grid_border_size_sm"],
"border_size": 4
},
{
"class": "grid_layout_control",
"settings": ["theme_grid_border_size_md"],
"border_size": 6
},
{
"class": "grid_layout_control",
"settings": ["theme_grid_border_size_lg"],
"border_size": 8
},
{
"class": "grid_layout_control",
"settings": ["theme_grid_border_size_xl"],
"border_size": 10
},
//
// >> Minimap
// ===========================================================================
// Minimap settings and behavior
// ===========================================================================
//
// Minimap Always Visible
// ===========================================================================
{
"class": "minimap_control",
"settings": ["always_show_minimap_viewport"],
"viewport_opacity": 0.4
},
// Minimap Visible On Hover
// ===========================================================================
{
"class": "minimap_control",
"settings": ["!always_show_minimap_viewport"],
"viewport_opacity": { "target": 0.0, "speed": 4.0, "interpolation": "smoothstep" }
},
{
"class": "minimap_control",
"attributes": ["hover"],
"settings": ["!always_show_minimap_viewport"],
"viewport_opacity": { "target": 0.4, "speed": 20.0, "interpolation": "smoothstep" }
},
// Minimap Mono Accent
// ===========================================================================
{
"class": "minimap_control",
"settings": ["theme_accent_mono"],
"viewport_color": [255, 255, 255, 40]
},
// Minimap Blue Accent
// ===========================================================================
{
"class": "minimap_control",
"settings": ["!theme_accent_mono"],
"viewport_color": [36, 151, 227, 75]
},
// Minimap Green Accent
// ===========================================================================
{
"class": "minimap_control",
"settings": ["!theme_accent_mono", "theme_accent_green"],
"viewport_color": [46, 188, 103, 75]
},
// Minimap Orange Accent
// ===========================================================================
{
"class": "minimap_control",
"settings": ["!theme_accent_mono", "theme_accent_orange"],
"viewport_color": [242, 104, 62, 75]
},
// Minimap Purple Accent
// ===========================================================================
{
"class": "minimap_control",
"settings": ["!theme_accent_mono", "theme_accent_purple"],
"viewport_color": [137, 85, 162, 75]
},
// Minimap Tangerine Accent
// ===========================================================================
{
"class": "minimap_control",
"settings": ["!theme_accent_mono", "theme_accent_tangerine"],
"viewport_color": [242, 134, 94, 75]
},
// Minimap Numix Accent
// ===========================================================================
{
"class": "minimap_control",
"settings": ["!theme_accent_mono", "theme_accent_numix"],
"viewport_color": [214, 73, 55, 75]
},
// Minimap Cyan Accent
// ===========================================================================
{
"class": "minimap_control",
"settings": ["!theme_accent_mono", "theme_accent_cyan"],
"viewport_color": [116, 202, 194, 75]
},
// Minimap Lime Accent
// ===========================================================================
{
"class": "minimap_control",
"settings": ["!theme_accent_mono", "theme_accent_lime"],
"viewport_color": [132, 188, 68, 75]
},
// Minimap Pink Accent
// ===========================================================================
{
"class": "minimap_control",
"settings": ["!theme_accent_mono", "theme_accent_pink"],
"viewport_color": [240, 113, 120, 75]
},
// Minimap Sky Accent
// ===========================================================================
{
"class": "minimap_control",
"settings": ["!theme_accent_mono", "theme_accent_sky"],
"viewport_color": [82, 139, 255, 75]
},
//
// >> Overlays
// ===========================================================================
// Overlays settings and behavior
// ===========================================================================
//
// Overlay Control
// ===========================================================================
{
"class": "overlay_control",
"layer0.inner_margin": [24, 34],
"layer0.opacity": 1.0,
"layer1.texture": "Boxy Theme/assets/common/overlays/quick_panel.png",
"layer1.inner_margin": [15, 25],
"layer1.opacity": 1.0,
"content_margin": [13, 18, 13, 25]
},
{
"class": "text_line_control",
"parents": [{"class": "overlay_control"}],
"layer0.inner_margin": [15, 0, 15, 3],
"content_margin": [15, 8]
},
// Quick Panel
// ===========================================================================
// Quick Panel Defaults
// ---------------------------------------------------------------------------
{
"class": "quick_panel",
"row_padding": [15, 6],
"layer0.opacity": 1.0
},
{
"class": "quick_panel_row",
"layer0.inner_margin": [2, 2],
"layer0.opacity": 1.0,
"layer1.inner_margin": [2, 2],
"layer1.opacity": 0
},
{
"class": "quick_panel_row",
"parents": [{"class": "overlay_control"}],
"layer0.opacity": 1.0
},
{
"class": "quick_panel",
"parents": [{"class": "overlay_control"}],
"row_padding": [15, 6],
"layer0.opacity": 1.0
},
// Quick Panel Mini
// ---------------------------------------------------------------------------
{
"class": "mini_quick_panel",
"row_padding": [15, 6],
"layer0.opacity": 1.0
},
{
"class": "mini_quick_panel_row",
"layer0.inner_margin": [2, 2],
"layer0.opacity": 1.0,
"layer1.inner_margin": [2, 2],
"layer1.opacity": 0
},
// Overlays Theme Specific Styles
// ===========================================================================
// Overlay Control
// ---------------------------------------------------------------------------
{
"class": "overlay_control",
"layer0.texture": "Boxy Theme/assets/specific/tomorrow/overlays/overlay.png"
},
{
"class": "overlay_control",
"settings": ["theme_unified"],
"layer0.texture": "Boxy Theme/assets/specific/tomorrow/overlays/overlay_unified.png"
},
// Quick Panel
// ---------------------------------------------------------------------------
//
// Quick Panel Defaults
//
{
"class": "quick_panel",
"layer0.tint": [42, 43, 45]
},
{
"class": "quick_panel",
"settings": ["theme_unified"],
"layer0.tint": [35, 36, 38]
},
{
"class": "quick_panel_row",
"layer0.tint": [42, 43, 45, 0]
},
//
// Quick Panel Mini
//
{
"class": "mini_quick_panel",
"layer0.tint": [42, 43, 45]
},
{
"class": "mini_quick_panel_row",
"layer0.tint": [42, 43, 45, 0]
},
//
// Quick Panel Labels
//
{
"class": "quick_panel_label",
"fg": [145, 146, 147, 255],
"selected_fg": [178, 179, 179, 255]
},
{
"class": "quick_panel_label",
"parents": [{"class": "overlay_control"}],
"fg": [145, 146, 147, 255],
"selected_fg": [178, 179, 179, 255]
},
{
"class": "quick_panel_path_label",
"fg": [112, 112, 114, 255],
"selected_fg": [112, 112, 114, 255]
},
// Overlays Accents
// ===========================================================================
// Quick Panel Rows
// ---------------------------------------------------------------------------
{
"class": "quick_panel_row",
"attributes": ["selected"],
"layer1.opacity": 1.0,
"layer1.texture": "Boxy Theme/assets/variants/dark/highlight.png"
},
{
"class": "mini_quick_panel_row",
"attributes": ["selected"],
"layer1.opacity": 1.0,
"layer1.texture": "Boxy Theme/assets/variants/dark/highlight.png"
},
{
"class": "quick_panel_label",
"settings": ["theme_accent_mono"],
"selected_match_fg": [255, 255, 255, 255],
"match_fg": [255, 255, 255, 255]
},
{
"class": "quick_panel_label",
"settings": ["theme_accent_mono"],
"parents": [{"class": "overlay_control"}],
"selected_match_fg": [255, 255, 255, 255],
"match_fg": [255, 255, 255, 255]
},
{
"class": "quick_panel_path_label",
"settings": ["theme_accent_mono"],
"selected_match_fg": [255, 255, 255, 255],
"match_fg": [255, 255, 255, 255]
},
{
"class": "quick_panel_score_label",
"settings": ["theme_accent_mono"],
"fg": [255, 255, 255, 255],
"selected_fg": [255, 255, 255, 255]
},
{
"class": "quick_panel_row",
"settings": ["!theme_accent_mono", "theme_quick_panel_item_selected_colored"],
"attributes": ["selected"],
"layer0.tint": [36, 151, 227],
"layer1.opacity": 0.0
},
{
"class": "mini_quick_panel_row",
"settings": ["!theme_accent_mono", "theme_quick_panel_item_selected_colored"],
"attributes": ["selected"],
"layer0.tint": [36, 151, 227],
"layer1.opacity": 0.0
},
{
"class": "quick_panel_row",
"settings": ["!theme_accent_mono", "theme_quick_panel_item_selected_colored", "theme_accent_green"],
"attributes": ["selected"],
"layer0.tint": [46, 188, 103],
"layer1.opacity": 0.0
},
{
"class": "mini_quick_panel_row",
"settings": ["!theme_accent_mono", "theme_quick_panel_item_selected_colored", "theme_accent_green"],
"attributes": ["selected"],
"layer0.tint": [46, 188, 103],
"layer1.opacity": 0.0
},
{
"class": "quick_panel_row",
"settings": ["!theme_accent_mono", "theme_quick_panel_item_selected_colored", "theme_accent_orange"],
"attributes": ["selected"],
"layer0.tint": [242, 104, 62],
"layer1.opacity": 0.0
},
{
"class": "mini_quick_panel_row",
"settings": ["!theme_accent_mono", "theme_quick_panel_item_selected_colored", "theme_accent_orange"],
"attributes": ["selected"],
"layer0.tint": [242, 104, 62],
"layer1.opacity": 0.0
},
{
"class": "quick_panel_row",
"settings": ["!theme_accent_mono", "theme_quick_panel_item_selected_colored", "theme_accent_purple"],
"attributes": ["selected"],
"layer0.tint": [137, 85, 162],
"layer1.opacity": 0.0
},
{
"class": "mini_quick_panel_row",
"settings": ["!theme_accent_mono", "theme_quick_panel_item_selected_colored", "theme_accent_purple"],
"attributes": ["selected"],
"layer0.tint": [137, 85, 162],
"layer1.opacity": 0.0
},
{
"class": "quick_panel_row",
"settings": ["!theme_accent_mono", "theme_quick_panel_item_selected_colored", "theme_accent_tangerine"],
"attributes": ["selected"],
"layer0.tint": [242, 134, 94],
"layer1.opacity": 0.0
},
{
"class": "mini_quick_panel_row",
"settings": ["!theme_accent_mono", "theme_quick_panel_item_selected_colored", "theme_accent_tangerine"],
"attributes": ["selected"],
"layer0.tint": [242, 134, 94],
"layer1.opacity": 0.0
},
{
"class": "quick_panel_row",
"settings": ["!theme_accent_mono", "theme_quick_panel_item_selected_colored", "theme_accent_numix"],
"attributes": ["selected"],
"layer0.tint": [214, 73, 55],
"layer1.opacity": 0.0
},
{
"class": "mini_quick_panel_row",
"settings": ["!theme_accent_mono", "theme_quick_panel_item_selected_colored", "theme_accent_numix"],
"attributes": ["selected"],
"layer0.tint": [214, 73, 55],
"layer1.opacity": 0.0
},
{
"class": "quick_panel_row",
"settings": ["!theme_accent_mono", "theme_quick_panel_item_selected_colored", "theme_accent_cyan"],
"attributes": ["selected"],
"layer0.tint": [116, 202, 194],
"layer1.opacity": 0.0
},
{
"class": "mini_quick_panel_row",
"settings": ["!theme_accent_mono", "theme_quick_panel_item_selected_colored", "theme_accent_cyan"],
"attributes": ["selected"],
"layer0.tint": [116, 202, 194],
"layer1.opacity": 0.0
},
{
"class": "quick_panel_row",
"settings": ["!theme_accent_mono", "theme_quick_panel_item_selected_colored", "theme_accent_lime"],
"attributes": ["selected"],
"layer0.tint": [132, 188, 68],
"layer1.opacity": 0.0
},
{
"class": "mini_quick_panel_row",
"settings": ["!theme_accent_mono", "theme_quick_panel_item_selected_colored", "theme_accent_lime"],
"attributes": ["selected"],
"layer0.tint": [132, 188, 68],
"layer1.opacity": 0.0
},
{
"class": "quick_panel_row",
"settings": ["!theme_accent_mono", "theme_quick_panel_item_selected_colored", "theme_accent_pink"],
"attributes": ["selected"],
"layer0.tint": [240, 113, 120],
"layer1.opacity": 0.0
},
{
"class": "mini_quick_panel_row",
"settings": ["!theme_accent_mono", "theme_quick_panel_item_selected_colored", "theme_accent_pink"],
"attributes": ["selected"],
"layer0.tint": [240, 113, 120],
"layer1.opacity": 0.0
},
{
"class": "quick_panel_row",
"settings": ["!theme_accent_mono", "theme_quick_panel_item_selected_colored", "theme_accent_sky"],
"attributes": ["selected"],
"layer0.tint": [82, 139, 255],
"layer1.opacity": 0.0
},
{
"class": "mini_quick_panel_row",
"settings": ["!theme_accent_mono", "theme_quick_panel_item_selected_colored", "theme_accent_sky"],
"attributes": ["selected"],
"layer0.tint": [82, 139, 255],
"layer1.opacity": 0.0
},
// Quick Panel Labels
// ---------------------------------------------------------------------------
{
"class": "quick_panel_label",
"settings": ["!theme_accent_mono"],
"selected_match_fg": [36, 151, 227, 255],
"match_fg": [36, 151, 227, 255]
},
{
"class": "quick_panel_label",
"settings": ["!theme_accent_mono"],
"parents": [{"class": "overlay_control"}],
"selected_match_fg": [36, 151, 227, 255],
"match_fg": [36, 151, 227, 255]
},
{
"class": "quick_panel_path_label",
"settings": ["!theme_accent_mono"],
"selected_match_fg": [36, 151, 227, 255],
"match_fg": [36, 151, 227, 255]
},
{
"class": "quick_panel_score_label",
"settings": ["!theme_accent_mono"],
"fg": [36, 151, 227, 255],
"selected_fg": [36, 151, 227, 255]
},
{
"class": "quick_panel_label",
"settings": ["!theme_accent_mono", "theme_accent_green"],
"selected_match_fg": [46, 188, 103, 255],
"match_fg": [46, 188, 103, 255]
},
{
"class": "quick_panel_label",
"settings": ["!theme_accent_mono", "theme_accent_green"],
"parents": [{"class": "overlay_control"}],
"selected_match_fg": [46, 188, 103, 255],
"match_fg": [46, 188, 103, 255]
},
{
"class": "quick_panel_path_label",
"settings": ["!theme_accent_mono", "theme_accent_green"],
"selected_match_fg": [46, 188, 103, 255],
"match_fg": [46, 188, 103, 255]
},
{
"class": "quick_panel_score_label",
"settings": ["!theme_accent_mono", "theme_accent_green"],
"fg": [46, 188, 103, 255],
"selected_fg": [46, 188, 103, 255]
},
{
"class": "quick_panel_label",
"settings": ["!theme_accent_mono", "theme_accent_orange"],
"selected_match_fg": [242, 104, 62, 255],
"match_fg": [242, 104, 62, 255]
},
{
"class": "quick_panel_label",
"settings": ["!theme_accent_mono", "theme_accent_orange"],
"parents": [{"class": "overlay_control"}],
"selected_match_fg": [242, 104, 62, 255],
"match_fg": [242, 104, 62, 255]
},
{
"class": "quick_panel_path_label",
"settings": ["!theme_accent_mono", "theme_accent_orange"],
"selected_match_fg": [242, 104, 62, 255],
"match_fg": [242, 104, 62, 255]
},
{
"class": "quick_panel_score_label",
"settings": ["!theme_accent_mono", "theme_accent_orange"],
"fg": [242, 104, 62, 255],
"selected_fg": [242, 104, 62, 255]
},
{
"class": "quick_panel_label",
"settings": ["!theme_accent_mono", "theme_accent_purple"],
"selected_match_fg": [137, 85, 162, 255],
"match_fg": [137, 85, 162, 255]
},
{
"class": "quick_panel_label",
"settings": ["!theme_accent_mono", "theme_accent_purple"],
"parents": [{"class": "overlay_control"}],
"selected_match_fg": [137, 85, 162, 255],
"match_fg": [137, 85, 162, 255]
},
{
"class": "quick_panel_path_label",
"settings": ["!theme_accent_mono", "theme_accent_purple"],
"selected_match_fg": [137, 85, 162, 255],
"match_fg": [137, 85, 162, 255]
},
{
"class": "quick_panel_score_label",
"settings": ["!theme_accent_mono", "theme_accent_purple"],
"fg": [137, 85, 162, 255],
"selected_fg": [137, 85, 162, 255]
},
{
"class": "quick_panel_label",
"settings": ["!theme_accent_mono", "theme_accent_tangerine"],
"selected_match_fg": [242, 134, 94, 255],
"match_fg": [242, 134, 94, 255]
},
{
"class": "quick_panel_label",
"settings": ["!theme_accent_mono", "theme_accent_tangerine"],
"parents": [{"class": "overlay_control"}],
"selected_match_fg": [242, 134, 94, 255],
"match_fg": [242, 134, 94, 255]
},
{
"class": "quick_panel_path_label",
"settings": ["!theme_accent_mono", "theme_accent_tangerine"],
"selected_match_fg": [242, 134, 94, 255],
"match_fg": [242, 134, 94, 255]
},
{
"class": "quick_panel_score_label",
"settings": ["!theme_accent_mono", "theme_accent_tangerine"],
"fg": [242, 134, 94, 255],
"selected_fg": [242, 134, 94, 255]
},
{
"class": "quick_panel_label",
"settings": ["!theme_accent_mono", "theme_accent_numix"],
"selected_match_fg": [214, 73, 55, 255],
"match_fg": [214, 73, 55, 255]
},
{
"class": "quick_panel_label",
"settings": ["!theme_accent_mono", "theme_accent_numix"],
"parents": [{"class": "overlay_control"}],
"selected_match_fg": [214, 73, 55, 255],
"match_fg": [214, 73, 55, 255]
},
{
"class": "quick_panel_path_label",
"settings": ["!theme_accent_mono", "theme_accent_numix"],
"selected_match_fg": [214, 73, 55, 255],
"match_fg": [214, 73, 55, 255]
},
{
"class": "quick_panel_score_label",
"settings": ["!theme_accent_mono", "theme_accent_numix"],
"fg": [214, 73, 55, 255],
"selected_fg": [214, 73, 55, 255]
},
{
"class": "quick_panel_label",
"settings": ["!theme_accent_mono", "theme_accent_cyan"],
"selected_match_fg": [116, 202, 194, 255],
"match_fg": [116, 202, 194, 255]
},
{
"class": "quick_panel_label",
"settings": ["!theme_accent_mono", "theme_accent_cyan"],
"parents": [{"class": "overlay_control"}],
"selected_match_fg": [116, 202, 194, 255],
"match_fg": [116, 202, 194, 255]
},
{
"class": "quick_panel_path_label",
"settings": ["!theme_accent_mono", "theme_accent_cyan"],
"selected_match_fg": [116, 202, 194, 255],
"match_fg": [116, 202, 194, 255]
},
{
"class": "quick_panel_score_label",
"settings": ["!theme_accent_mono", "theme_accent_cyan"],
"fg": [116, 202, 194, 255],
"selected_fg": [116, 202, 194, 255]
},
{
"class": "quick_panel_label",
"settings": ["!theme_accent_mono", "theme_accent_lime"],
"selected_match_fg": [132, 188, 68, 255],
"match_fg": [132, 188, 68, 255]
},
{
"class": "quick_panel_label",
"settings": ["!theme_accent_mono", "theme_accent_lime"],
"parents": [{"class": "overlay_control"}],
"selected_match_fg": [132, 188, 68, 255],
"match_fg": [132, 188, 68, 255]
},
{
"class": "quick_panel_path_label",
"settings": ["!theme_accent_mono", "theme_accent_lime"],
"selected_match_fg": [132, 188, 68, 255],
"match_fg": [132, 188, 68, 255]
},
{
"class": "quick_panel_score_label",
"settings": ["!theme_accent_mono", "theme_accent_lime"],
"fg": [132, 188, 68, 255],
"selected_fg": [132, 188, 68, 255]
},
{
"class": "quick_panel_label",
"settings": ["!theme_accent_mono", "theme_accent_pink"],
"selected_match_fg": [240, 113, 120, 255],
"match_fg": [240, 113, 120, 255]
},
{
"class": "quick_panel_label",
"settings": ["!theme_accent_mono", "theme_accent_pink"],
"parents": [{"class": "overlay_control"}],
"selected_match_fg": [240, 113, 120, 255],
"match_fg": [240, 113, 120, 255]
},
{
"class": "quick_panel_path_label",
"settings": ["!theme_accent_mono", "theme_accent_pink"],
"selected_match_fg": [240, 113, 120, 255],
"match_fg": [240, 113, 120, 255]
},
{
"class": "quick_panel_score_label",
"settings": ["!theme_accent_mono", "theme_accent_pink"],
"fg": [240, 113, 120, 255],
"selected_fg": [240, 113, 120, 255]
},
{
"class": "quick_panel_label",
"settings": ["!theme_accent_mono", "theme_accent_sky"],
"selected_match_fg": [82, 139, 255, 255],
"match_fg": [82, 139, 255, 255]
},
{
"class": "quick_panel_label",
"settings": ["!theme_accent_mono", "theme_accent_sky"],
"parents": [{"class": "overlay_control"}],
"selected_match_fg": [82, 139, 255, 255],
"match_fg": [82, 139, 255, 255]
},
{
"class": "quick_panel_path_label",
"settings": ["!theme_accent_mono", "theme_accent_sky"],
"selected_match_fg": [82, 139, 255, 255],
"match_fg": [82, 139, 255, 255]
},
{
"class": "quick_panel_score_label",
"settings": ["!theme_accent_mono", "theme_accent_sky"],
"fg": [82, 139, 255, 255],
"selected_fg": [82, 139, 255, 255]
},
{
"class": "quick_panel_label",
"settings": ["!theme_accent_mono", "theme_quick_panel_item_selected_colored"],
"selected_fg": [255, 255, 255, 255],
"selected_match_fg": [255, 255, 255, 255]
},
{
"class": "quick_panel_label",
"settings": ["!theme_accent_mono", "theme_quick_panel_item_selected_colored"],
"parents": [{"class": "overlay_control"}],
"selected_fg": [255, 255, 255, 255],
"selected_match_fg": [255, 255, 255, 255]
},
{
"class": "quick_panel_path_label",
"settings": ["!theme_accent_mono", "theme_quick_panel_item_selected_colored"],
"selected_fg": [255, 255, 255, 255],
"selected_match_fg": [255, 255, 255, 255]
},
{
"class": "quick_panel_score_label",
"settings": ["!theme_accent_mono", "theme_quick_panel_item_selected_colored"],
"selected_fg": [255, 255, 255, 255]
},
// Overlay Options
// ===========================================================================
//
// Global
//
{
"class": "quick_panel",
"settings": ["theme_size_xs"],
"row_padding": [15, 4]
},
{
"class": "quick_panel",
"parents": [{"class": "overlay_control"}],
"settings": ["theme_size_xs"],
"row_padding": [15, 4]
},
{
"class": "mini_quick_panel",
"settings": ["theme_size_xs"],
"row_padding": [15, 4]
},
{
"class": "quick_panel",
"settings": ["theme_size_sm"],
"row_padding": [15, 6]
},
{
"class": "quick_panel",
"parents": [{"class": "overlay_control"}],
"settings": ["theme_size_sm"],
"row_padding": [15, 6]
},
{
"class": "mini_quick_panel",
"settings": ["theme_size_sm"],
"row_padding": [15, 6]
},
{
"class": "quick_panel",
"settings": ["theme_size_md"],
"row_padding": [15, 8]
},
{
"class": "quick_panel",
"parents": [{"class": "overlay_control"}],
"settings": ["theme_size_md"],
"row_padding": [15, 8]
},
{
"class": "mini_quick_panel",
"settings": ["theme_size_md"],
"row_padding": [15, 8]
},
{
"class": "quick_panel",
"settings": ["theme_size_lg"],
"row_padding": [15, 10]
},
{
"class": "quick_panel",
"parents": [{"class": "overlay_control"}],
"settings": ["theme_size_lg"],
"row_padding": [15, 10]
},
{
"class": "mini_quick_panel",
"settings": ["theme_size_lg"],
"row_padding": [15, 10]
},
{
"class": "quick_panel",
"settings": ["theme_size_xl"],
"row_padding": [15, 12]
},
{
"class": "quick_panel",
"parents": [{"class": "overlay_control"}],
"settings": ["theme_size_xl"],
"row_padding": [15, 12]
},
{
"class": "mini_quick_panel",
"settings": ["theme_size_xl"],
"row_padding": [15, 12]
},
//
// Control
//
{
"class": "quick_panel",
"settings": ["theme_quick_panel_size_xs"],
"row_padding": [15, 4]
},
{
"class": "quick_panel",
"parents": [{"class": "overlay_control"}],
"settings": ["theme_quick_panel_size_xs"],
"row_padding": [15, 4]
},
{
"class": "mini_quick_panel",
"settings": ["theme_quick_panel_size_xs"],
"row_padding": [15, 4]
},
{
"class": "quick_panel",
"settings": ["theme_quick_panel_size_sm"],
"row_padding": [15, 6]
},
{
"class": "quick_panel",
"parents": [{"class": "overlay_control"}],
"settings": ["theme_quick_panel_size_sm"],
"row_padding": [15, 6]
},
{
"class": "mini_quick_panel",
"settings": ["theme_quick_panel_size_sm"],
"row_padding": [15, 6]
},
{
"class": "quick_panel",
"settings": ["theme_quick_panel_size_md"],
"row_padding": [15, 8]
},
{
"class": "quick_panel",
"parents": [{"class": "overlay_control"}],
"settings": ["theme_quick_panel_size_md"],
"row_padding": [15, 8]
},
{
"class": "mini_quick_panel",
"settings": ["theme_quick_panel_size_md"],
"row_padding": [15, 8]
},
{
"class": "quick_panel",
"settings": ["theme_quick_panel_size_lg"],
"row_padding": [15, 10]
},
{
"class": "quick_panel",
"parents": [{"class": "overlay_control"}],
"settings": ["theme_quick_panel_size_lg"],
"row_padding": [15, 10]
},
{
"class": "mini_quick_panel",
"settings": ["theme_quick_panel_size_lg"],
"row_padding": [15, 10]
},
{
"class": "quick_panel",
"settings": ["theme_quick_panel_size_xl"],
"row_padding": [15, 12]
},
{
"class": "quick_panel",
"parents": [{"class": "overlay_control"}],
"settings": ["theme_quick_panel_size_xl"],
"row_padding": [15, 12]
},
{
"class": "mini_quick_panel",
"settings": ["theme_quick_panel_size_xl"],
"row_padding": [15, 12]
},
//
// >> Scrollbars
// ===========================================================================
// Scrollbars settings and behavior
// ===========================================================================
//
// Scrollbar
// ===========================================================================
// Scrollbar Corner
// ---------------------------------------------------------------------------
{
"class": "scroll_corner_control",
"layer0.opacity": 1.0,
"layer0.inner_margin": [1, 1]
},
// Scrollbar Vertical
// ---------------------------------------------------------------------------
//
// Background
//
{
"class": "scroll_bar_control",
"layer0.opacity": 1.0,
"layer0.inner_margin": [0, 5],
"blur": false
},
//
// Puck
//
{
"class": "puck_control",
"layer0.opacity": 0.15,
"layer0.inner_margin": [0, 10],
"content_margin": [5, 12],
"blur": false
},
// Scrollbar Horizontal
// ---------------------------------------------------------------------------
//
// Background
//
{
"class": "scroll_bar_control",
"attributes": ["horizontal"],
"layer0.inner_margin": [5, 0],
"blur": false
},
//
// Puck
//
{
"class": "puck_control",
"attributes": ["horizontal"],
"layer0.inner_margin": [10, 0],
"content_margin": [12, 5],
"blur": false
},
// Scrollbar Overlayed
// ===========================================================================
// Toggle Scrollbar Overlay
// ---------------------------------------------------------------------------
{
"class": "scroll_area_control",
"settings": ["overlay_scroll_bars"],
"overlay": true
},
{
"class": "scroll_area_control",
"settings": ["!overlay_scroll_bars"],
"overlay": false
},
// Scrollbar Vertical Overlayed
// ---------------------------------------------------------------------------
//
// Background
//
{
"class": "scroll_bar_control",
"settings": ["overlay_scroll_bars"],
"layer0.inner_margin": [0, 5],
"layer0.opacity": 0.08,
"blur": false
},
//
// Puck
//
{
"class": "puck_control",
"settings": ["overlay_scroll_bars"],
"layer0.inner_margin": [0, 5],
"content_margin": [5, 20],
"blur": false
},
// Scrollbar Horizontal Overlayed
// ---------------------------------------------------------------------------
//
// Background
//
{
"class": "scroll_bar_control",
"settings": ["overlay_scroll_bars"],
"attributes": ["horizontal"],
"layer0.inner_margin": [5, 0],
"blur": false
},
//
// Puck
//
{
"class": "puck_control",
"settings": ["overlay_scroll_bars"],
"attributes": ["horizontal"],
"layer0.inner_margin": [5, 0],
"content_margin": [20, 5],
"blur": false
},
// Scrollbars Dark Styles
// ===========================================================================
// Scrollbar Default
// ---------------------------------------------------------------------------
//
// Vertical Scrollbar Puck
//
{
"class": "puck_control",
"layer0.texture": "Boxy Theme/assets/variants/dark/scrollbars/puck_vertical.png"
},
{
"class": "puck_control",
"settings": ["theme_scrollbar_line"],
"layer0.texture": "Boxy Theme/assets/variants/dark/scrollbars/puck_vertical_line.png"
},
{
"class": "puck_control",
"settings": ["theme_scrollbar_rounded"],
"layer0.texture": "Boxy Theme/assets/variants/dark/scrollbars/puck_vertical_rounded.png"
},
//
// Horizontal Scrollbar Puck
//
{
"class": "puck_control",
"attributes": ["horizontal"],
"layer0.texture": "Boxy Theme/assets/variants/dark/scrollbars/puck_horizontal.png"
},
{
"class": "puck_control",
"attributes": ["horizontal"],
"settings": ["theme_scrollbar_line"],
"layer0.texture": "Boxy Theme/assets/variants/dark/scrollbars/puck_horizontal_line.png"
},
{
"class": "puck_control",
"attributes": ["horizontal"],
"settings": ["theme_scrollbar_rounded"],
"layer0.texture": "Boxy Theme/assets/variants/dark/scrollbars/puck_horizontal_rounded.png"
},
// Scrollbar Overlayed
// ---------------------------------------------------------------------------
//
// Vertical Scrollbar Puck
//
{
"class": "puck_control",
"settings": ["overlay_scroll_bars"],
"layer0.texture": "Boxy Theme/assets/variants/dark/scrollbars/puck_vertical_overlay.png"
},
{
"class": "puck_control",
"settings": ["overlay_scroll_bars", "theme_scrollbar_line"],
"layer0.texture": "Boxy Theme/assets/variants/dark/scrollbars/puck_vertical_overlay_line.png"
},
{
"class": "puck_control",
"settings": ["overlay_scroll_bars", "theme_scrollbar_rounded"],
"layer0.texture": "Boxy Theme/assets/variants/dark/scrollbars/puck_vertical_overlay_rounded.png"
},
//
// Horizontal Scrollbar Puck
//
{
"class": "puck_control",
"settings": ["overlay_scroll_bars"],
"attributes": ["horizontal"],
"layer0.texture": "Boxy Theme/assets/variants/dark/scrollbars/puck_horizontal_overlay.png"
},
{
"class": "puck_control",
"settings": ["overlay_scroll_bars", "theme_scrollbar_line"],
"attributes": ["horizontal"],
"layer0.texture": "Boxy Theme/assets/variants/dark/scrollbars/puck_horizontal_overlay_line.png"
},
{
"class": "puck_control",
"settings": ["overlay_scroll_bars", "theme_scrollbar_rounded"],
"attributes": ["horizontal"],
"layer0.texture": "Boxy Theme/assets/variants/dark/scrollbars/puck_horizontal_overlay_rounded.png"
},
// Scrollbars Theme Specific Styles
// ===========================================================================
// Scrollbar
// ---------------------------------------------------------------------------
//
// Scrollbar Corner
//
{
"class": "scroll_corner_control",
"layer0.tint": [42, 43, 45]
},
{
"class": "scroll_corner_control",
"settings": ["theme_unified"],
"layer0.tint": [35, 36, 38]
},
{
"class": "scroll_corner_control",
"settings": ["!overlay_scroll_bars", "theme_scrollbar_semi_overlayed"],
"parents": [{"class": "sheet_container_control"}],
"layer0.tint": [29, 31, 33]
},
{
"class": "scroll_corner_control",
"settings": ["!overlay_scroll_bars", "theme_scrollbar_semi_overlayed"],
"parents": [{"class": "sidebar_container"}],
"layer0.tint": [35, 36, 38]
},
//
// Scrollbar Vertical
//
// Background
{
"class": "scroll_bar_control",
"layer0.tint": [42, 43, 45]
},
{
"class": "scroll_bar_control",
"settings": ["theme_unified"],
"layer0.tint": [35, 36, 38]
},
{
"class": "scroll_bar_control",
"settings": ["!overlay_scroll_bars", "theme_scrollbar_semi_overlayed"],
"parents": [{"class": "sheet_container_control"}],
"layer0.tint": [29, 31, 33]
},
{
"class": "scroll_bar_control",
"settings": ["!overlay_scroll_bars", "theme_scrollbar_semi_overlayed"],
"parents": [{"class": "sidebar_container"}],
"layer0.tint": [35, 36, 38]
},
//
// Scrollbar Horizontal
//
// Background
{
"class": "scroll_bar_control",
"attributes": ["horizontal"],
"layer0.tint": [42, 43, 45]
},
{
"class": "scroll_bar_control",
"attributes": ["horizontal"],
"settings": ["theme_unified"],
"layer0.tint": [35, 36, 38]
},
{
"class": "scroll_bar_control",
"attributes": ["horizontal"],
"settings": ["!overlay_scroll_bars", "theme_scrollbar_semi_overlayed"],
"parents": [{"class": "sheet_container_control"}],
"layer0.tint": [29, 31, 33]
},
{
"class": "scroll_bar_control",
"attributes": ["horizontal"],
"settings": ["!overlay_scroll_bars", "theme_scrollbar_semi_overlayed"],
"parents": [{"class": "sidebar_container"}],
"layer0.tint": [35, 36, 38]
},
// Scrollbar Overlayed
// ---------------------------------------------------------------------------
//
// Scrollbar Vertical Overlayed
//
// Background
{
"class": "scroll_bar_control",
"settings": ["overlay_scroll_bars"],
"layer0.tint": [255, 255, 255]
},
//
// Scrollbar Horizontal Overlayed
//
// Background
{
"class": "scroll_bar_control",
"settings": ["overlay_scroll_bars"],
"attributes": ["horizontal"],
"layer0.tint": [255, 255, 255]
},
{
"class": "puck_control",
"settings": ["theme_scrollbar_colored", "!theme_accent_mono"],
"layer0.opacity": 1.0
},
// Scrollbars Blue Accent
// ===========================================================================
// Scrollbar
// ---------------------------------------------------------------------------
//
// Vertical Scrollbar Puck
//
{
"class": "puck_control",
"settings": ["!theme_accent_mono", "theme_scrollbar_colored"],
"layer0.texture": "Boxy Theme/assets/accents/blue/scrollbars/puck_vertical_line.png"
},
//
// Horizontal Scrollbar Puck
//
{
"class": "puck_control",
"settings": ["!theme_accent_mono", "theme_scrollbar_colored"],
"attributes": ["horizontal"],
"layer0.texture": "Boxy Theme/assets/accents/blue/scrollbars/puck_horizontal_line.png"
},
// Scrollbar Overlayed
// ---------------------------------------------------------------------------
//
// Vertical Scrollbar Puck
//
{
"class": "puck_control",
"settings": ["overlay_scroll_bars", "!theme_accent_mono", "theme_scrollbar_colored"],
"layer0.texture": "Boxy Theme/assets/accents/blue/scrollbars/puck_vertical_overlay_line.png"
},
//
// Horizontal Scrollbar Puck
//
{
"class": "puck_control",
"settings": ["overlay_scroll_bars", "!theme_accent_mono", "theme_scrollbar_colored"],
"attributes": ["horizontal"],
"layer0.texture": "Boxy Theme/assets/accents/blue/scrollbars/puck_horizontal_overlay_line.png"
},
// Scrollbars Green Accent
// ===========================================================================
// Scrollbar
// ---------------------------------------------------------------------------
//
// Vertical Scrollbar Puck
//
{
"class": "puck_control",
"settings": ["!theme_accent_mono", "theme_scrollbar_colored", "theme_accent_green"],
"layer0.texture": "Boxy Theme/assets/accents/green/scrollbars/puck_vertical_line.png"
},
//
// Horizontal Scrollbar Puck
//
{
"class": "puck_control",
"settings": ["!theme_accent_mono", "theme_scrollbar_colored", "theme_accent_green"],
"attributes": ["horizontal"],
"layer0.texture": "Boxy Theme/assets/accents/green/scrollbars/puck_horizontal_line.png"
},
// Scrollbar Overlayed
// ---------------------------------------------------------------------------
//
// Vertical Scrollbar Puck
//
{
"class": "puck_control",
"settings": ["overlay_scroll_bars", "!theme_accent_mono", "theme_scrollbar_colored", "theme_accent_green"],
"layer0.texture": "Boxy Theme/assets/accents/green/scrollbars/puck_vertical_overlay_line.png"
},
//
// Horizontal Scrollbar Puck
//
{
"class": "puck_control",
"settings": ["overlay_scroll_bars", "!theme_accent_mono", "theme_scrollbar_colored", "theme_accent_green"],
"attributes": ["horizontal"],
"layer0.texture": "Boxy Theme/assets/accents/green/scrollbars/puck_horizontal_overlay_line.png"
},
// Scrollbars Orange Accent
// ===========================================================================
// Scrollbar
// ---------------------------------------------------------------------------
//
// Vertical Scrollbar Puck
//
{
"class": "puck_control",
"settings": ["!theme_accent_mono", "theme_scrollbar_colored", "theme_accent_orange"],
"layer0.texture": "Boxy Theme/assets/accents/orange/scrollbars/puck_vertical_line.png"
},
//
// Horizontal Scrollbar Puck
//
{
"class": "puck_control",
"settings": ["!theme_accent_mono", "theme_scrollbar_colored", "theme_accent_orange"],
"attributes": ["horizontal"],
"layer0.texture": "Boxy Theme/assets/accents/orange/scrollbars/puck_horizontal_line.png"
},
// Scrollbar Overlayed
// ---------------------------------------------------------------------------
//
// Vertical Scrollbar Puck
//
{
"class": "puck_control",
"settings": ["overlay_scroll_bars", "!theme_accent_mono", "theme_scrollbar_colored", "theme_accent_orange"],
"layer0.texture": "Boxy Theme/assets/accents/orange/scrollbars/puck_vertical_overlay_line.png"
},
//
// Horizontal Scrollbar Puck
//
{
"class": "puck_control",
"settings": ["overlay_scroll_bars", "!theme_accent_mono", "theme_scrollbar_colored", "theme_accent_orange"],
"attributes": ["horizontal"],
"layer0.texture": "Boxy Theme/assets/accents/orange/scrollbars/puck_horizontal_overlay_line.png"
},
// Scrollbars Purple Accent
// ===========================================================================
// Scrollbar
// ---------------------------------------------------------------------------
//
// Vertical Scrollbar Puck
//
{
"class": "puck_control",
"settings": ["!theme_accent_mono", "theme_scrollbar_colored", "theme_accent_purple"],
"layer0.texture": "Boxy Theme/assets/accents/purple/scrollbars/puck_vertical_line.png"
},
//
// Horizontal Scrollbar Puck
//
{
"class": "puck_control",
"settings": ["!theme_accent_mono", "theme_scrollbar_colored", "theme_accent_purple"],
"attributes": ["horizontal"],
"layer0.texture": "Boxy Theme/assets/accents/purple/scrollbars/puck_horizontal_line.png"
},
// Scrollbar Overlayed
// ---------------------------------------------------------------------------
//
// Vertical Scrollbar Puck
//
{
"class": "puck_control",
"settings": ["overlay_scroll_bars", "!theme_accent_mono", "theme_scrollbar_colored", "theme_accent_purple"],
"layer0.texture": "Boxy Theme/assets/accents/purple/scrollbars/puck_vertical_overlay_line.png"
},
//
// Horizontal Scrollbar Puck
//
{
"class": "puck_control",
"settings": ["overlay_scroll_bars", "!theme_accent_mono", "theme_scrollbar_colored", "theme_accent_purple"],
"attributes": ["horizontal"],
"layer0.texture": "Boxy Theme/assets/accents/purple/scrollbars/puck_horizontal_overlay_line.png"
},
// Scrollbars Tangerine Accent
// ===========================================================================
// Scrollbar
// ---------------------------------------------------------------------------
//
// Vertical Scrollbar Puck
//
{
"class": "puck_control",
"settings": ["!theme_accent_mono", "theme_scrollbar_colored", "theme_accent_tangerine"],
"layer0.texture": "Boxy Theme/assets/accents/tangerine/scrollbars/puck_vertical_line.png"
},
//
// Horizontal Scrollbar Puck
//
{
"class": "puck_control",
"settings": ["!theme_accent_mono", "theme_scrollbar_colored", "theme_accent_tangerine"],
"attributes": ["horizontal"],
"layer0.texture": "Boxy Theme/assets/accents/tangerine/scrollbars/puck_horizontal_line.png"
},
// Scrollbar Overlayed
// ---------------------------------------------------------------------------
//
// Vertical Scrollbar Puck
//
{
"class": "puck_control",
"settings": ["overlay_scroll_bars", "!theme_accent_mono", "theme_scrollbar_colored", "theme_accent_tangerine"],
"layer0.texture": "Boxy Theme/assets/accents/tangerine/scrollbars/puck_vertical_overlay_line.png"
},
//
// Horizontal Scrollbar Puck
//
{
"class": "puck_control",
"settings": ["overlay_scroll_bars", "!theme_accent_mono", "theme_scrollbar_colored", "theme_accent_tangerine"],
"attributes": ["horizontal"],
"layer0.texture": "Boxy Theme/assets/accents/tangerine/scrollbars/puck_horizontal_overlay_line.png"
},
// Scrollbars Numix Accent
// ===========================================================================
// Scrollbar
// ---------------------------------------------------------------------------
//
// Vertical Scrollbar Puck
//
{
"class": "puck_control",
"settings": ["!theme_accent_mono", "theme_scrollbar_colored", "theme_accent_numix"],
"layer0.texture": "Boxy Theme/assets/accents/numix/scrollbars/puck_vertical_line.png"
},
//
// Horizontal Scrollbar Puck
//
{
"class": "puck_control",
"settings": ["!theme_accent_mono", "theme_scrollbar_colored", "theme_accent_numix"],
"attributes": ["horizontal"],
"layer0.texture": "Boxy Theme/assets/accents/numix/scrollbars/puck_horizontal_line.png"
},
// Scrollbar Overlayed
// ---------------------------------------------------------------------------
//
// Vertical Scrollbar Puck
//
{
"class": "puck_control",
"settings": ["overlay_scroll_bars", "!theme_accent_mono", "theme_scrollbar_colored", "theme_accent_numix"],
"layer0.texture": "Boxy Theme/assets/accents/numix/scrollbars/puck_vertical_overlay_line.png"
},
//
// Horizontal Scrollbar Puck
//
{
"class": "puck_control",
"settings": ["overlay_scroll_bars", "!theme_accent_mono", "theme_scrollbar_colored", "theme_accent_numix"],
"attributes": ["horizontal"],
"layer0.texture": "Boxy Theme/assets/accents/numix/scrollbars/puck_horizontal_overlay_line.png"
},
// Scrollbars Cyan Accent
// ===========================================================================
// Scrollbar
// ---------------------------------------------------------------------------
//
// Vertical Scrollbar Puck
//
{
"class": "puck_control",
"settings": ["!theme_accent_mono", "theme_scrollbar_colored", "theme_accent_cyan"],
"layer0.texture": "Boxy Theme/assets/accents/cyan/scrollbars/puck_vertical_line.png"
},
//
// Horizontal Scrollbar Puck
//
{
"class": "puck_control",
"settings": ["!theme_accent_mono", "theme_scrollbar_colored", "theme_accent_cyan"],
"attributes": ["horizontal"],
"layer0.texture": "Boxy Theme/assets/accents/cyan/scrollbars/puck_horizontal_line.png"
},
// Scrollbar Overlayed
// ---------------------------------------------------------------------------
//
// Vertical Scrollbar Puck
//
{
"class": "puck_control",
"settings": ["overlay_scroll_bars", "!theme_accent_mono", "theme_scrollbar_colored", "theme_accent_cyan"],
"layer0.texture": "Boxy Theme/assets/accents/cyan/scrollbars/puck_vertical_overlay_line.png"
},
//
// Horizontal Scrollbar Puck
//
{
"class": "puck_control",
"settings": ["overlay_scroll_bars", "!theme_accent_mono", "theme_scrollbar_colored", "theme_accent_cyan"],
"attributes": ["horizontal"],
"layer0.texture": "Boxy Theme/assets/accents/cyan/scrollbars/puck_horizontal_overlay_line.png"
},
// Scrollbars Lime Accent
// ===========================================================================
// Scrollbar
// ---------------------------------------------------------------------------
//
// Vertical Scrollbar Puck
//
{
"class": "puck_control",
"settings": ["!theme_accent_mono", "theme_scrollbar_colored", "theme_accent_lime"],
"layer0.texture": "Boxy Theme/assets/accents/lime/scrollbars/puck_vertical_line.png"
},
//
// Horizontal Scrollbar Puck
//
{
"class": "puck_control",
"settings": ["!theme_accent_mono", "theme_scrollbar_colored", "theme_accent_lime"],
"attributes": ["horizontal"],
"layer0.texture": "Boxy Theme/assets/accents/lime/scrollbars/puck_horizontal_line.png"
},
// Scrollbar Overlayed
// ---------------------------------------------------------------------------
//
// Vertical Scrollbar Puck
//
{
"class": "puck_control",
"settings": ["overlay_scroll_bars", "!theme_accent_mono", "theme_scrollbar_colored", "theme_accent_lime"],
"layer0.texture": "Boxy Theme/assets/accents/lime/scrollbars/puck_vertical_overlay_line.png"
},
//
// Horizontal Scrollbar Puck
//
{
"class": "puck_control",
"settings": ["overlay_scroll_bars", "!theme_accent_mono", "theme_scrollbar_colored", "theme_accent_lime"],
"attributes": ["horizontal"],
"layer0.texture": "Boxy Theme/assets/accents/lime/scrollbars/puck_horizontal_overlay_line.png"
},
// Scrollbars Pink Accent
// ===========================================================================
// Scrollbar
// ---------------------------------------------------------------------------
//
// Vertical Scrollbar Puck
//
{
"class": "puck_control",
"settings": ["!theme_accent_mono", "theme_scrollbar_colored", "theme_accent_pink"],
"layer0.texture": "Boxy Theme/assets/accents/pink/scrollbars/puck_vertical_line.png"
},
//
// Horizontal Scrollbar Puck
//
{
"class": "puck_control",
"settings": ["!theme_accent_mono", "theme_scrollbar_colored", "theme_accent_pink"],
"attributes": ["horizontal"],
"layer0.texture": "Boxy Theme/assets/accents/pink/scrollbars/puck_horizontal_line.png"
},
// Scrollbar Overlayed
// ---------------------------------------------------------------------------
//
// Vertical Scrollbar Puck
//
{
"class": "puck_control",
"settings": ["overlay_scroll_bars", "!theme_accent_mono", "theme_scrollbar_colored", "theme_accent_pink"],
"layer0.texture": "Boxy Theme/assets/accents/pink/scrollbars/puck_vertical_overlay_line.png"
},
//
// Horizontal Scrollbar Puck
//
{
"class": "puck_control",
"settings": ["overlay_scroll_bars", "!theme_accent_mono", "theme_scrollbar_colored", "theme_accent_pink"],
"attributes": ["horizontal"],
"layer0.texture": "Boxy Theme/assets/accents/pink/scrollbars/puck_horizontal_overlay_line.png"
},
// Scrollbars Sky Accent
// ===========================================================================
// Scrollbar
// ---------------------------------------------------------------------------
//
// Vertical Scrollbar Puck
//
{
"class": "puck_control",
"settings": ["!theme_accent_mono", "theme_scrollbar_colored", "theme_accent_sky"],
"layer0.texture": "Boxy Theme/assets/accents/sky/scrollbars/puck_vertical_line.png"
},
//
// Horizontal Scrollbar Puck
//
{
"class": "puck_control",
"settings": ["!theme_accent_mono", "theme_scrollbar_colored", "theme_accent_sky"],
"attributes": ["horizontal"],
"layer0.texture": "Boxy Theme/assets/accents/sky/scrollbars/puck_horizontal_line.png"
},
// Scrollbar Overlayed
// ---------------------------------------------------------------------------
//
// Vertical Scrollbar Puck
//
{
"class": "puck_control",
"settings": ["overlay_scroll_bars", "!theme_accent_mono", "theme_scrollbar_colored", "theme_accent_sky"],
"layer0.texture": "Boxy Theme/assets/accents/sky/scrollbars/puck_vertical_overlay_line.png"
},
//
// Horizontal Scrollbar Puck
//
{
"class": "puck_control",
"settings": ["overlay_scroll_bars", "!theme_accent_mono", "theme_scrollbar_colored", "theme_accent_sky"],
"attributes": ["horizontal"],
"layer0.texture": "Boxy Theme/assets/accents/sky/scrollbars/puck_horizontal_overlay_line.png"
},
//
// >> Sidebar
// ===========================================================================
// Sidebar panel settings and behavior
// ===========================================================================
//
// Sidebar Container
// ===========================================================================
{
"class": "sidebar_container",
"layer0.draw_center": false,
"layer0.inner_margin": [0, 0, 0, 0],
"layer0.opacity": 1,
"layer1.opacity": 0,
"layer2.opacity": 0,
"content_margin": [0, 0, 0, 0]
},
{
"class": "sidebar_container",
"settings": ["theme_tab_rounded", "!theme_bar"],
"content_margin": [0, 4, 0, 0]
},
// Sidebar Tree
// ===========================================================================
// Sidebar Tree Defaults
// ---------------------------------------------------------------------------
{
"class": "sidebar_tree",
"row_padding": [8, 6, 8, 5],
"indent": 10,
"indent_offset": 4,
"indent_top_level": true,
"layer0.opacity": 1.0
},
{
"class": "sidebar_tree",
"settings": ["theme_sidebar_indent_top_level_disabled"],
"indent_offset": 12,
"indent_top_level": false
},
{
"class": "sidebar_tree",
"settings": ["!theme_sidebar_indent_top_level_disabled", "theme_sidebar_disclosure"],
"indent_offset": 8
},
// Sidebar Tree Row
// ---------------------------------------------------------------------------
//
// Defaults
//
{
"class": "tree_row",
"layer0.inner_margin": [8, 6, 0, 0],
"layer0.opacity": 0,
"layer1.inner_margin": [8, 6, 0, 0],
"layer1.opacity": 0
},
//
// Hovered
//
{
"class": "tree_row",
"attributes": ["hover"],
"layer0.opacity": 1.0
},
//
// Selected
//
{
"class": "tree_row",
"attributes": ["selected"],
"layer0.opacity": 1.0,
"layer1.opacity": 1.0
},
{
"class": "tree_row",
"attributes": ["selected"],
"settings": ["theme_accent_mono"],
"layer1.opacity": 0.4
},
// Sidebar Labels
// ===========================================================================
// Sidebar Heading
// ---------------------------------------------------------------------------
{
"class": "sidebar_heading",
"font.size": 11
},
// Sidebar Entry
// ---------------------------------------------------------------------------
//
// Defaults
//
{
"class": "sidebar_label",
"font.size": 11
},
{
"class": "sidebar_label",
"parents": [{"class": "tree_row", "attributes": ["expandable"]}],
"settings": ["bold_folder_labels"],
"font.bold": true
},
//
// Transient
//
{
"class": "sidebar_label",
"attributes": ["transient"],
"font.italic": true
},
// Sidebar Icons
// ===========================================================================
// Sidebar Button Close
// ---------------------------------------------------------------------------
//
// Defaults
//
{
"class": "close_button",
"layer0.opacity": 0,
"layer1.opacity": 0,
"content_margin": [8, 8]
},
{
"class": "close_button",
"settings": ["theme_sidebar_close_always_visible"],
"layer0.opacity": 0.5
},
{
"class": "close_button",
"attributes": ["dirty"],
"layer0.opacity": 0,
"layer1.opacity": 0.5
},
//
// Hovered
//
{
"class": "close_button",
"parents": [{"class": "tree_row", "attributes": ["hover"]}],
"settings": ["!theme_sidebar_close_always_visible"],
"layer0.opacity": 0.5,
"layer1.opacity": 0
},
{
"class": "close_button",
"parents": [{"class": "tree_row", "attributes": ["hover"]}],
"settings": ["!theme_sidebar_close_always_visible"],
"attributes": ["dirty"],
"layer0.opacity": 0,
"layer1.opacity": 0.5
},
{
"class": "close_button",
"parents": [{"class": "tree_row", "attributes": ["hover"]}],
"settings": ["!theme_sidebar_close_always_visible"],
"attributes": ["hover"],
"layer0.opacity": 0.75,
"layer1.opacity": 0
},
{
"class": "close_button",
"parents": [{"class": "tree_row", "attributes": ["hover"]}],
"settings": ["!theme_sidebar_close_always_visible"],
"attributes": ["dirty", "hover"],
"layer0.opacity": 0.75,
"layer1.opacity": 0
},
{
"class": "close_button",
"attributes": ["hover"],
"layer0.opacity": 0.75,
"layer1.opacity": 0
},
//
// Selected
//
{
"class": "close_button",
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
"attributes": ["dirty"],
"layer0.opacity": 0,
"layer1.opacity": 1
},
{
"class": "close_button",
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
"attributes": ["dirty", "hover"],
"layer0.opacity": 1,
"layer1.opacity": 0
},
// Sidebar Folders
// ---------------------------------------------------------------------------
//
// Disclosure Icons
//
{
"class": "disclosure_button_control",
"content_margin": [0, 0],
"layer0.opacity": 0
},
{
"class": "disclosure_button_control",
"settings": ["theme_sidebar_disclosure"],
"content_margin": [8, 8],
"layer0.opacity": 0.25
},
{
"class": "disclosure_button_control",
"settings": ["theme_sidebar_disclosure"],
"attributes": ["hover"],
"layer0.opacity": 0.35
},
//
// Defaults
//
{
"class": "icon_folder",
"content_margin": [8, 8],
"layer0.opacity": 0.8
},
{
"class": "icon_folder",
"parents": [{"class": "tree_row", "attributes": ["hover"]}],
"layer0.opacity": 1.0
},
//
// Symlink
//
{
"class": "icon_folder_dup",
"layer0.opacity": 0.8,
"content_margin": [8, 8]
},
{
"class": "icon_folder_dup",
"parents": [{"class": "tree_row", "attributes": ["hover"]}],
"layer0.opacity": 1.0
},
//
// Loading
//
{
"class": "icon_folder_loading",
"layer0.opacity": 1.0,
"content_margin": [8, 8]
},
//
// Arrows
//
{
"class": "icon_folder",
"settings": ["theme_sidebar_folder_arrow"],
"layer0.opacity": 0.5
},
{
"class": "icon_folder_dup",
"settings": ["theme_sidebar_folder_arrow"],
"layer0.opacity": 0.5
},
{
"class": "icon_folder",
"settings": ["theme_sidebar_folder_arrow"],
"parents": [{"class": "tree_row", "attributes": ["hover"]}],
"layer0.opacity": 0.75
},
{
"class": "icon_folder_dup",
"settings": ["theme_sidebar_folder_arrow"],
"parents": [{"class": "tree_row", "attributes": ["hover"]}],
"layer0.opacity": 0.75
},
// Sidebar Files
// ---------------------------------------------------------------------------
//
// Defaults
//
{
"class": "icon_file_type",
"layer0.opacity": 0.8,
"content_margin": [8, 8]
},
//
// Hovered
//
{
"class": "icon_file_type",
"parents": [{"class": "tree_row", "attributes": ["hover"]}],
"layer0.opacity": 1.0
},
//
// Selected
//
{
"class": "icon_file_type",
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
"layer0.opacity": 1.0
},
// Sidebar Dark Styles
// ===========================================================================
// Sidebar Icons
// ---------------------------------------------------------------------------
//
// Sidebar Button Close
//
{
"class": "close_button",
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_close.png",
"layer1.texture": "Boxy Theme/assets/variants/dark/buttons/button_dirty.png"
},
{
"class": "close_button",
"settings": ["theme_icons_materialized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/buttons/button_dirty_materialized.png"
},
{
"class": "close_button",
"settings": ["theme_dirty_materialized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/buttons/button_dirty_materialized.png"
},
//
// Sidebar Folders
//
// Disclosure Icons
{
"class": "disclosure_button_control",
"settings": ["theme_sidebar_disclosure"],
"layer0.texture": "Boxy Theme/assets/variants/dark/sidebar/disclosure.png"
},
{
"class": "disclosure_button_control",
"settings": ["theme_sidebar_disclosure"],
"parents": [{"class": "tree_row", "attributes": ["expanded"] }],
"layer0.texture": "Boxy Theme/assets/variants/dark/sidebar/disclosure_expanded.png"
},
// Defaults
{
"class": "icon_folder",
"settings": ["theme_sidebar_folder_mono"],
"layer0.opacity": 0.3,
"layer0.texture": "Boxy Theme/assets/variants/dark/sidebar/folder.png"
},
{
"class": "icon_folder",
"settings": ["theme_sidebar_folder_mono", "theme_icons_materialized"],
"layer0.texture": "Boxy Theme/assets/variants/dark/sidebar/folder_materialized.png"
},
{
"class": "icon_folder",
"settings": ["theme_sidebar_folder_mono", "theme_icons_atomized"],
"layer0.texture": "Boxy Theme/assets/variants/dark/sidebar/folder_atomized.png"
},
{
"class": "icon_folder",
"settings": ["theme_sidebar_folder_mono", "theme_sidebar_folder_materialized"],
"layer0.texture": "Boxy Theme/assets/variants/dark/sidebar/folder_materialized.png"
},
{
"class": "icon_folder",
"settings": ["theme_sidebar_folder_mono", "theme_sidebar_folder_atomized"],
"layer0.texture": "Boxy Theme/assets/variants/dark/sidebar/folder_atomized.png"
},
{
"class": "icon_folder",
"settings": ["theme_sidebar_folder_mono"],
"parents": [{"class": "tree_row", "attributes": ["hover"]}],
"layer0.opacity": 0.4
},
{
"class": "icon_folder",
"settings": ["theme_accent_mono"],
"layer0.opacity": 0.3,
"layer0.texture": "Boxy Theme/assets/variants/dark/sidebar/folder.png"
},
{
"class": "icon_folder",
"settings": ["theme_accent_mono", "theme_icons_materialized"],
"layer0.texture": "Boxy Theme/assets/variants/dark/sidebar/folder_materialized.png"
},
{
"class": "icon_folder",
"settings": ["theme_accent_mono", "theme_icons_atomized"],
"layer0.texture": "Boxy Theme/assets/variants/dark/sidebar/folder_atomized.png"
},
{
"class": "icon_folder",
"settings": ["theme_accent_mono", "theme_sidebar_folder_materialized"],
"layer0.texture": "Boxy Theme/assets/variants/dark/sidebar/folder_materialized.png"
},
{
"class": "icon_folder",
"settings": ["theme_accent_mono", "theme_sidebar_folder_atomized"],
"layer0.texture": "Boxy Theme/assets/variants/dark/sidebar/folder_atomized.png"
},
{
"class": "icon_folder",
"settings": ["theme_accent_mono"],
"parents": [{"class": "tree_row", "attributes": ["hover"]}],
"layer0.opacity": 0.4
},
// Opened
{
"class": "icon_folder",
"parents": [{"class": "tree_row", "attributes": ["expanded"]}],
"settings": ["theme_sidebar_folder_mono"],
"layer0.texture": "Boxy Theme/assets/variants/dark/sidebar/folder_expanded.png"
},
{
"class": "icon_folder",
"parents": [{"class": "tree_row", "attributes": ["expanded"]}],
"settings": ["theme_sidebar_folder_mono", "theme_icons_materialized"],
"layer0.texture": "Boxy Theme/assets/variants/dark/sidebar/folder_materialized_expanded.png"
},
{
"class": "icon_folder",
"parents": [{"class": "tree_row", "attributes": ["expanded"]}],
"settings": ["theme_sidebar_folder_mono", "theme_icons_atomized"],
"layer0.texture": "Boxy Theme/assets/variants/dark/sidebar/folder_atomized_expanded.png"
},
{
"class": "icon_folder",
"parents": [{"class": "tree_row", "attributes": ["expanded"]}],
"settings": ["theme_sidebar_folder_mono", "theme_sidebar_folder_materialized"],
"layer0.texture": "Boxy Theme/assets/variants/dark/sidebar/folder_materialized_expanded.png"
},
{
"class": "icon_folder",
"parents": [{"class": "tree_row", "attributes": ["expanded"]}],
"settings": ["theme_sidebar_folder_mono", "theme_sidebar_folder_atomized"],
"layer0.texture": "Boxy Theme/assets/variants/dark/sidebar/folder_atomized_expanded.png"
},
{
"class": "icon_folder",
"parents": [{"class": "tree_row", "attributes": ["expanded"]}],
"settings": ["theme_accent_mono"],
"layer0.texture": "Boxy Theme/assets/variants/dark/sidebar/folder_expanded.png"
},
{
"class": "icon_folder",
"parents": [{"class": "tree_row", "attributes": ["expanded"]}],
"settings": ["theme_accent_mono", "theme_icons_materialized"],
"layer0.texture": "Boxy Theme/assets/variants/dark/sidebar/folder_materialized_expanded.png"
},
{
"class": "icon_folder",
"parents": [{"class": "tree_row", "attributes": ["expanded"]}],
"settings": ["theme_accent_mono", "theme_icons_atomized"],
"layer0.texture": "Boxy Theme/assets/variants/dark/sidebar/folder_atomized_expanded.png"
},
{
"class": "icon_folder",
"parents": [{"class": "tree_row", "attributes": ["expanded"]}],
"settings": ["theme_accent_mono", "theme_sidebar_folder_materialized"],
"layer0.texture": "Boxy Theme/assets/variants/dark/sidebar/folder_materialized_expanded.png"
},
{
"class": "icon_folder",
"parents": [{"class": "tree_row", "attributes": ["expanded"]}],
"settings": ["theme_accent_mono", "theme_sidebar_folder_atomized"],
"layer0.texture": "Boxy Theme/assets/variants/dark/sidebar/folder_atomized_expanded.png"
},
// Symlink
{
"class": "icon_folder_dup",
"settings": ["theme_sidebar_folder_mono"],
"layer0.opacity": 0.3,
"layer0.texture": "Boxy Theme/assets/variants/dark/sidebar/folder_dup.png"
},
{
"class": "icon_folder_dup",
"settings": ["theme_sidebar_folder_mono", "theme_icons_materialized"],
"layer0.texture": "Boxy Theme/assets/variants/dark/sidebar/folder_dup_materialized.png"
},
{
"class": "icon_folder_dup",
"settings": ["theme_sidebar_folder_mono", "theme_icons_atomized"],
"layer0.texture": "Boxy Theme/assets/variants/dark/sidebar/folder_dup_atomized.png"
},
{
"class": "icon_folder_dup",
"settings": ["theme_sidebar_folder_mono", "theme_sidebar_folder_materialized"],
"layer0.texture": "Boxy Theme/assets/variants/dark/sidebar/folder_dup_materialized.png"
},
{
"class": "icon_folder_dup",
"settings": ["theme_sidebar_folder_mono", "theme_sidebar_folder_atomized"],
"layer0.texture": "Boxy Theme/assets/variants/dark/sidebar/folder_dup_atomized.png"
},
{
"class": "icon_folder_dup",
"parents": [{"class": "tree_row", "attributes": ["hover"]}],
"settings": ["theme_sidebar_folder_mono"],
"layer0.opacity": 0.4
},
{
"class": "icon_folder_dup",
"settings": ["theme_accent_mono"],
"layer0.opacity": 0.3,
"layer0.texture": "Boxy Theme/assets/variants/dark/sidebar/folder_dup.png"
},
{
"class": "icon_folder_dup",
"settings": ["theme_accent_mono", "theme_icons_materialized"],
"layer0.texture": "Boxy Theme/assets/variants/dark/sidebar/folder_dup_materialized.png"
},
{
"class": "icon_folder_dup",
"settings": ["theme_accent_mono", "theme_icons_atomized"],
"layer0.texture": "Boxy Theme/assets/variants/dark/sidebar/folder_dup_atomized.png"
},
{
"class": "icon_folder_dup",
"settings": ["theme_accent_mono", "theme_sidebar_folder_materialized"],
"layer0.texture": "Boxy Theme/assets/variants/dark/sidebar/folder_dup_materialized.png"
},
{
"class": "icon_folder_dup",
"settings": ["theme_accent_mono", "theme_sidebar_folder_atomized"],
"layer0.texture": "Boxy Theme/assets/variants/dark/sidebar/folder_dup_atomized.png"
},
{
"class": "icon_folder_dup",
"parents": [{"class": "tree_row", "attributes": ["hover"]}],
"settings": ["theme_accent_mono"],
"layer0.opacity": 0.4
},
// Symlink Opened
{
"class": "icon_folder_dup",
"parents": [{"class": "tree_row", "attributes": ["expanded"] }],
"settings": ["theme_sidebar_folder_mono"],
"layer0.texture": "Boxy Theme/assets/variants/dark/sidebar/folder_dup_expanded.png"
},
{
"class": "icon_folder_dup",
"parents": [{"class": "tree_row", "attributes": ["expanded"] }],
"settings": ["theme_sidebar_folder_mono", "theme_icons_materialized"],
"layer0.texture": "Boxy Theme/assets/variants/dark/sidebar/folder_dup_materialized_expanded.png"
},
{
"class": "icon_folder_dup",
"parents": [{"class": "tree_row", "attributes": ["expanded"] }],
"settings": ["theme_sidebar_folder_mono", "theme_icons_atomized"],
"layer0.texture": "Boxy Theme/assets/variants/dark/sidebar/folder_dup_atomized_expanded.png"
},
{
"class": "icon_folder_dup",
"parents": [{"class": "tree_row", "attributes": ["expanded"] }],
"settings": ["theme_sidebar_folder_mono", "theme_sidebar_folder_materialized"],
"layer0.texture": "Boxy Theme/assets/variants/dark/sidebar/folder_dup_materialized_expanded.png"
},
{
"class": "icon_folder_dup",
"parents": [{"class": "tree_row", "attributes": ["expanded"] }],
"settings": ["theme_sidebar_folder_mono", "theme_sidebar_folder_atomized"],
"layer0.texture": "Boxy Theme/assets/variants/dark/sidebar/folder_dup_atomized_expanded.png"
},
{
"class": "icon_folder_dup",
"parents": [{"class": "tree_row", "attributes": ["expanded"] }],
"settings": ["theme_accent_mono"],
"layer0.texture": "Boxy Theme/assets/variants/dark/sidebar/folder_dup_expanded.png"
},
{
"class": "icon_folder_dup",
"parents": [{"class": "tree_row", "attributes": ["expanded"] }],
"settings": ["theme_accent_mono", "theme_icons_materialized"],
"layer0.texture": "Boxy Theme/assets/variants/dark/sidebar/folder_dup_materialized_expanded.png"
},
{
"class": "icon_folder_dup",
"parents": [{"class": "tree_row", "attributes": ["expanded"] }],
"settings": ["theme_accent_mono", "theme_icons_atomized"],
"layer0.texture": "Boxy Theme/assets/variants/dark/sidebar/folder_dup_atomized_expanded.png"
},
{
"class": "icon_folder_dup",
"parents": [{"class": "tree_row", "attributes": ["expanded"] }],
"settings": ["theme_accent_mono", "theme_sidebar_folder_materialized"],
"layer0.texture": "Boxy Theme/assets/variants/dark/sidebar/folder_dup_materialized_expanded.png"
},
{
"class": "icon_folder_dup",
"parents": [{"class": "tree_row", "attributes": ["expanded"] }],
"settings": ["theme_accent_mono", "theme_sidebar_folder_atomized"],
"layer0.texture": "Boxy Theme/assets/variants/dark/sidebar/folder_dup_atomized_expanded.png"
},
// Arrows
{
"class": "icon_folder",
"settings": ["theme_sidebar_folder_arrow"],
"layer0.texture": "Boxy Theme/assets/variants/dark/sidebar/folder_arrow.png"
},
{
"class": "icon_folder",
"parents": [{"class": "tree_row", "attributes": ["expanded"]}],
"settings": ["theme_sidebar_folder_arrow"],
"layer0.texture": "Boxy Theme/assets/variants/dark/sidebar/folder_arrow_expanded.png"
},
{
"class": "icon_folder_dup",
"settings": ["theme_sidebar_folder_arrow"],
"layer0.texture": "Boxy Theme/assets/variants/dark/sidebar/folder_arrow.png"
},
{
"class": "icon_folder_dup",
"parents": [{"class": "tree_row", "attributes": ["expanded"]}],
"settings": ["theme_sidebar_folder_arrow"],
"layer0.texture": "Boxy Theme/assets/variants/dark/sidebar/folder_arrow_expanded.png"
},
// Loading
{
"class": "icon_folder_loading",
"layer0.texture":
{
"keyframes":
[
"Boxy Theme/assets/variants/dark/sidebar/spinner-4.png",
"Boxy Theme/assets/variants/dark/sidebar/spinner-3.png",
"Boxy Theme/assets/variants/dark/sidebar/spinner-2.png",
"Boxy Theme/assets/variants/dark/sidebar/spinner-1.png"
],
"loop": true,
"frame_time": 0.25
}
},
// Sidebar Theme Specific Styles
// ===========================================================================
// Sidebar Container
// ---------------------------------------------------------------------------
{
"class": "sidebar_container",
"layer0.tint": [35, 36, 38]
},
{
"class": "sidebar_container",
"settings": ["theme_sidebar_border"],
"layer0.tint": [42, 43, 45]
},
// Sidebar Tree
// ---------------------------------------------------------------------------
//
// Sidebar Tree Defaults
//
{
"class": "sidebar_tree",
"layer0.tint": [35, 36, 38]
},
//
// Sidebar Tree Row
//
{
"class": "tree_row",
"layer0.tint": [42, 43, 45]
},
// Sidebar Labels
// ---------------------------------------------------------------------------
//
// Sidebar Heading
//
{
"class": "sidebar_heading",
"color": [145, 146, 147]
},
{
"class": "sidebar_heading",
"parents": [{"class": "tree_row", "attributes": ["hover"]}],
"color": [178, 179, 179]
},
//
// Sidebar Entry
//
{
"class": "sidebar_label",
"color": [145, 146, 147]
},
{
"class": "sidebar_label",
"parents": [{"class": "tree_row", "attributes": ["hover"]}],
"color": [178, 179, 179]
},
{
"class": "sidebar_label",
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
"color": [221, 222, 222, 255]
},
// Sidebar Mono Accent
// ===========================================================================
{
"class": "tree_row",
"settings": ["theme_accent_mono"],
"layer1.texture": "Boxy Theme/assets/variants/dark/sidebar/sidebar_row_selected.png"
},
// Sidebar Blue Accent
// ===========================================================================
// Sidebar Tree Row
// ---------------------------------------------------------------------------
{
"class": "tree_row",
"settings": ["!theme_accent_mono"],
"layer1.texture": "Boxy Theme/assets/accents/blue/sidebar/sidebar_row_selected.png"
},
// Sidebar Icons
// ---------------------------------------------------------------------------
//
// Sidebar Close
//
{
"class": "close_button",
"settings": ["!theme_accent_mono"],
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
"attributes": ["dirty"],
"layer0.texture": "Boxy Theme/assets/accents/blue/buttons/button_dirty_close_selected.png",
"layer1.texture": "Boxy Theme/assets/accents/blue/buttons/button_dirty_selected.png"
},
{
"class": "close_button",
"settings": ["!theme_accent_mono", "theme_icons_materialized"],
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
"attributes": ["dirty"],
"layer1.texture": "Boxy Theme/assets/accents/blue/buttons/button_dirty_materialized_selected.png"
},
{
"class": "close_button",
"settings": ["!theme_accent_mono", "theme_dirty_materialized"],
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
"attributes": ["dirty"],
"layer1.texture": "Boxy Theme/assets/accents/blue/buttons/button_dirty_materialized_selected.png"
},
//
// Sidebar Folders
//
// Defaults
{
"class": "icon_folder",
"settings": ["!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow"],
"layer0.texture": "Boxy Theme/assets/accents/blue/sidebar/folder.png"
},
{
"class": "icon_folder",
"settings": ["theme_icons_materialized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow"],
"layer0.texture": "Boxy Theme/assets/accents/blue/sidebar/folder_materialized.png"
},
{
"class": "icon_folder",
"settings": ["theme_icons_atomized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow"],
"layer0.texture": "Boxy Theme/assets/accents/blue/sidebar/folder_atomized.png"
},
{
"class": "icon_folder",
"settings": ["theme_sidebar_folder_materialized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow"],
"layer0.texture": "Boxy Theme/assets/accents/blue/sidebar/folder_materialized.png"
},
{
"class": "icon_folder",
"settings": ["theme_sidebar_folder_atomized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow"],
"layer0.texture": "Boxy Theme/assets/accents/blue/sidebar/folder_atomized.png"
},
// Opened
{
"class": "icon_folder",
"parents": [{"class": "tree_row", "attributes": ["expanded"]}],
"settings": ["!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow"],
"layer0.texture": "Boxy Theme/assets/accents/blue/sidebar/folder_expanded.png"
},
{
"class": "icon_folder",
"parents": [{"class": "tree_row", "attributes": ["expanded"]}],
"settings": ["theme_icons_materialized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow"],
"layer0.texture": "Boxy Theme/assets/accents/blue/sidebar/folder_materialized_expanded.png"
},
{
"class": "icon_folder",
"parents": [{"class": "tree_row", "attributes": ["expanded"]}],
"settings": ["theme_icons_atomized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow"],
"layer0.texture": "Boxy Theme/assets/accents/blue/sidebar/folder_atomized_expanded.png"
},
{
"class": "icon_folder",
"parents": [{"class": "tree_row", "attributes": ["expanded"]}],
"settings": ["theme_sidebar_folder_materialized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow"],
"layer0.texture": "Boxy Theme/assets/accents/blue/sidebar/folder_materialized_expanded.png"
},
{
"class": "icon_folder",
"parents": [{"class": "tree_row", "attributes": ["expanded"]}],
"settings": ["theme_sidebar_folder_atomized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow"],
"layer0.texture": "Boxy Theme/assets/accents/blue/sidebar/folder_atomized_expanded.png"
},
// Symlink
{
"class": "icon_folder_dup",
"settings": ["!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow"],
"layer0.texture": "Boxy Theme/assets/accents/blue/sidebar/folder_dup.png"
},
{
"class": "icon_folder_dup",
"settings": ["theme_icons_materialized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow"],
"layer0.texture": "Boxy Theme/assets/accents/blue/sidebar/folder_dup_materialized.png"
},
{
"class": "icon_folder_dup",
"settings": ["theme_icons_atomized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow"],
"layer0.texture": "Boxy Theme/assets/accents/blue/sidebar/folder_dup_atomized.png"
},
{
"class": "icon_folder_dup",
"settings": ["theme_sidebar_folder_materialized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow"],
"layer0.texture": "Boxy Theme/assets/accents/blue/sidebar/folder_dup_materialized.png"
},
{
"class": "icon_folder_dup",
"settings": ["theme_sidebar_folder_atomized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow"],
"layer0.texture": "Boxy Theme/assets/accents/blue/sidebar/folder_dup_atomized.png"
},
// Symlink Opened
{
"class": "icon_folder_dup",
"parents": [{"class": "tree_row", "attributes": ["expanded"] }],
"settings": ["!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow"],
"layer0.texture": "Boxy Theme/assets/accents/blue/sidebar/folder_dup_expanded.png"
},
{
"class": "icon_folder_dup",
"parents": [{"class": "tree_row", "attributes": ["expanded"] }],
"settings": ["theme_icons_materialized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow"],
"layer0.texture": "Boxy Theme/assets/accents/blue/sidebar/folder_dup_materialized_expanded.png"
},
{
"class": "icon_folder_dup",
"parents": [{"class": "tree_row", "attributes": ["expanded"] }],
"settings": ["theme_icons_atomized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow"],
"layer0.texture": "Boxy Theme/assets/accents/blue/sidebar/folder_dup_atomized_expanded.png"
},
{
"class": "icon_folder_dup",
"parents": [{"class": "tree_row", "attributes": ["expanded"] }],
"settings": ["theme_sidebar_folder_materialized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow"],
"layer0.texture": "Boxy Theme/assets/accents/blue/sidebar/folder_dup_materialized_expanded.png"
},
{
"class": "icon_folder_dup",
"parents": [{"class": "tree_row", "attributes": ["expanded"] }],
"settings": ["theme_sidebar_folder_atomized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow"],
"layer0.texture": "Boxy Theme/assets/accents/blue/sidebar/folder_dup_atomized_expanded.png"
},
// Sidebar Green Accent
// ===========================================================================
// Sidebar Tree Row
// ---------------------------------------------------------------------------
{
"class": "tree_row",
"settings": ["!theme_accent_mono", "theme_accent_green"],
"layer1.texture": "Boxy Theme/assets/accents/green/sidebar/sidebar_row_selected.png"
},
// Sidebar Icons
// ---------------------------------------------------------------------------
//
// Sidebar Close
//
{
"class": "close_button",
"settings": ["!theme_accent_mono", "theme_accent_green"],
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
"attributes": ["dirty"],
"layer0.texture": "Boxy Theme/assets/accents/green/buttons/button_dirty_close_selected.png",
"layer1.texture": "Boxy Theme/assets/accents/green/buttons/button_dirty_selected.png"
},
{
"class": "close_button",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_green"],
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
"attributes": ["dirty"],
"layer1.texture": "Boxy Theme/assets/accents/green/buttons/button_dirty_materialized_selected.png"
},
{
"class": "close_button",
"settings": ["!theme_accent_mono", "theme_dirty_materialized", "theme_accent_green"],
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
"attributes": ["dirty"],
"layer1.texture": "Boxy Theme/assets/accents/green/buttons/button_dirty_materialized_selected.png"
},
//
// Sidebar Folders
//
// Defaults
{
"class": "icon_folder",
"settings": ["!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_green"],
"layer0.texture": "Boxy Theme/assets/accents/green/sidebar/folder.png"
},
{
"class": "icon_folder",
"settings": ["theme_icons_materialized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_green"],
"layer0.texture": "Boxy Theme/assets/accents/green/sidebar/folder_materialized.png"
},
{
"class": "icon_folder",
"settings": ["theme_icons_atomized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_green"],
"layer0.texture": "Boxy Theme/assets/accents/green/sidebar/folder_atomized.png"
},
{
"class": "icon_folder",
"settings": ["theme_sidebar_folder_materialized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_green"],
"layer0.texture": "Boxy Theme/assets/accents/green/sidebar/folder_materialized.png"
},
{
"class": "icon_folder",
"settings": ["theme_sidebar_folder_atomized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_green"],
"layer0.texture": "Boxy Theme/assets/accents/green/sidebar/folder_atomized.png"
},
// Opened
{
"class": "icon_folder",
"parents": [{"class": "tree_row", "attributes": ["expanded"]}],
"settings": ["!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_green"],
"layer0.texture": "Boxy Theme/assets/accents/green/sidebar/folder_expanded.png"
},
{
"class": "icon_folder",
"parents": [{"class": "tree_row", "attributes": ["expanded"]}],
"settings": ["theme_icons_materialized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_green"],
"layer0.texture": "Boxy Theme/assets/accents/green/sidebar/folder_materialized_expanded.png"
},
{
"class": "icon_folder",
"parents": [{"class": "tree_row", "attributes": ["expanded"]}],
"settings": ["theme_icons_atomized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_green"],
"layer0.texture": "Boxy Theme/assets/accents/green/sidebar/folder_atomized_expanded.png"
},
{
"class": "icon_folder",
"parents": [{"class": "tree_row", "attributes": ["expanded"]}],
"settings": ["theme_sidebar_folder_materialized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_green"],
"layer0.texture": "Boxy Theme/assets/accents/green/sidebar/folder_materialized_expanded.png"
},
{
"class": "icon_folder",
"parents": [{"class": "tree_row", "attributes": ["expanded"]}],
"settings": ["theme_sidebar_folder_atomized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_green"],
"layer0.texture": "Boxy Theme/assets/accents/green/sidebar/folder_atomized_expanded.png"
},
// Symlink
{
"class": "icon_folder_dup",
"settings": ["!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_green"],
"layer0.texture": "Boxy Theme/assets/accents/green/sidebar/folder_dup.png"
},
{
"class": "icon_folder_dup",
"settings": ["theme_icons_materialized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_green"],
"layer0.texture": "Boxy Theme/assets/accents/green/sidebar/folder_dup_materialized.png"
},
{
"class": "icon_folder_dup",
"settings": ["theme_icons_atomized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_green"],
"layer0.texture": "Boxy Theme/assets/accents/green/sidebar/folder_dup_atomized.png"
},
{
"class": "icon_folder_dup",
"settings": ["theme_sidebar_folder_materialized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_green"],
"layer0.texture": "Boxy Theme/assets/accents/green/sidebar/folder_dup_materialized.png"
},
{
"class": "icon_folder_dup",
"settings": ["theme_sidebar_folder_atomized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_green"],
"layer0.texture": "Boxy Theme/assets/accents/green/sidebar/folder_dup_atomized.png"
},
// Symlink Opened
{
"class": "icon_folder_dup",
"parents": [{"class": "tree_row", "attributes": ["expanded"] }],
"settings": ["!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_green"],
"layer0.texture": "Boxy Theme/assets/accents/green/sidebar/folder_dup_expanded.png"
},
{
"class": "icon_folder_dup",
"parents": [{"class": "tree_row", "attributes": ["expanded"] }],
"settings": ["theme_icons_materialized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_green"],
"layer0.texture": "Boxy Theme/assets/accents/green/sidebar/folder_dup_materialized_expanded.png"
},
{
"class": "icon_folder_dup",
"parents": [{"class": "tree_row", "attributes": ["expanded"] }],
"settings": ["theme_icons_atomized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_green"],
"layer0.texture": "Boxy Theme/assets/accents/green/sidebar/folder_dup_atomized_expanded.png"
},
{
"class": "icon_folder_dup",
"parents": [{"class": "tree_row", "attributes": ["expanded"] }],
"settings": ["theme_sidebar_folder_materialized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_green"],
"layer0.texture": "Boxy Theme/assets/accents/green/sidebar/folder_dup_materialized_expanded.png"
},
{
"class": "icon_folder_dup",
"parents": [{"class": "tree_row", "attributes": ["expanded"] }],
"settings": ["theme_sidebar_folder_atomized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_green"],
"layer0.texture": "Boxy Theme/assets/accents/green/sidebar/folder_dup_atomized_expanded.png"
},
// Sidebar Orange Accent
// ===========================================================================
// Sidebar Tree Row
// ---------------------------------------------------------------------------
{
"class": "tree_row",
"settings": ["!theme_accent_mono", "theme_accent_orange"],
"layer1.texture": "Boxy Theme/assets/accents/orange/sidebar/sidebar_row_selected.png"
},
// Sidebar Icons
// ---------------------------------------------------------------------------
//
// Sidebar Close
//
{
"class": "close_button",
"settings": ["!theme_accent_mono", "theme_accent_orange"],
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
"attributes": ["dirty"],
"layer0.texture": "Boxy Theme/assets/accents/orange/buttons/button_dirty_close_selected.png",
"layer1.texture": "Boxy Theme/assets/accents/orange/buttons/button_dirty_selected.png"
},
{
"class": "close_button",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_orange"],
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
"attributes": ["dirty"],
"layer1.texture": "Boxy Theme/assets/accents/orange/buttons/button_dirty_materialized_selected.png"
},
{
"class": "close_button",
"settings": ["!theme_accent_mono", "theme_dirty_materialized", "theme_accent_orange"],
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
"attributes": ["dirty"],
"layer1.texture": "Boxy Theme/assets/accents/orange/buttons/button_dirty_materialized_selected.png"
},
//
// Sidebar Folders
//
// Defaults
{
"class": "icon_folder",
"settings": ["!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_orange"],
"layer0.texture": "Boxy Theme/assets/accents/orange/sidebar/folder.png"
},
{
"class": "icon_folder",
"settings": ["theme_icons_materialized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_orange"],
"layer0.texture": "Boxy Theme/assets/accents/orange/sidebar/folder_materialized.png"
},
{
"class": "icon_folder",
"settings": ["theme_icons_atomized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_orange"],
"layer0.texture": "Boxy Theme/assets/accents/orange/sidebar/folder_atomized.png"
},
{
"class": "icon_folder",
"settings": ["theme_sidebar_folder_materialized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_orange"],
"layer0.texture": "Boxy Theme/assets/accents/orange/sidebar/folder_materialized.png"
},
{
"class": "icon_folder",
"settings": ["theme_sidebar_folder_atomized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_orange"],
"layer0.texture": "Boxy Theme/assets/accents/orange/sidebar/folder_atomized.png"
},
// Opened
{
"class": "icon_folder",
"parents": [{"class": "tree_row", "attributes": ["expanded"]}],
"settings": ["!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_orange"],
"layer0.texture": "Boxy Theme/assets/accents/orange/sidebar/folder_expanded.png"
},
{
"class": "icon_folder",
"parents": [{"class": "tree_row", "attributes": ["expanded"]}],
"settings": ["theme_icons_materialized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_orange"],
"layer0.texture": "Boxy Theme/assets/accents/orange/sidebar/folder_materialized_expanded.png"
},
{
"class": "icon_folder",
"parents": [{"class": "tree_row", "attributes": ["expanded"]}],
"settings": ["theme_icons_atomized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_orange"],
"layer0.texture": "Boxy Theme/assets/accents/orange/sidebar/folder_atomized_expanded.png"
},
{
"class": "icon_folder",
"parents": [{"class": "tree_row", "attributes": ["expanded"]}],
"settings": ["theme_sidebar_folder_materialized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_orange"],
"layer0.texture": "Boxy Theme/assets/accents/orange/sidebar/folder_materialized_expanded.png"
},
{
"class": "icon_folder",
"parents": [{"class": "tree_row", "attributes": ["expanded"]}],
"settings": ["theme_sidebar_folder_atomized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_orange"],
"layer0.texture": "Boxy Theme/assets/accents/orange/sidebar/folder_atomized_expanded.png"
},
// Symlink
{
"class": "icon_folder_dup",
"settings": ["!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_orange"],
"layer0.texture": "Boxy Theme/assets/accents/orange/sidebar/folder_dup.png"
},
{
"class": "icon_folder_dup",
"settings": ["theme_icons_materialized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_orange"],
"layer0.texture": "Boxy Theme/assets/accents/orange/sidebar/folder_dup_materialized.png"
},
{
"class": "icon_folder_dup",
"settings": ["theme_icons_atomized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_orange"],
"layer0.texture": "Boxy Theme/assets/accents/orange/sidebar/folder_dup_atomized.png"
},
{
"class": "icon_folder_dup",
"settings": ["theme_sidebar_folder_materialized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_orange"],
"layer0.texture": "Boxy Theme/assets/accents/orange/sidebar/folder_dup_materialized.png"
},
{
"class": "icon_folder_dup",
"settings": ["theme_sidebar_folder_atomized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_orange"],
"layer0.texture": "Boxy Theme/assets/accents/orange/sidebar/folder_dup_atomized.png"
},
// Symlink Opened
{
"class": "icon_folder_dup",
"parents": [{"class": "tree_row", "attributes": ["expanded"] }],
"settings": ["!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_orange"],
"layer0.texture": "Boxy Theme/assets/accents/orange/sidebar/folder_dup_expanded.png"
},
{
"class": "icon_folder_dup",
"parents": [{"class": "tree_row", "attributes": ["expanded"] }],
"settings": ["theme_icons_materialized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_orange"],
"layer0.texture": "Boxy Theme/assets/accents/orange/sidebar/folder_dup_materialized_expanded.png"
},
{
"class": "icon_folder_dup",
"parents": [{"class": "tree_row", "attributes": ["expanded"] }],
"settings": ["theme_icons_atomized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_orange"],
"layer0.texture": "Boxy Theme/assets/accents/orange/sidebar/folder_dup_atomized_expanded.png"
},
{
"class": "icon_folder_dup",
"parents": [{"class": "tree_row", "attributes": ["expanded"] }],
"settings": ["theme_sidebar_folder_materialized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_orange"],
"layer0.texture": "Boxy Theme/assets/accents/orange/sidebar/folder_dup_materialized_expanded.png"
},
{
"class": "icon_folder_dup",
"parents": [{"class": "tree_row", "attributes": ["expanded"] }],
"settings": ["theme_sidebar_folder_atomized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_orange"],
"layer0.texture": "Boxy Theme/assets/accents/orange/sidebar/folder_dup_atomized_expanded.png"
},
// Sidebar Purple Accent
// ===========================================================================
// Sidebar Tree Row
// ---------------------------------------------------------------------------
{
"class": "tree_row",
"settings": ["!theme_accent_mono", "theme_accent_purple"],
"layer1.texture": "Boxy Theme/assets/accents/purple/sidebar/sidebar_row_selected.png"
},
// Sidebar Icons
// ---------------------------------------------------------------------------
//
// Sidebar Close
//
{
"class": "close_button",
"settings": ["!theme_accent_mono", "theme_accent_purple"],
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
"attributes": ["dirty"],
"layer0.texture": "Boxy Theme/assets/accents/purple/buttons/button_dirty_close_selected.png",
"layer1.texture": "Boxy Theme/assets/accents/purple/buttons/button_dirty_selected.png"
},
{
"class": "close_button",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_purple"],
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
"attributes": ["dirty"],
"layer1.texture": "Boxy Theme/assets/accents/purple/buttons/button_dirty_materialized_selected.png"
},
{
"class": "close_button",
"settings": ["!theme_accent_mono", "theme_dirty_materialized", "theme_accent_purple"],
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
"attributes": ["dirty"],
"layer1.texture": "Boxy Theme/assets/accents/purple/buttons/button_dirty_materialized_selected.png"
},
//
// Sidebar Folders
//
// Defaults
{
"class": "icon_folder",
"settings": ["!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_purple"],
"layer0.texture": "Boxy Theme/assets/accents/purple/sidebar/folder.png"
},
{
"class": "icon_folder",
"settings": ["theme_icons_materialized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_purple"],
"layer0.texture": "Boxy Theme/assets/accents/purple/sidebar/folder_materialized.png"
},
{
"class": "icon_folder",
"settings": ["theme_icons_atomized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_purple"],
"layer0.texture": "Boxy Theme/assets/accents/purple/sidebar/folder_atomized.png"
},
{
"class": "icon_folder",
"settings": ["theme_sidebar_folder_materialized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_purple"],
"layer0.texture": "Boxy Theme/assets/accents/purple/sidebar/folder_materialized.png"
},
{
"class": "icon_folder",
"settings": ["theme_sidebar_folder_atomized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_purple"],
"layer0.texture": "Boxy Theme/assets/accents/purple/sidebar/folder_atomized.png"
},
// Opened
{
"class": "icon_folder",
"parents": [{"class": "tree_row", "attributes": ["expanded"]}],
"settings": ["!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_purple"],
"layer0.texture": "Boxy Theme/assets/accents/purple/sidebar/folder_expanded.png"
},
{
"class": "icon_folder",
"parents": [{"class": "tree_row", "attributes": ["expanded"]}],
"settings": ["theme_icons_materialized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_purple"],
"layer0.texture": "Boxy Theme/assets/accents/purple/sidebar/folder_materialized_expanded.png"
},
{
"class": "icon_folder",
"parents": [{"class": "tree_row", "attributes": ["expanded"]}],
"settings": ["theme_icons_atomized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_purple"],
"layer0.texture": "Boxy Theme/assets/accents/purple/sidebar/folder_atomized_expanded.png"
},
{
"class": "icon_folder",
"parents": [{"class": "tree_row", "attributes": ["expanded"]}],
"settings": ["theme_sidebar_folder_materialized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_purple"],
"layer0.texture": "Boxy Theme/assets/accents/purple/sidebar/folder_materialized_expanded.png"
},
{
"class": "icon_folder",
"parents": [{"class": "tree_row", "attributes": ["expanded"]}],
"settings": ["theme_sidebar_folder_atomized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_purple"],
"layer0.texture": "Boxy Theme/assets/accents/purple/sidebar/folder_atomized_expanded.png"
},
// Symlink
{
"class": "icon_folder_dup",
"settings": ["!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_purple"],
"layer0.texture": "Boxy Theme/assets/accents/purple/sidebar/folder_dup.png"
},
{
"class": "icon_folder_dup",
"settings": ["theme_icons_materialized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_purple"],
"layer0.texture": "Boxy Theme/assets/accents/purple/sidebar/folder_dup_materialized.png"
},
{
"class": "icon_folder_dup",
"settings": ["theme_icons_atomized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_purple"],
"layer0.texture": "Boxy Theme/assets/accents/purple/sidebar/folder_dup_atomized.png"
},
{
"class": "icon_folder_dup",
"settings": ["theme_sidebar_folder_materialized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_purple"],
"layer0.texture": "Boxy Theme/assets/accents/purple/sidebar/folder_dup_materialized.png"
},
{
"class": "icon_folder_dup",
"settings": ["theme_sidebar_folder_atomized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_purple"],
"layer0.texture": "Boxy Theme/assets/accents/purple/sidebar/folder_dup_atomized.png"
},
// Symlink Opened
{
"class": "icon_folder_dup",
"parents": [{"class": "tree_row", "attributes": ["expanded"] }],
"settings": ["!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_purple"],
"layer0.texture": "Boxy Theme/assets/accents/purple/sidebar/folder_dup_expanded.png"
},
{
"class": "icon_folder_dup",
"parents": [{"class": "tree_row", "attributes": ["expanded"] }],
"settings": ["theme_icons_materialized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_purple"],
"layer0.texture": "Boxy Theme/assets/accents/purple/sidebar/folder_dup_materialized_expanded.png"
},
{
"class": "icon_folder_dup",
"parents": [{"class": "tree_row", "attributes": ["expanded"] }],
"settings": ["theme_icons_atomized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_purple"],
"layer0.texture": "Boxy Theme/assets/accents/purple/sidebar/folder_dup_atomized_expanded.png"
},
{
"class": "icon_folder_dup",
"parents": [{"class": "tree_row", "attributes": ["expanded"] }],
"settings": ["theme_sidebar_folder_materialized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_purple"],
"layer0.texture": "Boxy Theme/assets/accents/purple/sidebar/folder_dup_materialized_expanded.png"
},
{
"class": "icon_folder_dup",
"parents": [{"class": "tree_row", "attributes": ["expanded"] }],
"settings": ["theme_sidebar_folder_atomized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_purple"],
"layer0.texture": "Boxy Theme/assets/accents/purple/sidebar/folder_dup_atomized_expanded.png"
},
// Sidebar Tangerine Accent
// ===========================================================================
// Sidebar Tree Row
// ---------------------------------------------------------------------------
{
"class": "tree_row",
"settings": ["!theme_accent_mono", "theme_accent_tangerine"],
"layer1.texture": "Boxy Theme/assets/accents/tangerine/sidebar/sidebar_row_selected.png"
},
// Sidebar Icons
// ---------------------------------------------------------------------------
//
// Sidebar Close
//
{
"class": "close_button",
"settings": ["!theme_accent_mono", "theme_accent_tangerine"],
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
"attributes": ["dirty"],
"layer0.texture": "Boxy Theme/assets/accents/tangerine/buttons/button_dirty_close_selected.png",
"layer1.texture": "Boxy Theme/assets/accents/tangerine/buttons/button_dirty_selected.png"
},
{
"class": "close_button",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_tangerine"],
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
"attributes": ["dirty"],
"layer1.texture": "Boxy Theme/assets/accents/tangerine/buttons/button_dirty_materialized_selected.png"
},
{
"class": "close_button",
"settings": ["!theme_accent_mono", "theme_dirty_materialized", "theme_accent_tangerine"],
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
"attributes": ["dirty"],
"layer1.texture": "Boxy Theme/assets/accents/tangerine/buttons/button_dirty_materialized_selected.png"
},
//
// Sidebar Folders
//
// Defaults
{
"class": "icon_folder",
"settings": ["!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_tangerine"],
"layer0.texture": "Boxy Theme/assets/accents/tangerine/sidebar/folder.png"
},
{
"class": "icon_folder",
"settings": ["theme_icons_materialized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_tangerine"],
"layer0.texture": "Boxy Theme/assets/accents/tangerine/sidebar/folder_materialized.png"
},
{
"class": "icon_folder",
"settings": ["theme_icons_atomized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_tangerine"],
"layer0.texture": "Boxy Theme/assets/accents/tangerine/sidebar/folder_atomized.png"
},
{
"class": "icon_folder",
"settings": ["theme_sidebar_folder_materialized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_tangerine"],
"layer0.texture": "Boxy Theme/assets/accents/tangerine/sidebar/folder_materialized.png"
},
{
"class": "icon_folder",
"settings": ["theme_sidebar_folder_atomized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_tangerine"],
"layer0.texture": "Boxy Theme/assets/accents/tangerine/sidebar/folder_atomized.png"
},
// Opened
{
"class": "icon_folder",
"parents": [{"class": "tree_row", "attributes": ["expanded"]}],
"settings": ["!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_tangerine"],
"layer0.texture": "Boxy Theme/assets/accents/tangerine/sidebar/folder_expanded.png"
},
{
"class": "icon_folder",
"parents": [{"class": "tree_row", "attributes": ["expanded"]}],
"settings": ["theme_icons_materialized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_tangerine"],
"layer0.texture": "Boxy Theme/assets/accents/tangerine/sidebar/folder_materialized_expanded.png"
},
{
"class": "icon_folder",
"parents": [{"class": "tree_row", "attributes": ["expanded"]}],
"settings": ["theme_icons_atomized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_tangerine"],
"layer0.texture": "Boxy Theme/assets/accents/tangerine/sidebar/folder_atomized_expanded.png"
},
{
"class": "icon_folder",
"parents": [{"class": "tree_row", "attributes": ["expanded"]}],
"settings": ["theme_sidebar_folder_materialized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_tangerine"],
"layer0.texture": "Boxy Theme/assets/accents/tangerine/sidebar/folder_materialized_expanded.png"
},
{
"class": "icon_folder",
"parents": [{"class": "tree_row", "attributes": ["expanded"]}],
"settings": ["theme_sidebar_folder_atomized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_tangerine"],
"layer0.texture": "Boxy Theme/assets/accents/tangerine/sidebar/folder_atomized_expanded.png"
},
// Symlink
{
"class": "icon_folder_dup",
"settings": ["!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_tangerine"],
"layer0.texture": "Boxy Theme/assets/accents/tangerine/sidebar/folder_dup.png"
},
{
"class": "icon_folder_dup",
"settings": ["theme_icons_materialized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_tangerine"],
"layer0.texture": "Boxy Theme/assets/accents/tangerine/sidebar/folder_dup_materialized.png"
},
{
"class": "icon_folder_dup",
"settings": ["theme_icons_atomized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_tangerine"],
"layer0.texture": "Boxy Theme/assets/accents/tangerine/sidebar/folder_dup_atomized.png"
},
{
"class": "icon_folder_dup",
"settings": ["theme_sidebar_folder_materialized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_tangerine"],
"layer0.texture": "Boxy Theme/assets/accents/tangerine/sidebar/folder_dup_materialized.png"
},
{
"class": "icon_folder_dup",
"settings": ["theme_sidebar_folder_atomized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_tangerine"],
"layer0.texture": "Boxy Theme/assets/accents/tangerine/sidebar/folder_dup_atomized.png"
},
// Symlink Opened
{
"class": "icon_folder_dup",
"parents": [{"class": "tree_row", "attributes": ["expanded"] }],
"settings": ["!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_tangerine"],
"layer0.texture": "Boxy Theme/assets/accents/tangerine/sidebar/folder_dup_expanded.png"
},
{
"class": "icon_folder_dup",
"parents": [{"class": "tree_row", "attributes": ["expanded"] }],
"settings": ["theme_icons_materialized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_tangerine"],
"layer0.texture": "Boxy Theme/assets/accents/tangerine/sidebar/folder_dup_materialized_expanded.png"
},
{
"class": "icon_folder_dup",
"parents": [{"class": "tree_row", "attributes": ["expanded"] }],
"settings": ["theme_icons_atomized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_tangerine"],
"layer0.texture": "Boxy Theme/assets/accents/tangerine/sidebar/folder_dup_atomized_expanded.png"
},
{
"class": "icon_folder_dup",
"parents": [{"class": "tree_row", "attributes": ["expanded"] }],
"settings": ["theme_sidebar_folder_materialized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_tangerine"],
"layer0.texture": "Boxy Theme/assets/accents/tangerine/sidebar/folder_dup_materialized_expanded.png"
},
{
"class": "icon_folder_dup",
"parents": [{"class": "tree_row", "attributes": ["expanded"] }],
"settings": ["theme_sidebar_folder_atomized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_tangerine"],
"layer0.texture": "Boxy Theme/assets/accents/tangerine/sidebar/folder_dup_atomized_expanded.png"
},
// Sidebar Numix Accent
// ===========================================================================
// Sidebar Tree Row
// ---------------------------------------------------------------------------
{
"class": "tree_row",
"settings": ["!theme_accent_mono", "theme_accent_numix"],
"layer1.texture": "Boxy Theme/assets/accents/numix/sidebar/sidebar_row_selected.png"
},
// Sidebar Icons
// ---------------------------------------------------------------------------
//
// Sidebar Close
//
{
"class": "close_button",
"settings": ["!theme_accent_mono", "theme_accent_numix"],
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
"attributes": ["dirty"],
"layer0.texture": "Boxy Theme/assets/accents/numix/buttons/button_dirty_close_selected.png",
"layer1.texture": "Boxy Theme/assets/accents/numix/buttons/button_dirty_selected.png"
},
{
"class": "close_button",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_numix"],
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
"attributes": ["dirty"],
"layer1.texture": "Boxy Theme/assets/accents/numix/buttons/button_dirty_materialized_selected.png"
},
{
"class": "close_button",
"settings": ["!theme_accent_mono", "theme_dirty_materialized", "theme_accent_numix"],
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
"attributes": ["dirty"],
"layer1.texture": "Boxy Theme/assets/accents/numix/buttons/button_dirty_materialized_selected.png"
},
//
// Sidebar Folders
//
// Defaults
{
"class": "icon_folder",
"settings": ["!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_numix"],
"layer0.texture": "Boxy Theme/assets/accents/numix/sidebar/folder.png"
},
{
"class": "icon_folder",
"settings": ["theme_icons_materialized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_numix"],
"layer0.texture": "Boxy Theme/assets/accents/numix/sidebar/folder_materialized.png"
},
{
"class": "icon_folder",
"settings": ["theme_icons_atomized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_numix"],
"layer0.texture": "Boxy Theme/assets/accents/numix/sidebar/folder_atomized.png"
},
{
"class": "icon_folder",
"settings": ["theme_sidebar_folder_materialized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_numix"],
"layer0.texture": "Boxy Theme/assets/accents/numix/sidebar/folder_materialized.png"
},
{
"class": "icon_folder",
"settings": ["theme_sidebar_folder_atomized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_numix"],
"layer0.texture": "Boxy Theme/assets/accents/numix/sidebar/folder_atomized.png"
},
// Opened
{
"class": "icon_folder",
"parents": [{"class": "tree_row", "attributes": ["expanded"]}],
"settings": ["!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_numix"],
"layer0.texture": "Boxy Theme/assets/accents/numix/sidebar/folder_expanded.png"
},
{
"class": "icon_folder",
"parents": [{"class": "tree_row", "attributes": ["expanded"]}],
"settings": ["theme_icons_materialized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_numix"],
"layer0.texture": "Boxy Theme/assets/accents/numix/sidebar/folder_materialized_expanded.png"
},
{
"class": "icon_folder",
"parents": [{"class": "tree_row", "attributes": ["expanded"]}],
"settings": ["theme_icons_atomized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_numix"],
"layer0.texture": "Boxy Theme/assets/accents/numix/sidebar/folder_atomized_expanded.png"
},
{
"class": "icon_folder",
"parents": [{"class": "tree_row", "attributes": ["expanded"]}],
"settings": ["theme_sidebar_folder_materialized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_numix"],
"layer0.texture": "Boxy Theme/assets/accents/numix/sidebar/folder_materialized_expanded.png"
},
{
"class": "icon_folder",
"parents": [{"class": "tree_row", "attributes": ["expanded"]}],
"settings": ["theme_sidebar_folder_atomized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_numix"],
"layer0.texture": "Boxy Theme/assets/accents/numix/sidebar/folder_atomized_expanded.png"
},
// Symlink
{
"class": "icon_folder_dup",
"settings": ["!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_numix"],
"layer0.texture": "Boxy Theme/assets/accents/numix/sidebar/folder_dup.png"
},
{
"class": "icon_folder_dup",
"settings": ["theme_icons_materialized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_numix"],
"layer0.texture": "Boxy Theme/assets/accents/numix/sidebar/folder_dup_materialized.png"
},
{
"class": "icon_folder_dup",
"settings": ["theme_icons_atomized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_numix"],
"layer0.texture": "Boxy Theme/assets/accents/numix/sidebar/folder_dup_atomized.png"
},
{
"class": "icon_folder_dup",
"settings": ["theme_sidebar_folder_materialized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_numix"],
"layer0.texture": "Boxy Theme/assets/accents/numix/sidebar/folder_dup_materialized.png"
},
{
"class": "icon_folder_dup",
"settings": ["theme_sidebar_folder_atomized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_numix"],
"layer0.texture": "Boxy Theme/assets/accents/numix/sidebar/folder_dup_atomized.png"
},
// Symlink Opened
{
"class": "icon_folder_dup",
"parents": [{"class": "tree_row", "attributes": ["expanded"] }],
"settings": ["!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_numix"],
"layer0.texture": "Boxy Theme/assets/accents/numix/sidebar/folder_dup_expanded.png"
},
{
"class": "icon_folder_dup",
"parents": [{"class": "tree_row", "attributes": ["expanded"] }],
"settings": ["theme_icons_materialized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_numix"],
"layer0.texture": "Boxy Theme/assets/accents/numix/sidebar/folder_dup_materialized_expanded.png"
},
{
"class": "icon_folder_dup",
"parents": [{"class": "tree_row", "attributes": ["expanded"] }],
"settings": ["theme_icons_atomized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_numix"],
"layer0.texture": "Boxy Theme/assets/accents/numix/sidebar/folder_dup_atomized_expanded.png"
},
{
"class": "icon_folder_dup",
"parents": [{"class": "tree_row", "attributes": ["expanded"] }],
"settings": ["theme_sidebar_folder_materialized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_numix"],
"layer0.texture": "Boxy Theme/assets/accents/numix/sidebar/folder_dup_materialized_expanded.png"
},
{
"class": "icon_folder_dup",
"parents": [{"class": "tree_row", "attributes": ["expanded"] }],
"settings": ["theme_sidebar_folder_atomized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_numix"],
"layer0.texture": "Boxy Theme/assets/accents/numix/sidebar/folder_dup_atomized_expanded.png"
},
// Sidebar Cyan Accent
// ===========================================================================
// Sidebar Tree Row
// ---------------------------------------------------------------------------
{
"class": "tree_row",
"settings": ["!theme_accent_mono", "theme_accent_cyan"],
"layer1.texture": "Boxy Theme/assets/accents/cyan/sidebar/sidebar_row_selected.png"
},
// Sidebar Icons
// ---------------------------------------------------------------------------
//
// Sidebar Close
//
{
"class": "close_button",
"settings": ["!theme_accent_mono", "theme_accent_cyan"],
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
"attributes": ["dirty"],
"layer0.texture": "Boxy Theme/assets/accents/cyan/buttons/button_dirty_close_selected.png",
"layer1.texture": "Boxy Theme/assets/accents/cyan/buttons/button_dirty_selected.png"
},
{
"class": "close_button",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_cyan"],
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
"attributes": ["dirty"],
"layer1.texture": "Boxy Theme/assets/accents/cyan/buttons/button_dirty_materialized_selected.png"
},
{
"class": "close_button",
"settings": ["!theme_accent_mono", "theme_dirty_materialized", "theme_accent_cyan"],
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
"attributes": ["dirty"],
"layer1.texture": "Boxy Theme/assets/accents/cyan/buttons/button_dirty_materialized_selected.png"
},
//
// Sidebar Folders
//
// Defaults
{
"class": "icon_folder",
"settings": ["!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_cyan"],
"layer0.texture": "Boxy Theme/assets/accents/cyan/sidebar/folder.png"
},
{
"class": "icon_folder",
"settings": ["theme_icons_materialized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_cyan"],
"layer0.texture": "Boxy Theme/assets/accents/cyan/sidebar/folder_materialized.png"
},
{
"class": "icon_folder",
"settings": ["theme_icons_atomized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_cyan"],
"layer0.texture": "Boxy Theme/assets/accents/cyan/sidebar/folder_atomized.png"
},
{
"class": "icon_folder",
"settings": ["theme_sidebar_folder_materialized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_cyan"],
"layer0.texture": "Boxy Theme/assets/accents/cyan/sidebar/folder_materialized.png"
},
{
"class": "icon_folder",
"settings": ["theme_sidebar_folder_atomized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_cyan"],
"layer0.texture": "Boxy Theme/assets/accents/cyan/sidebar/folder_atomized.png"
},
// Opened
{
"class": "icon_folder",
"parents": [{"class": "tree_row", "attributes": ["expanded"]}],
"settings": ["!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_cyan"],
"layer0.texture": "Boxy Theme/assets/accents/cyan/sidebar/folder_expanded.png"
},
{
"class": "icon_folder",
"parents": [{"class": "tree_row", "attributes": ["expanded"]}],
"settings": ["theme_icons_materialized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_cyan"],
"layer0.texture": "Boxy Theme/assets/accents/cyan/sidebar/folder_materialized_expanded.png"
},
{
"class": "icon_folder",
"parents": [{"class": "tree_row", "attributes": ["expanded"]}],
"settings": ["theme_icons_atomized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_cyan"],
"layer0.texture": "Boxy Theme/assets/accents/cyan/sidebar/folder_atomized_expanded.png"
},
{
"class": "icon_folder",
"parents": [{"class": "tree_row", "attributes": ["expanded"]}],
"settings": ["theme_sidebar_folder_materialized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_cyan"],
"layer0.texture": "Boxy Theme/assets/accents/cyan/sidebar/folder_materialized_expanded.png"
},
{
"class": "icon_folder",
"parents": [{"class": "tree_row", "attributes": ["expanded"]}],
"settings": ["theme_sidebar_folder_atomized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_cyan"],
"layer0.texture": "Boxy Theme/assets/accents/cyan/sidebar/folder_atomized_expanded.png"
},
// Symlink
{
"class": "icon_folder_dup",
"settings": ["!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_cyan"],
"layer0.texture": "Boxy Theme/assets/accents/cyan/sidebar/folder_dup.png"
},
{
"class": "icon_folder_dup",
"settings": ["theme_icons_materialized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_cyan"],
"layer0.texture": "Boxy Theme/assets/accents/cyan/sidebar/folder_dup_materialized.png"
},
{
"class": "icon_folder_dup",
"settings": ["theme_icons_atomized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_cyan"],
"layer0.texture": "Boxy Theme/assets/accents/cyan/sidebar/folder_dup_atomized.png"
},
{
"class": "icon_folder_dup",
"settings": ["theme_sidebar_folder_materialized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_cyan"],
"layer0.texture": "Boxy Theme/assets/accents/cyan/sidebar/folder_dup_materialized.png"
},
{
"class": "icon_folder_dup",
"settings": ["theme_sidebar_folder_atomized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_cyan"],
"layer0.texture": "Boxy Theme/assets/accents/cyan/sidebar/folder_dup_atomized.png"
},
// Symlink Opened
{
"class": "icon_folder_dup",
"parents": [{"class": "tree_row", "attributes": ["expanded"] }],
"settings": ["!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_cyan"],
"layer0.texture": "Boxy Theme/assets/accents/cyan/sidebar/folder_dup_expanded.png"
},
{
"class": "icon_folder_dup",
"parents": [{"class": "tree_row", "attributes": ["expanded"] }],
"settings": ["theme_icons_materialized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_cyan"],
"layer0.texture": "Boxy Theme/assets/accents/cyan/sidebar/folder_dup_materialized_expanded.png"
},
{
"class": "icon_folder_dup",
"parents": [{"class": "tree_row", "attributes": ["expanded"] }],
"settings": ["theme_icons_atomized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_cyan"],
"layer0.texture": "Boxy Theme/assets/accents/cyan/sidebar/folder_dup_atomized_expanded.png"
},
{
"class": "icon_folder_dup",
"parents": [{"class": "tree_row", "attributes": ["expanded"] }],
"settings": ["theme_sidebar_folder_materialized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_cyan"],
"layer0.texture": "Boxy Theme/assets/accents/cyan/sidebar/folder_dup_materialized_expanded.png"
},
{
"class": "icon_folder_dup",
"parents": [{"class": "tree_row", "attributes": ["expanded"] }],
"settings": ["theme_sidebar_folder_atomized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_cyan"],
"layer0.texture": "Boxy Theme/assets/accents/cyan/sidebar/folder_dup_atomized_expanded.png"
},
// Sidebar Lime Accent
// ===========================================================================
// Sidebar Tree Row
// ---------------------------------------------------------------------------
{
"class": "tree_row",
"settings": ["!theme_accent_mono", "theme_accent_lime"],
"layer1.texture": "Boxy Theme/assets/accents/lime/sidebar/sidebar_row_selected.png"
},
// Sidebar Icons
// ---------------------------------------------------------------------------
//
// Sidebar Close
//
{
"class": "close_button",
"settings": ["!theme_accent_mono", "theme_accent_lime"],
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
"attributes": ["dirty"],
"layer0.texture": "Boxy Theme/assets/accents/lime/buttons/button_dirty_close_selected.png",
"layer1.texture": "Boxy Theme/assets/accents/lime/buttons/button_dirty_selected.png"
},
{
"class": "close_button",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_lime"],
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
"attributes": ["dirty"],
"layer1.texture": "Boxy Theme/assets/accents/lime/buttons/button_dirty_materialized_selected.png"
},
{
"class": "close_button",
"settings": ["!theme_accent_mono", "theme_dirty_materialized", "theme_accent_lime"],
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
"attributes": ["dirty"],
"layer1.texture": "Boxy Theme/assets/accents/lime/buttons/button_dirty_materialized_selected.png"
},
//
// Sidebar Folders
//
// Defaults
{
"class": "icon_folder",
"settings": ["!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_lime"],
"layer0.texture": "Boxy Theme/assets/accents/lime/sidebar/folder.png"
},
{
"class": "icon_folder",
"settings": ["theme_icons_materialized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_lime"],
"layer0.texture": "Boxy Theme/assets/accents/lime/sidebar/folder_materialized.png"
},
{
"class": "icon_folder",
"settings": ["theme_icons_atomized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_lime"],
"layer0.texture": "Boxy Theme/assets/accents/lime/sidebar/folder_atomized.png"
},
{
"class": "icon_folder",
"settings": ["theme_sidebar_folder_materialized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_lime"],
"layer0.texture": "Boxy Theme/assets/accents/lime/sidebar/folder_materialized.png"
},
{
"class": "icon_folder",
"settings": ["theme_sidebar_folder_atomized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_lime"],
"layer0.texture": "Boxy Theme/assets/accents/lime/sidebar/folder_atomized.png"
},
// Opened
{
"class": "icon_folder",
"parents": [{"class": "tree_row", "attributes": ["expanded"]}],
"settings": ["!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_lime"],
"layer0.texture": "Boxy Theme/assets/accents/lime/sidebar/folder_expanded.png"
},
{
"class": "icon_folder",
"parents": [{"class": "tree_row", "attributes": ["expanded"]}],
"settings": ["theme_icons_materialized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_lime"],
"layer0.texture": "Boxy Theme/assets/accents/lime/sidebar/folder_materialized_expanded.png"
},
{
"class": "icon_folder",
"parents": [{"class": "tree_row", "attributes": ["expanded"]}],
"settings": ["theme_icons_atomized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_lime"],
"layer0.texture": "Boxy Theme/assets/accents/lime/sidebar/folder_atomized_expanded.png"
},
{
"class": "icon_folder",
"parents": [{"class": "tree_row", "attributes": ["expanded"]}],
"settings": ["theme_sidebar_folder_materialized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_lime"],
"layer0.texture": "Boxy Theme/assets/accents/lime/sidebar/folder_materialized_expanded.png"
},
{
"class": "icon_folder",
"parents": [{"class": "tree_row", "attributes": ["expanded"]}],
"settings": ["theme_sidebar_folder_atomized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_lime"],
"layer0.texture": "Boxy Theme/assets/accents/lime/sidebar/folder_atomized_expanded.png"
},
// Symlink
{
"class": "icon_folder_dup",
"settings": ["!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_lime"],
"layer0.texture": "Boxy Theme/assets/accents/lime/sidebar/folder_dup.png"
},
{
"class": "icon_folder_dup",
"settings": ["theme_icons_materialized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_lime"],
"layer0.texture": "Boxy Theme/assets/accents/lime/sidebar/folder_dup_materialized.png"
},
{
"class": "icon_folder_dup",
"settings": ["theme_icons_atomized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_lime"],
"layer0.texture": "Boxy Theme/assets/accents/lime/sidebar/folder_dup_atomized.png"
},
{
"class": "icon_folder_dup",
"settings": ["theme_sidebar_folder_materialized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_lime"],
"layer0.texture": "Boxy Theme/assets/accents/lime/sidebar/folder_dup_materialized.png"
},
{
"class": "icon_folder_dup",
"settings": ["theme_sidebar_folder_atomized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_lime"],
"layer0.texture": "Boxy Theme/assets/accents/lime/sidebar/folder_dup_atomized.png"
},
// Symlink Opened
{
"class": "icon_folder_dup",
"parents": [{"class": "tree_row", "attributes": ["expanded"] }],
"settings": ["!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_lime"],
"layer0.texture": "Boxy Theme/assets/accents/lime/sidebar/folder_dup_expanded.png"
},
{
"class": "icon_folder_dup",
"parents": [{"class": "tree_row", "attributes": ["expanded"] }],
"settings": ["theme_icons_materialized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_lime"],
"layer0.texture": "Boxy Theme/assets/accents/lime/sidebar/folder_dup_materialized_expanded.png"
},
{
"class": "icon_folder_dup",
"parents": [{"class": "tree_row", "attributes": ["expanded"] }],
"settings": ["theme_icons_atomized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_lime"],
"layer0.texture": "Boxy Theme/assets/accents/lime/sidebar/folder_dup_atomized_expanded.png"
},
{
"class": "icon_folder_dup",
"parents": [{"class": "tree_row", "attributes": ["expanded"] }],
"settings": ["theme_sidebar_folder_materialized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_lime"],
"layer0.texture": "Boxy Theme/assets/accents/lime/sidebar/folder_dup_materialized_expanded.png"
},
{
"class": "icon_folder_dup",
"parents": [{"class": "tree_row", "attributes": ["expanded"] }],
"settings": ["theme_sidebar_folder_atomized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_lime"],
"layer0.texture": "Boxy Theme/assets/accents/lime/sidebar/folder_dup_atomized_expanded.png"
},
// Sidebar Pink Accent
// ===========================================================================
// Sidebar Tree Row
// ---------------------------------------------------------------------------
{
"class": "tree_row",
"settings": ["!theme_accent_mono", "theme_accent_pink"],
"layer1.texture": "Boxy Theme/assets/accents/pink/sidebar/sidebar_row_selected.png"
},
// Sidebar Icons
// ---------------------------------------------------------------------------
//
// Sidebar Close
//
{
"class": "close_button",
"settings": ["!theme_accent_mono", "theme_accent_pink"],
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
"attributes": ["dirty"],
"layer0.texture": "Boxy Theme/assets/accents/pink/buttons/button_dirty_close_selected.png",
"layer1.texture": "Boxy Theme/assets/accents/pink/buttons/button_dirty_selected.png"
},
{
"class": "close_button",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_pink"],
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
"attributes": ["dirty"],
"layer1.texture": "Boxy Theme/assets/accents/pink/buttons/button_dirty_materialized_selected.png"
},
{
"class": "close_button",
"settings": ["!theme_accent_mono", "theme_dirty_materialized", "theme_accent_pink"],
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
"attributes": ["dirty"],
"layer1.texture": "Boxy Theme/assets/accents/pink/buttons/button_dirty_materialized_selected.png"
},
//
// Sidebar Folders
//
// Defaults
{
"class": "icon_folder",
"settings": ["!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_pink"],
"layer0.texture": "Boxy Theme/assets/accents/pink/sidebar/folder.png"
},
{
"class": "icon_folder",
"settings": ["theme_icons_materialized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_pink"],
"layer0.texture": "Boxy Theme/assets/accents/pink/sidebar/folder_materialized.png"
},
{
"class": "icon_folder",
"settings": ["theme_icons_atomized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_pink"],
"layer0.texture": "Boxy Theme/assets/accents/pink/sidebar/folder_atomized.png"
},
{
"class": "icon_folder",
"settings": ["theme_sidebar_folder_materialized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_pink"],
"layer0.texture": "Boxy Theme/assets/accents/pink/sidebar/folder_materialized.png"
},
{
"class": "icon_folder",
"settings": ["theme_sidebar_folder_atomized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_pink"],
"layer0.texture": "Boxy Theme/assets/accents/pink/sidebar/folder_atomized.png"
},
// Opened
{
"class": "icon_folder",
"parents": [{"class": "tree_row", "attributes": ["expanded"]}],
"settings": ["!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_pink"],
"layer0.texture": "Boxy Theme/assets/accents/pink/sidebar/folder_expanded.png"
},
{
"class": "icon_folder",
"parents": [{"class": "tree_row", "attributes": ["expanded"]}],
"settings": ["theme_icons_materialized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_pink"],
"layer0.texture": "Boxy Theme/assets/accents/pink/sidebar/folder_materialized_expanded.png"
},
{
"class": "icon_folder",
"parents": [{"class": "tree_row", "attributes": ["expanded"]}],
"settings": ["theme_icons_atomized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_pink"],
"layer0.texture": "Boxy Theme/assets/accents/pink/sidebar/folder_atomized_expanded.png"
},
{
"class": "icon_folder",
"parents": [{"class": "tree_row", "attributes": ["expanded"]}],
"settings": ["theme_sidebar_folder_materialized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_pink"],
"layer0.texture": "Boxy Theme/assets/accents/pink/sidebar/folder_materialized_expanded.png"
},
{
"class": "icon_folder",
"parents": [{"class": "tree_row", "attributes": ["expanded"]}],
"settings": ["theme_sidebar_folder_atomized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_pink"],
"layer0.texture": "Boxy Theme/assets/accents/pink/sidebar/folder_atomized_expanded.png"
},
// Symlink
{
"class": "icon_folder_dup",
"settings": ["!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_pink"],
"layer0.texture": "Boxy Theme/assets/accents/pink/sidebar/folder_dup.png"
},
{
"class": "icon_folder_dup",
"settings": ["theme_icons_materialized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_pink"],
"layer0.texture": "Boxy Theme/assets/accents/pink/sidebar/folder_dup_materialized.png"
},
{
"class": "icon_folder_dup",
"settings": ["theme_icons_atomized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_pink"],
"layer0.texture": "Boxy Theme/assets/accents/pink/sidebar/folder_dup_atomized.png"
},
{
"class": "icon_folder_dup",
"settings": ["theme_sidebar_folder_materialized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_pink"],
"layer0.texture": "Boxy Theme/assets/accents/pink/sidebar/folder_dup_materialized.png"
},
{
"class": "icon_folder_dup",
"settings": ["theme_sidebar_folder_atomized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_pink"],
"layer0.texture": "Boxy Theme/assets/accents/pink/sidebar/folder_dup_atomized.png"
},
// Symlink Opened
{
"class": "icon_folder_dup",
"parents": [{"class": "tree_row", "attributes": ["expanded"] }],
"settings": ["!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_pink"],
"layer0.texture": "Boxy Theme/assets/accents/pink/sidebar/folder_dup_expanded.png"
},
{
"class": "icon_folder_dup",
"parents": [{"class": "tree_row", "attributes": ["expanded"] }],
"settings": ["theme_icons_materialized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_pink"],
"layer0.texture": "Boxy Theme/assets/accents/pink/sidebar/folder_dup_materialized_expanded.png"
},
{
"class": "icon_folder_dup",
"parents": [{"class": "tree_row", "attributes": ["expanded"] }],
"settings": ["theme_icons_atomized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_pink"],
"layer0.texture": "Boxy Theme/assets/accents/pink/sidebar/folder_dup_atomized_expanded.png"
},
{
"class": "icon_folder_dup",
"parents": [{"class": "tree_row", "attributes": ["expanded"] }],
"settings": ["theme_sidebar_folder_materialized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_pink"],
"layer0.texture": "Boxy Theme/assets/accents/pink/sidebar/folder_dup_materialized_expanded.png"
},
{
"class": "icon_folder_dup",
"parents": [{"class": "tree_row", "attributes": ["expanded"] }],
"settings": ["theme_sidebar_folder_atomized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_pink"],
"layer0.texture": "Boxy Theme/assets/accents/pink/sidebar/folder_dup_atomized_expanded.png"
},
// Sidebar Sky Accent
// ===========================================================================
// Sidebar Tree Row
// ---------------------------------------------------------------------------
{
"class": "tree_row",
"settings": ["!theme_accent_mono", "theme_accent_sky"],
"layer1.texture": "Boxy Theme/assets/accents/sky/sidebar/sidebar_row_selected.png"
},
// Sidebar Icons
// ---------------------------------------------------------------------------
//
// Sidebar Close
//
{
"class": "close_button",
"settings": ["!theme_accent_mono", "theme_accent_sky"],
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
"attributes": ["dirty"],
"layer0.texture": "Boxy Theme/assets/accents/sky/buttons/button_dirty_close_selected.png",
"layer1.texture": "Boxy Theme/assets/accents/sky/buttons/button_dirty_selected.png"
},
{
"class": "close_button",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_sky"],
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
"attributes": ["dirty"],
"layer1.texture": "Boxy Theme/assets/accents/sky/buttons/button_dirty_materialized_selected.png"
},
{
"class": "close_button",
"settings": ["!theme_accent_mono", "theme_dirty_materialized", "theme_accent_sky"],
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
"attributes": ["dirty"],
"layer1.texture": "Boxy Theme/assets/accents/sky/buttons/button_dirty_materialized_selected.png"
},
//
// Sidebar Folders
//
// Defaults
{
"class": "icon_folder",
"settings": ["!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_sky"],
"layer0.texture": "Boxy Theme/assets/accents/sky/sidebar/folder.png"
},
{
"class": "icon_folder",
"settings": ["theme_icons_materialized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_sky"],
"layer0.texture": "Boxy Theme/assets/accents/sky/sidebar/folder_materialized.png"
},
{
"class": "icon_folder",
"settings": ["theme_icons_atomized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_sky"],
"layer0.texture": "Boxy Theme/assets/accents/sky/sidebar/folder_atomized.png"
},
{
"class": "icon_folder",
"settings": ["theme_sidebar_folder_materialized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_sky"],
"layer0.texture": "Boxy Theme/assets/accents/sky/sidebar/folder_materialized.png"
},
{
"class": "icon_folder",
"settings": ["theme_sidebar_folder_atomized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_sky"],
"layer0.texture": "Boxy Theme/assets/accents/sky/sidebar/folder_atomized.png"
},
// Opened
{
"class": "icon_folder",
"parents": [{"class": "tree_row", "attributes": ["expanded"]}],
"settings": ["!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_sky"],
"layer0.texture": "Boxy Theme/assets/accents/sky/sidebar/folder_expanded.png"
},
{
"class": "icon_folder",
"parents": [{"class": "tree_row", "attributes": ["expanded"]}],
"settings": ["theme_icons_materialized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_sky"],
"layer0.texture": "Boxy Theme/assets/accents/sky/sidebar/folder_materialized_expanded.png"
},
{
"class": "icon_folder",
"parents": [{"class": "tree_row", "attributes": ["expanded"]}],
"settings": ["theme_icons_atomized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_sky"],
"layer0.texture": "Boxy Theme/assets/accents/sky/sidebar/folder_atomized_expanded.png"
},
{
"class": "icon_folder",
"parents": [{"class": "tree_row", "attributes": ["expanded"]}],
"settings": ["theme_sidebar_folder_materialized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_sky"],
"layer0.texture": "Boxy Theme/assets/accents/sky/sidebar/folder_materialized_expanded.png"
},
{
"class": "icon_folder",
"parents": [{"class": "tree_row", "attributes": ["expanded"]}],
"settings": ["theme_sidebar_folder_atomized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_sky"],
"layer0.texture": "Boxy Theme/assets/accents/sky/sidebar/folder_atomized_expanded.png"
},
// Symlink
{
"class": "icon_folder_dup",
"settings": ["!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_sky"],
"layer0.texture": "Boxy Theme/assets/accents/sky/sidebar/folder_dup.png"
},
{
"class": "icon_folder_dup",
"settings": ["theme_icons_materialized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_sky"],
"layer0.texture": "Boxy Theme/assets/accents/sky/sidebar/folder_dup_materialized.png"
},
{
"class": "icon_folder_dup",
"settings": ["theme_icons_atomized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_sky"],
"layer0.texture": "Boxy Theme/assets/accents/sky/sidebar/folder_dup_atomized.png"
},
{
"class": "icon_folder_dup",
"settings": ["theme_sidebar_folder_materialized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_sky"],
"layer0.texture": "Boxy Theme/assets/accents/sky/sidebar/folder_dup_materialized.png"
},
{
"class": "icon_folder_dup",
"settings": ["theme_sidebar_folder_atomized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_sky"],
"layer0.texture": "Boxy Theme/assets/accents/sky/sidebar/folder_dup_atomized.png"
},
// Symlink Opened
{
"class": "icon_folder_dup",
"parents": [{"class": "tree_row", "attributes": ["expanded"] }],
"settings": ["!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_sky"],
"layer0.texture": "Boxy Theme/assets/accents/sky/sidebar/folder_dup_expanded.png"
},
{
"class": "icon_folder_dup",
"parents": [{"class": "tree_row", "attributes": ["expanded"] }],
"settings": ["theme_icons_materialized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_sky"],
"layer0.texture": "Boxy Theme/assets/accents/sky/sidebar/folder_dup_materialized_expanded.png"
},
{
"class": "icon_folder_dup",
"parents": [{"class": "tree_row", "attributes": ["expanded"] }],
"settings": ["theme_icons_atomized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_sky"],
"layer0.texture": "Boxy Theme/assets/accents/sky/sidebar/folder_dup_atomized_expanded.png"
},
{
"class": "icon_folder_dup",
"parents": [{"class": "tree_row", "attributes": ["expanded"] }],
"settings": ["theme_sidebar_folder_materialized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_sky"],
"layer0.texture": "Boxy Theme/assets/accents/sky/sidebar/folder_dup_materialized_expanded.png"
},
{
"class": "icon_folder_dup",
"parents": [{"class": "tree_row", "attributes": ["expanded"] }],
"settings": ["theme_sidebar_folder_atomized", "!theme_accent_mono", "!theme_sidebar_folder_mono", "!theme_sidebar_folder_arrow", "theme_accent_sky"],
"layer0.texture": "Boxy Theme/assets/accents/sky/sidebar/folder_dup_atomized_expanded.png"
},
{
"class": "close_button",
"settings": ["theme_dirty_accent_blue"],
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
"attributes": ["dirty"],
"layer0.texture": "Boxy Theme/assets/accents/blue/buttons/button_dirty_close_selected.png",
"layer1.texture": "Boxy Theme/assets/accents/blue/buttons/button_dirty_selected.png"
},
{
"class": "close_button",
"settings": ["theme_icons_materialized", "theme_dirty_accent_blue"],
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
"attributes": ["dirty"],
"layer1.texture": "Boxy Theme/assets/accents/blue/buttons/button_dirty_materialized_selected.png"
},
{
"class": "close_button",
"settings": ["theme_dirty_materialized", "theme_dirty_accent_blue"],
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
"attributes": ["dirty"],
"layer1.texture": "Boxy Theme/assets/accents/blue/buttons/button_dirty_materialized_selected.png"
},
{
"class": "close_button",
"settings": ["theme_dirty_accent_green"],
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
"attributes": ["dirty"],
"layer0.texture": "Boxy Theme/assets/accents/green/buttons/button_dirty_close_selected.png",
"layer1.texture": "Boxy Theme/assets/accents/green/buttons/button_dirty_selected.png"
},
{
"class": "close_button",
"settings": ["theme_icons_materialized", "theme_dirty_accent_green"],
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
"attributes": ["dirty"],
"layer1.texture": "Boxy Theme/assets/accents/green/buttons/button_dirty_materialized_selected.png"
},
{
"class": "close_button",
"settings": ["theme_dirty_materialized", "theme_dirty_accent_green"],
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
"attributes": ["dirty"],
"layer1.texture": "Boxy Theme/assets/accents/green/buttons/button_dirty_materialized_selected.png"
},
{
"class": "close_button",
"settings": ["theme_dirty_accent_orange"],
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
"attributes": ["dirty"],
"layer0.texture": "Boxy Theme/assets/accents/orange/buttons/button_dirty_close_selected.png",
"layer1.texture": "Boxy Theme/assets/accents/orange/buttons/button_dirty_selected.png"
},
{
"class": "close_button",
"settings": ["theme_icons_materialized", "theme_dirty_accent_orange"],
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
"attributes": ["dirty"],
"layer1.texture": "Boxy Theme/assets/accents/orange/buttons/button_dirty_materialized_selected.png"
},
{
"class": "close_button",
"settings": ["theme_dirty_materialized", "theme_dirty_accent_orange"],
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
"attributes": ["dirty"],
"layer1.texture": "Boxy Theme/assets/accents/orange/buttons/button_dirty_materialized_selected.png"
},
{
"class": "close_button",
"settings": ["theme_dirty_accent_purple"],
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
"attributes": ["dirty"],
"layer0.texture": "Boxy Theme/assets/accents/purple/buttons/button_dirty_close_selected.png",
"layer1.texture": "Boxy Theme/assets/accents/purple/buttons/button_dirty_selected.png"
},
{
"class": "close_button",
"settings": ["theme_icons_materialized", "theme_dirty_accent_purple"],
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
"attributes": ["dirty"],
"layer1.texture": "Boxy Theme/assets/accents/purple/buttons/button_dirty_materialized_selected.png"
},
{
"class": "close_button",
"settings": ["theme_dirty_materialized", "theme_dirty_accent_purple"],
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
"attributes": ["dirty"],
"layer1.texture": "Boxy Theme/assets/accents/purple/buttons/button_dirty_materialized_selected.png"
},
{
"class": "close_button",
"settings": ["theme_dirty_accent_tangerine"],
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
"attributes": ["dirty"],
"layer0.texture": "Boxy Theme/assets/accents/tangerine/buttons/button_dirty_close_selected.png",
"layer1.texture": "Boxy Theme/assets/accents/tangerine/buttons/button_dirty_selected.png"
},
{
"class": "close_button",
"settings": ["theme_icons_materialized", "theme_dirty_accent_tangerine"],
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
"attributes": ["dirty"],
"layer1.texture": "Boxy Theme/assets/accents/tangerine/buttons/button_dirty_materialized_selected.png"
},
{
"class": "close_button",
"settings": ["theme_dirty_materialized", "theme_dirty_accent_tangerine"],
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
"attributes": ["dirty"],
"layer1.texture": "Boxy Theme/assets/accents/tangerine/buttons/button_dirty_materialized_selected.png"
},
{
"class": "close_button",
"settings": ["theme_dirty_accent_numix"],
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
"attributes": ["dirty"],
"layer0.texture": "Boxy Theme/assets/accents/numix/buttons/button_dirty_close_selected.png",
"layer1.texture": "Boxy Theme/assets/accents/numix/buttons/button_dirty_selected.png"
},
{
"class": "close_button",
"settings": ["theme_icons_materialized", "theme_dirty_accent_numix"],
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
"attributes": ["dirty"],
"layer1.texture": "Boxy Theme/assets/accents/numix/buttons/button_dirty_materialized_selected.png"
},
{
"class": "close_button",
"settings": ["theme_dirty_materialized", "theme_dirty_accent_numix"],
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
"attributes": ["dirty"],
"layer1.texture": "Boxy Theme/assets/accents/numix/buttons/button_dirty_materialized_selected.png"
},
{
"class": "close_button",
"settings": ["theme_dirty_accent_cyan"],
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
"attributes": ["dirty"],
"layer0.texture": "Boxy Theme/assets/accents/cyan/buttons/button_dirty_close_selected.png",
"layer1.texture": "Boxy Theme/assets/accents/cyan/buttons/button_dirty_selected.png"
},
{
"class": "close_button",
"settings": ["theme_icons_materialized", "theme_dirty_accent_cyan"],
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
"attributes": ["dirty"],
"layer1.texture": "Boxy Theme/assets/accents/cyan/buttons/button_dirty_materialized_selected.png"
},
{
"class": "close_button",
"settings": ["theme_dirty_materialized", "theme_dirty_accent_cyan"],
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
"attributes": ["dirty"],
"layer1.texture": "Boxy Theme/assets/accents/cyan/buttons/button_dirty_materialized_selected.png"
},
{
"class": "close_button",
"settings": ["theme_dirty_accent_lime"],
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
"attributes": ["dirty"],
"layer0.texture": "Boxy Theme/assets/accents/lime/buttons/button_dirty_close_selected.png",
"layer1.texture": "Boxy Theme/assets/accents/lime/buttons/button_dirty_selected.png"
},
{
"class": "close_button",
"settings": ["theme_icons_materialized", "theme_dirty_accent_lime"],
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
"attributes": ["dirty"],
"layer1.texture": "Boxy Theme/assets/accents/lime/buttons/button_dirty_materialized_selected.png"
},
{
"class": "close_button",
"settings": ["theme_dirty_materialized", "theme_dirty_accent_lime"],
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
"attributes": ["dirty"],
"layer1.texture": "Boxy Theme/assets/accents/lime/buttons/button_dirty_materialized_selected.png"
},
{
"class": "close_button",
"settings": ["theme_dirty_accent_pink"],
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
"attributes": ["dirty"],
"layer0.texture": "Boxy Theme/assets/accents/pink/buttons/button_dirty_close_selected.png",
"layer1.texture": "Boxy Theme/assets/accents/pink/buttons/button_dirty_selected.png"
},
{
"class": "close_button",
"settings": ["theme_icons_materialized", "theme_dirty_accent_pink"],
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
"attributes": ["dirty"],
"layer1.texture": "Boxy Theme/assets/accents/pink/buttons/button_dirty_materialized_selected.png"
},
{
"class": "close_button",
"settings": ["theme_dirty_materialized", "theme_dirty_accent_pink"],
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
"attributes": ["dirty"],
"layer1.texture": "Boxy Theme/assets/accents/pink/buttons/button_dirty_materialized_selected.png"
},
{
"class": "close_button",
"settings": ["theme_dirty_accent_sky"],
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
"attributes": ["dirty"],
"layer0.texture": "Boxy Theme/assets/accents/sky/buttons/button_dirty_close_selected.png",
"layer1.texture": "Boxy Theme/assets/accents/sky/buttons/button_dirty_selected.png"
},
{
"class": "close_button",
"settings": ["theme_icons_materialized", "theme_dirty_accent_sky"],
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
"attributes": ["dirty"],
"layer1.texture": "Boxy Theme/assets/accents/sky/buttons/button_dirty_materialized_selected.png"
},
{
"class": "close_button",
"settings": ["theme_dirty_materialized", "theme_dirty_accent_sky"],
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
"attributes": ["dirty"],
"layer1.texture": "Boxy Theme/assets/accents/sky/buttons/button_dirty_materialized_selected.png"
},
// Sidebar Options
// ===========================================================================
// Sidebar Heading
// ---------------------------------------------------------------------------
{
"class": "sidebar_heading",
"settings": ["theme_sidebar_heading_bold"],
"font.bold": true
},
// Sidebar Highlight Text Only
// ---------------------------------------------------------------------------
{
"class": "tree_row",
"settings": ["theme_sidebar_highlight_text_only"],
"attributes": ["hover"],
"layer0.opacity": 0
},
{
"class": "tree_row",
"settings": ["theme_sidebar_highlight_text_only"],
"attributes": ["selected"],
"layer0.opacity": 1
},
{
"class": "tree_row",
"settings": ["theme_sidebar_highlight_selected_text_only"],
"attributes": ["selected"],
"layer0.opacity": 0
},
// Sidebar Top Margin
// ---------------------------------------------------------------------------
// Small
{
"class": "sidebar_container",
"settings": ["theme_bar_margin_top_sm", "!theme_bar"],
"content_margin": [0, 4, 0, 0]
},
// Medium
{
"class": "sidebar_container",
"settings": ["theme_bar_margin_top_md", "!theme_bar"],
"content_margin": [0, 6, 0, 0]
},
// Large
{
"class": "sidebar_container",
"settings": ["theme_bar_margin_top_lg", "!theme_bar"],
"content_margin": [0, 8, 0, 0]
},
// Sidebar Border
// ---------------------------------------------------------------------------
{
"class": "sidebar_container",
"settings": ["theme_sidebar_border"],
"content_margin": [0, 0, 1, 0]
},
{
"class": "sidebar_container",
"settings": ["theme_bar_margin_top_sm", "theme_sidebar_border", "!theme_bar"],
"content_margin": [0, 4, 1, 0]
},
{
"class": "sidebar_container",
"settings": ["theme_bar_margin_top_md", "theme_sidebar_border", "!theme_bar"],
"content_margin": [0, 6, 1, 0]
},
{
"class": "sidebar_container",
"settings": ["theme_bar_margin_top_lg", "theme_sidebar_border", "!theme_bar"],
"content_margin": [0, 8, 1, 0]
},
// Sidebar Sizes
// ---------------------------------------------------------------------------
//
// Global
//
{
"class": "sidebar_tree",
"settings": ["theme_size_xs"],
"row_padding": [8, 5, 8, 4]
},
{
"class": "tree_row",
"settings": ["theme_size_xs"],
"layer0.inner_margin": [8, 5, 0, 0],
"layer1.inner_margin": [8, 5, 0, 0]
},
{
"class": "sidebar_tree",
"settings": ["theme_size_sm"],
"row_padding": [8, 6, 8, 5]
},
{
"class": "tree_row",
"settings": ["theme_size_sm"],
"layer0.inner_margin": [8, 6, 0, 0],
"layer1.inner_margin": [8, 6, 0, 0]
},
{
"class": "sidebar_tree",
"settings": ["theme_size_md"],
"row_padding": [8, 7, 8, 6]
},
{
"class": "tree_row",
"settings": ["theme_size_md"],
"layer0.inner_margin": [8, 7, 0, 0],
"layer1.inner_margin": [8, 7, 0, 0]
},
{
"class": "sidebar_tree",
"settings": ["theme_size_lg"],
"row_padding": [8, 8, 8, 7]
},
{
"class": "tree_row",
"settings": ["theme_size_lg"],
"layer0.inner_margin": [8, 8, 0, 0],
"layer1.inner_margin": [8, 8, 0, 0]
},
{
"class": "sidebar_tree",
"settings": ["theme_size_xl"],
"row_padding": [8, 9, 8, 8]
},
{
"class": "tree_row",
"settings": ["theme_size_xl"],
"layer0.inner_margin": [8, 9, 0, 0],
"layer1.inner_margin": [8, 9, 0, 0]
},
//
// Control
//
{
"class": "sidebar_tree",
"settings": ["theme_sidebar_size_xxs"],
"row_padding": [8, 3, 8, 2]
},
{
"class": "tree_row",
"settings": ["theme_sidebar_size_xxs"],
"layer0.inner_margin": [8, 3, 0, 0],
"layer1.inner_margin": [8, 3, 0, 0]
},
{
"class": "sidebar_tree",
"settings": ["theme_sidebar_size_xs"],
"row_padding": [8, 5, 8, 4]
},
{
"class": "tree_row",
"settings": ["theme_sidebar_size_xs"],
"layer0.inner_margin": [8, 5, 0, 0],
"layer1.inner_margin": [8, 5, 0, 0]
},
{
"class": "sidebar_tree",
"settings": ["theme_sidebar_size_sm"],
"row_padding": [8, 6, 8, 5]
},
{
"class": "tree_row",
"settings": ["theme_sidebar_size_sm"],
"layer0.inner_margin": [8, 6, 0, 0],
"layer1.inner_margin": [8, 6, 0, 0]
},
{
"class": "sidebar_tree",
"settings": ["theme_sidebar_size_md"],
"row_padding": [8, 7, 8, 6]
},
{
"class": "tree_row",
"settings": ["theme_sidebar_size_md"],
"layer0.inner_margin": [8, 7, 0, 0],
"layer1.inner_margin": [8, 7, 0, 0]
},
{
"class": "sidebar_tree",
"settings": ["theme_sidebar_size_lg"],
"row_padding": [8, 8, 8, 7]
},
{
"class": "tree_row",
"settings": ["theme_sidebar_size_lg"],
"layer0.inner_margin": [8, 8, 0, 0],
"layer1.inner_margin": [8, 8, 0, 0]
},
{
"class": "sidebar_tree",
"settings": ["theme_sidebar_size_xl"],
"row_padding": [8, 9, 8, 8]
},
{
"class": "tree_row",
"settings": ["theme_sidebar_size_xl"],
"layer0.inner_margin": [8, 9, 0, 0],
"layer1.inner_margin": [8, 9, 0, 0]
},
{
"class": "sidebar_tree",
"settings": ["theme_sidebar_indent_xs"],
"indent": 4
},
{
"class": "sidebar_tree",
"settings": ["theme_sidebar_indent_sm"],
"indent": 6
},
{
"class": "sidebar_tree",
"settings": ["theme_sidebar_indent_md"],
"indent": 8
},
{
"class": "sidebar_tree",
"settings": ["theme_sidebar_indent_lg"],
"indent": 10
},
{
"class": "sidebar_tree",
"settings": ["theme_sidebar_indent_xl"],
"indent": 12
},
// Sidebar Hide File Icons
// ---------------------------------------------------------------------------
{
"class": "icon_file_type",
"settings": ["theme_sidebar_file_icons_hidden"],
"layer0.opacity": 0
},
// Sidebar Font Options
// ---------------------------------------------------------------------------
//
// Global
//
// Font Size 10
{
"class": "sidebar_heading",
"settings": ["theme_font_xs"],
"font.size": 10
},
{
"class": "sidebar_label",
"settings": ["theme_font_xs"],
"font.size": 10
},
{
"class": "icon_folder",
"settings": ["theme_font_xs"],
"content_margin": [7, 7]
},
{
"class": "icon_folder_dup",
"settings": ["theme_font_xs"],
"content_margin": [7, 7]
},
{
"class": "icon_folder_loading",
"settings": ["theme_font_xs"],
"content_margin": [7, 7]
},
{
"class": "icon_file_type",
"settings": ["theme_font_xs"],
"content_margin": [7, 7]
},
// Font Size 11
{
"class": "sidebar_heading",
"settings": ["theme_font_sm"],
"font.size": 11
},
{
"class": "sidebar_label",
"settings": ["theme_font_sm"],
"font.size": 11
},
{
"class": "icon_folder",
"settings": ["theme_font_sm"],
"content_margin": [8, 8]
},
{
"class": "icon_folder_dup",
"settings": ["theme_font_sm"],
"content_margin": [8, 8]
},
{
"class": "icon_folder_loading",
"settings": ["theme_font_sm"],
"content_margin": [8, 8]
},
{
"class": "icon_file_type",
"settings": ["theme_font_sm"],
"content_margin": [8, 8]
},
// Font Size 12
{
"class": "sidebar_heading",
"settings": ["theme_font_md"],
"font.size": 12
},
{
"class": "sidebar_label",
"settings": ["theme_font_md"],
"font.size": 12
},
{
"class": "icon_folder",
"settings": ["theme_font_md"],
"content_margin": [9, 9]
},
{
"class": "icon_folder_dup",
"settings": ["theme_font_md"],
"content_margin": [9, 9]
},
{
"class": "icon_folder_loading",
"settings": ["theme_font_md"],
"content_margin": [9, 9]
},
{
"class": "icon_file_type",
"settings": ["theme_font_md"],
"content_margin": [9, 9]
},
// Font Size 13
{
"class": "sidebar_heading",
"settings": ["theme_font_lg"],
"font.size": 13
},
{
"class": "sidebar_label",
"settings": ["theme_font_lg"],
"font.size": 13
},
{
"class": "icon_folder",
"settings": ["theme_font_lg"],
"content_margin": [10, 10]
},
{
"class": "icon_folder_dup",
"settings": ["theme_font_lg"],
"content_margin": [10, 10]
},
{
"class": "icon_folder_loading",
"settings": ["theme_font_lg"],
"content_margin": [10, 10]
},
{
"class": "icon_file_type",
"settings": ["theme_font_lg"],
"content_margin": [10, 10]
},
// Font Size 14
{
"class": "sidebar_heading",
"settings": ["theme_font_xl"],
"font.size": 14
},
{
"class": "sidebar_label",
"settings": ["theme_font_xl"],
"font.size": 14
},
{
"class": "icon_folder",
"settings": ["theme_font_xl"],
"content_margin": [11, 11]
},
{
"class": "icon_folder_dup",
"settings": ["theme_font_xl"],
"content_margin": [11, 11]
},
{
"class": "icon_folder_loading",
"settings": ["theme_font_xl"],
"content_margin": [11, 11]
},
{
"class": "icon_file_type",
"settings": ["theme_font_xl"],
"content_margin": [11, 11]
},
//
// Control
//
// Font Size 10
{
"class": "sidebar_heading",
"settings": ["theme_sidebar_font_xs"],
"font.size": 10
},
{
"class": "sidebar_label",
"settings": ["theme_sidebar_font_xs"],
"font.size": 10
},
{
"class": "icon_folder",
"settings": ["theme_sidebar_font_xs"],
"content_margin": [7, 7]
},
{
"class": "icon_folder_dup",
"settings": ["theme_sidebar_font_xs"],
"content_margin": [7, 7]
},
{
"class": "icon_folder_loading",
"settings": ["theme_sidebar_font_xs"],
"content_margin": [7, 7]
},
{
"class": "icon_file_type",
"settings": ["theme_sidebar_font_xs"],
"content_margin": [7, 7]
},
// Font Size 11
{
"class": "sidebar_heading",
"settings": ["theme_sidebar_font_sm"],
"font.size": 11
},
{
"class": "sidebar_label",
"settings": ["theme_sidebar_font_sm"],
"font.size": 11
},
{
"class": "icon_folder",
"settings": ["theme_sidebar_font_sm"],
"content_margin": [8, 8]
},
{
"class": "icon_folder_dup",
"settings": ["theme_sidebar_font_sm"],
"content_margin": [8, 8]
},
{
"class": "icon_folder_loading",
"settings": ["theme_sidebar_font_sm"],
"content_margin": [8, 8]
},
{
"class": "icon_file_type",
"settings": ["theme_sidebar_font_sm"],
"content_margin": [8, 8]
},
// Font Size 12
{
"class": "sidebar_heading",
"settings": ["theme_sidebar_font_md"],
"font.size": 12
},
{
"class": "sidebar_label",
"settings": ["theme_sidebar_font_md"],
"font.size": 12
},
{
"class": "icon_folder",
"settings": ["theme_sidebar_font_md"],
"content_margin": [9, 9]
},
{
"class": "icon_folder_dup",
"settings": ["theme_sidebar_font_md"],
"content_margin": [9, 9]
},
{
"class": "icon_folder_loading",
"settings": ["theme_sidebar_font_md"],
"content_margin": [9, 9]
},
{
"class": "icon_file_type",
"settings": ["theme_sidebar_font_md"],
"content_margin": [9, 9]
},
// Font Size 13
{
"class": "sidebar_heading",
"settings": ["theme_sidebar_font_lg"],
"font.size": 13
},
{
"class": "sidebar_label",
"settings": ["theme_sidebar_font_lg"],
"font.size": 13
},
{
"class": "icon_folder",
"settings": ["theme_sidebar_font_lg"],
"content_margin": [10, 10]
},
{
"class": "icon_folder_dup",
"settings": ["theme_sidebar_font_lg"],
"content_margin": [10, 10]
},
{
"class": "icon_folder_loading",
"settings": ["theme_sidebar_font_lg"],
"content_margin": [10, 10]
},
{
"class": "icon_file_type",
"settings": ["theme_sidebar_font_lg"],
"content_margin": [10, 10]
},
// Font Size 14
{
"class": "sidebar_heading",
"settings": ["theme_sidebar_font_xl"],
"font.size": 14
},
{
"class": "sidebar_label",
"settings": ["theme_sidebar_font_xl"],
"font.size": 14
},
{
"class": "icon_folder",
"settings": ["theme_sidebar_font_xl"],
"content_margin": [11, 11]
},
{
"class": "icon_folder_dup",
"settings": ["theme_sidebar_font_xl"],
"content_margin": [11, 11]
},
{
"class": "icon_folder_loading",
"settings": ["theme_sidebar_font_xl"],
"content_margin": [11, 11]
},
{
"class": "icon_file_type",
"settings": ["theme_sidebar_font_xl"],
"content_margin": [11, 11]
},
// Sidebar Icon Saturation
// ---------------------------------------------------------------------------
//
// Low
//
{
"class": "icon_folder",
"settings": ["theme_sidebar_icon_saturation_lw", "!theme_sidebar_folder_arrow", "!theme_accent_mono", "!theme_sidebar_folder_mono"],
"layer0.opacity": 0.5
},
{
"class": "icon_folder",
"parents": [{"class": "tree_row", "attributes": ["hover"]}],
"settings": ["theme_sidebar_icon_saturation_lw", "!theme_sidebar_folder_arrow", "!theme_accent_mono", "!theme_sidebar_folder_mono"],
"layer0.opacity": 0.7
},
{
"class": "icon_folder_dup",
"settings": ["theme_sidebar_icon_saturation_lw", "!theme_sidebar_folder_arrow", "!theme_accent_mono", "!theme_sidebar_folder_mono"],
"layer0.opacity": 0.5
},
{
"class": "icon_folder_dup",
"parents": [{"class": "tree_row", "attributes": ["hover"]}],
"settings": ["theme_sidebar_icon_saturation_lw", "!theme_sidebar_folder_arrow", "!theme_accent_mono", "!theme_sidebar_folder_mono"],
"layer0.opacity": 0.7
},
{
"class": "icon_file_type",
"settings": ["theme_sidebar_icon_saturation_lw"],
"layer0.opacity": 0.5
},
{
"class": "icon_file_type",
"parents": [{"class": "tree_row", "attributes": ["hover"]}],
"settings": ["theme_sidebar_icon_saturation_lw"],
"layer0.opacity": 0.7
},
{
"class": "icon_file_type",
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
"settings": ["theme_sidebar_icon_saturation_lw"],
"layer0.opacity": 0.7
},
//
// Medium
//
{
"class": "icon_folder",
"settings": ["theme_sidebar_icon_saturation_md", "!theme_sidebar_folder_arrow", "!theme_accent_mono", "!theme_sidebar_folder_mono"],
"layer0.opacity": 0.6
},
{
"class": "icon_folder",
"parents": [{"class": "tree_row", "attributes": ["hover"]}],
"settings": ["theme_sidebar_icon_saturation_md", "!theme_sidebar_folder_arrow", "!theme_accent_mono", "!theme_sidebar_folder_mono"],
"layer0.opacity": 0.8
},
{
"class": "icon_folder_dup",
"settings": ["theme_sidebar_icon_saturation_md", "!theme_sidebar_folder_arrow", "!theme_accent_mono", "!theme_sidebar_folder_mono"],
"layer0.opacity": 0.6
},
{
"class": "icon_folder_dup",
"parents": [{"class": "tree_row", "attributes": ["hover"]}],
"settings": ["theme_sidebar_icon_saturation_md", "!theme_sidebar_folder_arrow", "!theme_accent_mono", "!theme_sidebar_folder_mono"],
"layer0.opacity": 0.8
},
{
"class": "icon_file_type",
"settings": ["theme_sidebar_icon_saturation_md"],
"layer0.opacity": 0.6
},
{
"class": "icon_file_type",
"parents": [{"class": "tree_row", "attributes": ["hover"]}],
"settings": ["theme_sidebar_icon_saturation_md"],
"layer0.opacity": 0.8
},
{
"class": "icon_file_type",
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
"settings": ["theme_sidebar_icon_saturation_md"],
"layer0.opacity": 0.8
},
//
// High
//
{
"class": "icon_folder",
"settings": ["theme_sidebar_icon_saturation_hg", "!theme_sidebar_folder_arrow", "!theme_accent_mono", "!theme_sidebar_folder_mono"],
"layer0.opacity": 0.7
},
{
"class": "icon_folder",
"parents": [{"class": "tree_row", "attributes": ["hover"]}],
"settings": ["theme_sidebar_icon_saturation_hg", "!theme_sidebar_folder_arrow", "!theme_accent_mono", "!theme_sidebar_folder_mono"],
"layer0.opacity": 0.9
},
{
"class": "icon_folder_dup",
"settings": ["theme_sidebar_icon_saturation_hg", "!theme_sidebar_folder_arrow", "!theme_accent_mono", "!theme_sidebar_folder_mono"],
"layer0.opacity": 0.7
},
{
"class": "icon_folder_dup",
"parents": [{"class": "tree_row", "attributes": ["hover"]}],
"settings": ["theme_sidebar_icon_saturation_hg", "!theme_sidebar_folder_arrow", "!theme_accent_mono", "!theme_sidebar_folder_mono"],
"layer0.opacity": 0.9
},
{
"class": "icon_file_type",
"settings": ["theme_sidebar_icon_saturation_hg"],
"layer0.opacity": 0.7
},
{
"class": "icon_file_type",
"parents": [{"class": "tree_row", "attributes": ["hover"]}],
"settings": ["theme_sidebar_icon_saturation_hg"],
"layer0.opacity": 0.9
},
{
"class": "icon_file_type",
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
"settings": ["theme_sidebar_icon_saturation_hg"],
"layer0.opacity": 0.9
},
//
// Extra High
//
{
"class": "icon_folder",
"settings": ["theme_sidebar_icon_saturation_xh", "!theme_sidebar_folder_arrow", "!theme_accent_mono", "!theme_sidebar_folder_mono"],
"layer0.opacity": 0.8
},
{
"class": "icon_folder",
"parents": [{"class": "tree_row", "attributes": ["hover"]}],
"settings": ["theme_sidebar_icon_saturation_xh", "!theme_sidebar_folder_arrow", "!theme_accent_mono", "!theme_sidebar_folder_mono"],
"layer0.opacity": 1.0
},
{
"class": "icon_folder_dup",
"settings": ["theme_sidebar_icon_saturation_xh", "!theme_sidebar_folder_arrow", "!theme_accent_mono", "!theme_sidebar_folder_mono"],
"layer0.opacity": 0.8
},
{
"class": "icon_folder_dup",
"parents": [{"class": "tree_row", "attributes": ["hover"]}],
"settings": ["theme_sidebar_icon_saturation_xh", "!theme_sidebar_folder_arrow", "!theme_accent_mono", "!theme_sidebar_folder_mono"],
"layer0.opacity": 1.0
},
{
"class": "icon_file_type",
"settings": ["theme_sidebar_icon_saturation_xh"],
"layer0.opacity": 0.8
},
{
"class": "icon_file_type",
"parents": [{"class": "tree_row", "attributes": ["hover"]}],
"settings": ["theme_sidebar_icon_saturation_xh"],
"layer0.opacity": 1.0
},
{
"class": "icon_file_type",
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
"settings": ["theme_sidebar_icon_saturation_xh"],
"layer0.opacity": 1.0
},
//
// >> Status Bar
// ===========================================================================
// Status bar settings and behavior
// ===========================================================================
//
// Status Bar Labels
// ===========================================================================
{
"class": "label_control",
"parents": [{"class": "status_bar"}],
"font.bold": false
},
// Status Bar Container
// ===========================================================================
{
"class": "status_bar",
"layer0.opacity": 1.0,
"layer0.inner_margin": [2, 2],
"content_margin": [5, 4]
},
{
"class": "status_container",
"content_margin": [5, 2]
},
{
"class": "status_button",
"min_size": [96, 0]
},
// Status Bar Panel Switcher
// ===========================================================================
{
"class": "panel_button_control",
"layer0.opacity": 0.5,
"content_margin": [8, 8]
},
{
"class": "panel_button_control",
"attributes": ["hover"],
"layer0.opacity": 0.75
},
// Status Bar Dark Styles
// ===========================================================================
// Status Bar Panel Switcher
// ---------------------------------------------------------------------------
{
"class": "panel_button_control",
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_panel_switcher.png"
},
{
"class": "panel_button_control",
"settings": ["theme_icons_materialized"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_panel_switcher_materialized.png"
},
{
"class": "panel_button_control",
"settings": ["theme_icons_atomized"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_panel_switcher_atomized.png"
},
{
"class": "panel_button_control",
"settings": ["theme_panel_switcher_materialized"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_panel_switcher_materialized.png"
},
{
"class": "panel_button_control",
"settings": ["theme_panel_switcher_atomized"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_panel_switcher_atomized.png"
},
// Status Bar Theme Specific Styles
// ===========================================================================
// Status Bar Container
// ---------------------------------------------------------------------------
{
"class": "status_bar",
"layer0.tint": [42, 43, 45]
},
{
"class": "status_bar",
"settings": ["theme_unified"],
"layer0.tint": [35, 36, 38]
},
// Status Bar Blue Accent
// ===========================================================================
// Status Bar Container
// ---------------------------------------------------------------------------
{
"class": "status_bar",
"settings": ["!theme_accent_mono", "theme_statusbar_colored"],
"layer0.tint": [36, 151, 227]
},
// Status Bar Panel Switcher
// ---------------------------------------------------------------------------
{
"class": "panel_button_control",
"settings": ["!theme_accent_mono", "theme_statusbar_colored"],
"layer0.opacity": 0.65
},
{
"class": "panel_button_control",
"settings": ["!theme_accent_mono", "theme_statusbar_colored"],
"attributes": ["hover"],
"layer0.opacity": 0.85
},
{
"class": "panel_button_control",
"settings": ["!theme_accent_mono", "theme_statusbar_colored"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_panel_switcher.png"
},
{
"class": "panel_button_control",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_statusbar_colored"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_panel_switcher_materialized.png"
},
{
"class": "panel_button_control",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_statusbar_colored"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_panel_switcher_atomized.png"
},
{
"class": "panel_button_control",
"settings": ["!theme_accent_mono", "theme_panel_switcher_materialized", "theme_statusbar_colored"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_panel_switcher_materialized.png"
},
{
"class": "panel_button_control",
"settings": ["!theme_accent_mono", "theme_panel_switcher_atomized", "theme_statusbar_colored"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_panel_switcher_atomized.png"
},
// Status Bar Labels
// ---------------------------------------------------------------------------
{
"class": "label_control",
"settings": ["!theme_accent_mono", "theme_statusbar_colored"],
"parents": [{"class": "status_bar"}],
"color": [222, 240, 251]
},
// Status Bar Green Accent
// ===========================================================================
// Status Bar Container
// ---------------------------------------------------------------------------
{
"class": "status_bar",
"settings": ["!theme_accent_mono", "theme_statusbar_colored", "theme_accent_green"],
"layer0.tint": [46, 188, 103]
},
// Status Bar Panel Switcher
// ---------------------------------------------------------------------------
{
"class": "panel_button_control",
"settings": ["!theme_accent_mono", "theme_statusbar_colored"],
"layer0.opacity": 0.65
},
{
"class": "panel_button_control",
"settings": ["!theme_accent_mono", "theme_statusbar_colored"],
"attributes": ["hover"],
"layer0.opacity": 0.85
},
{
"class": "panel_button_control",
"settings": ["!theme_accent_mono", "theme_statusbar_colored", "theme_accent_green"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_panel_switcher.png"
},
{
"class": "panel_button_control",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_statusbar_colored", "theme_accent_green"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_panel_switcher_materialized.png"
},
{
"class": "panel_button_control",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_statusbar_colored", "theme_accent_green"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_panel_switcher_atomized.png"
},
{
"class": "panel_button_control",
"settings": ["!theme_accent_mono", "theme_panel_switcher_materialized", "theme_statusbar_colored", "theme_accent_green"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_panel_switcher_materialized.png"
},
{
"class": "panel_button_control",
"settings": ["!theme_accent_mono", "theme_panel_switcher_atomized", "theme_statusbar_colored", "theme_accent_green"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_panel_switcher_atomized.png"
},
// Status Bar Labels
// ---------------------------------------------------------------------------
{
"class": "label_control",
"settings": ["!theme_accent_mono", "theme_statusbar_colored", "theme_accent_green"],
"parents": [{"class": "status_bar"}],
"color": [211, 241, 222]
},
// Status Bar Orange Accent
// ===========================================================================
// Status Bar Container
// ---------------------------------------------------------------------------
{
"class": "status_bar",
"settings": ["!theme_accent_mono", "theme_statusbar_colored", "theme_accent_orange"],
"layer0.tint": [242, 104, 62]
},
// Status Bar Panel Switcher
// ---------------------------------------------------------------------------
{
"class": "panel_button_control",
"settings": ["!theme_accent_mono", "theme_statusbar_colored"],
"layer0.opacity": 0.65
},
{
"class": "panel_button_control",
"settings": ["!theme_accent_mono", "theme_statusbar_colored"],
"attributes": ["hover"],
"layer0.opacity": 0.85
},
{
"class": "panel_button_control",
"settings": ["!theme_accent_mono", "theme_statusbar_colored", "theme_accent_orange"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_panel_switcher.png"
},
{
"class": "panel_button_control",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_statusbar_colored", "theme_accent_orange"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_panel_switcher_materialized.png"
},
{
"class": "panel_button_control",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_statusbar_colored", "theme_accent_orange"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_panel_switcher_atomized.png"
},
{
"class": "panel_button_control",
"settings": ["!theme_accent_mono", "theme_panel_switcher_materialized", "theme_statusbar_colored", "theme_accent_orange"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_panel_switcher_materialized.png"
},
{
"class": "panel_button_control",
"settings": ["!theme_accent_mono", "theme_panel_switcher_atomized", "theme_statusbar_colored", "theme_accent_orange"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_panel_switcher_atomized.png"
},
// Status Bar Labels
// ---------------------------------------------------------------------------
{
"class": "label_control",
"settings": ["!theme_accent_mono", "theme_statusbar_colored", "theme_accent_orange"],
"parents": [{"class": "status_bar"}],
"color": [253, 232, 226]
},
// Status Bar Purple Accent
// ===========================================================================
// Status Bar Container
// ---------------------------------------------------------------------------
{
"class": "status_bar",
"settings": ["!theme_accent_mono", "theme_statusbar_colored", "theme_accent_purple"],
"layer0.tint": [137, 85, 162]
},
// Status Bar Panel Switcher
// ---------------------------------------------------------------------------
{
"class": "panel_button_control",
"settings": ["!theme_accent_mono", "theme_statusbar_colored"],
"layer0.opacity": 0.65
},
{
"class": "panel_button_control",
"settings": ["!theme_accent_mono", "theme_statusbar_colored"],
"attributes": ["hover"],
"layer0.opacity": 0.85
},
{
"class": "panel_button_control",
"settings": ["!theme_accent_mono", "theme_statusbar_colored", "theme_accent_purple"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_panel_switcher.png"
},
{
"class": "panel_button_control",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_statusbar_colored", "theme_accent_purple"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_panel_switcher_materialized.png"
},
{
"class": "panel_button_control",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_statusbar_colored", "theme_accent_purple"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_panel_switcher_atomized.png"
},
{
"class": "panel_button_control",
"settings": ["!theme_accent_mono", "theme_panel_switcher_materialized", "theme_statusbar_colored", "theme_accent_purple"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_panel_switcher_materialized.png"
},
{
"class": "panel_button_control",
"settings": ["!theme_accent_mono", "theme_panel_switcher_atomized", "theme_statusbar_colored", "theme_accent_purple"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_panel_switcher_atomized.png"
},
// Status Bar Labels
// ---------------------------------------------------------------------------
{
"class": "label_control",
"settings": ["!theme_accent_mono", "theme_statusbar_colored", "theme_accent_purple"],
"parents": [{"class": "status_bar"}],
"color": [236, 229, 240]
},
// Status Bar Tangerine Accent
// ===========================================================================
// Status Bar Container
// ---------------------------------------------------------------------------
{
"class": "status_bar",
"settings": ["!theme_accent_mono", "theme_statusbar_colored", "theme_accent_tangerine"],
"layer0.tint": [242, 134, 94]
},
// Status Bar Panel Switcher
// ---------------------------------------------------------------------------
{
"class": "panel_button_control",
"settings": ["!theme_accent_mono", "theme_statusbar_colored"],
"layer0.opacity": 0.65
},
{
"class": "panel_button_control",
"settings": ["!theme_accent_mono", "theme_statusbar_colored"],
"attributes": ["hover"],
"layer0.opacity": 0.85
},
{
"class": "panel_button_control",
"settings": ["!theme_accent_mono", "theme_statusbar_colored", "theme_accent_tangerine"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_panel_switcher.png"
},
{
"class": "panel_button_control",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_statusbar_colored", "theme_accent_tangerine"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_panel_switcher_materialized.png"
},
{
"class": "panel_button_control",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_statusbar_colored", "theme_accent_tangerine"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_panel_switcher_atomized.png"
},
{
"class": "panel_button_control",
"settings": ["!theme_accent_mono", "theme_panel_switcher_materialized", "theme_statusbar_colored", "theme_accent_tangerine"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_panel_switcher_materialized.png"
},
{
"class": "panel_button_control",
"settings": ["!theme_accent_mono", "theme_panel_switcher_atomized", "theme_statusbar_colored", "theme_accent_tangerine"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_panel_switcher_atomized.png"
},
// Status Bar Labels
// ---------------------------------------------------------------------------
{
"class": "label_control",
"settings": ["!theme_accent_mono", "theme_statusbar_colored", "theme_accent_tangerine"],
"parents": [{"class": "status_bar"}],
"color": [253, 237, 231]
},
// Status Bar Numix Accent
// ===========================================================================
// Status Bar Container
// ---------------------------------------------------------------------------
{
"class": "status_bar",
"settings": ["!theme_accent_mono", "theme_statusbar_colored", "theme_accent_numix"],
"layer0.tint": [214, 73, 55]
},
// Status Bar Panel Switcher
// ---------------------------------------------------------------------------
{
"class": "panel_button_control",
"settings": ["!theme_accent_mono", "theme_statusbar_colored"],
"layer0.opacity": 0.65
},
{
"class": "panel_button_control",
"settings": ["!theme_accent_mono", "theme_statusbar_colored"],
"attributes": ["hover"],
"layer0.opacity": 0.85
},
{
"class": "panel_button_control",
"settings": ["!theme_accent_mono", "theme_statusbar_colored", "theme_accent_numix"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_panel_switcher.png"
},
{
"class": "panel_button_control",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_statusbar_colored", "theme_accent_numix"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_panel_switcher_materialized.png"
},
{
"class": "panel_button_control",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_statusbar_colored", "theme_accent_numix"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_panel_switcher_atomized.png"
},
{
"class": "panel_button_control",
"settings": ["!theme_accent_mono", "theme_panel_switcher_materialized", "theme_statusbar_colored", "theme_accent_numix"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_panel_switcher_materialized.png"
},
{
"class": "panel_button_control",
"settings": ["!theme_accent_mono", "theme_panel_switcher_atomized", "theme_statusbar_colored", "theme_accent_numix"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_panel_switcher_atomized.png"
},
// Status Bar Labels
// ---------------------------------------------------------------------------
{
"class": "label_control",
"settings": ["!theme_accent_mono", "theme_statusbar_colored", "theme_accent_numix"],
"parents": [{"class": "status_bar"}],
"color": [251, 236, 234]
},
// Status Bar Cyan Accent
// ===========================================================================
// Status Bar Container
// ---------------------------------------------------------------------------
{
"class": "status_bar",
"settings": ["!theme_accent_mono", "theme_statusbar_colored", "theme_accent_cyan"],
"layer0.tint": [116, 202, 194]
},
// Status Bar Panel Switcher
// ---------------------------------------------------------------------------
{
"class": "panel_button_control",
"settings": ["!theme_accent_mono", "theme_statusbar_colored"],
"layer0.opacity": 0.65
},
{
"class": "panel_button_control",
"settings": ["!theme_accent_mono", "theme_statusbar_colored"],
"attributes": ["hover"],
"layer0.opacity": 0.85
},
{
"class": "panel_button_control",
"settings": ["!theme_accent_mono", "theme_statusbar_colored", "theme_accent_cyan"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_panel_switcher.png"
},
{
"class": "panel_button_control",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_statusbar_colored", "theme_accent_cyan"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_panel_switcher_materialized.png"
},
{
"class": "panel_button_control",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_statusbar_colored", "theme_accent_cyan"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_panel_switcher_atomized.png"
},
{
"class": "panel_button_control",
"settings": ["!theme_accent_mono", "theme_panel_switcher_materialized", "theme_statusbar_colored", "theme_accent_cyan"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_panel_switcher_materialized.png"
},
{
"class": "panel_button_control",
"settings": ["!theme_accent_mono", "theme_panel_switcher_atomized", "theme_statusbar_colored", "theme_accent_cyan"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_panel_switcher_atomized.png"
},
// Status Bar Labels
// ---------------------------------------------------------------------------
{
"class": "label_control",
"settings": ["!theme_accent_mono", "theme_statusbar_colored", "theme_accent_cyan"],
"parents": [{"class": "status_bar"}],
"color": [234, 247, 246]
},
// Status Bar Lime Accent
// ===========================================================================
// Status Bar Container
// ---------------------------------------------------------------------------
{
"class": "status_bar",
"settings": ["!theme_accent_mono", "theme_statusbar_colored", "theme_accent_lime"],
"layer0.tint": [132, 188, 68]
},
// Status Bar Panel Switcher
// ---------------------------------------------------------------------------
{
"class": "panel_button_control",
"settings": ["!theme_accent_mono", "theme_statusbar_colored"],
"layer0.opacity": 0.65
},
{
"class": "panel_button_control",
"settings": ["!theme_accent_mono", "theme_statusbar_colored"],
"attributes": ["hover"],
"layer0.opacity": 0.85
},
{
"class": "panel_button_control",
"settings": ["!theme_accent_mono", "theme_statusbar_colored", "theme_accent_lime"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_panel_switcher.png"
},
{
"class": "panel_button_control",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_statusbar_colored", "theme_accent_lime"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_panel_switcher_materialized.png"
},
{
"class": "panel_button_control",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_statusbar_colored", "theme_accent_lime"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_panel_switcher_atomized.png"
},
{
"class": "panel_button_control",
"settings": ["!theme_accent_mono", "theme_panel_switcher_materialized", "theme_statusbar_colored", "theme_accent_lime"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_panel_switcher_materialized.png"
},
{
"class": "panel_button_control",
"settings": ["!theme_accent_mono", "theme_panel_switcher_atomized", "theme_statusbar_colored", "theme_accent_lime"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_panel_switcher_atomized.png"
},
// Status Bar Labels
// ---------------------------------------------------------------------------
{
"class": "label_control",
"settings": ["!theme_accent_mono", "theme_statusbar_colored", "theme_accent_lime"],
"parents": [{"class": "status_bar"}],
"color": [235, 244, 225]
},
// Status Bar Pink Accent
// ===========================================================================
// Status Bar Container
// ---------------------------------------------------------------------------
{
"class": "status_bar",
"settings": ["!theme_accent_mono", "theme_statusbar_colored", "theme_accent_pink"],
"layer0.tint": [240, 113, 120]
},
// Status Bar Panel Switcher
// ---------------------------------------------------------------------------
{
"class": "panel_button_control",
"settings": ["!theme_accent_mono", "theme_statusbar_colored"],
"layer0.opacity": 0.65
},
{
"class": "panel_button_control",
"settings": ["!theme_accent_mono", "theme_statusbar_colored"],
"attributes": ["hover"],
"layer0.opacity": 0.85
},
{
"class": "panel_button_control",
"settings": ["!theme_accent_mono", "theme_statusbar_colored", "theme_accent_pink"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_panel_switcher.png"
},
{
"class": "panel_button_control",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_statusbar_colored", "theme_accent_pink"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_panel_switcher_materialized.png"
},
{
"class": "panel_button_control",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_statusbar_colored", "theme_accent_pink"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_panel_switcher_atomized.png"
},
{
"class": "panel_button_control",
"settings": ["!theme_accent_mono", "theme_panel_switcher_materialized", "theme_statusbar_colored", "theme_accent_pink"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_panel_switcher_materialized.png"
},
{
"class": "panel_button_control",
"settings": ["!theme_accent_mono", "theme_panel_switcher_atomized", "theme_statusbar_colored", "theme_accent_pink"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_panel_switcher_atomized.png"
},
// Status Bar Labels
// ---------------------------------------------------------------------------
{
"class": "label_control",
"settings": ["!theme_accent_mono", "theme_statusbar_colored", "theme_accent_pink"],
"parents": [{"class": "status_bar"}],
"color": [253, 234, 235]
},
// Status Bar Sky Accent
// ===========================================================================
// Status Bar Container
// ---------------------------------------------------------------------------
{
"class": "status_bar",
"settings": ["!theme_accent_mono", "theme_statusbar_colored", "theme_accent_sky"],
"layer0.tint": [82, 139, 255]
},
// Status Bar Panel Switcher
// ---------------------------------------------------------------------------
{
"class": "panel_button_control",
"settings": ["!theme_accent_mono", "theme_statusbar_colored"],
"layer0.opacity": 0.65
},
{
"class": "panel_button_control",
"settings": ["!theme_accent_mono", "theme_statusbar_colored"],
"attributes": ["hover"],
"layer0.opacity": 0.85
},
{
"class": "panel_button_control",
"settings": ["!theme_accent_mono", "theme_statusbar_colored", "theme_accent_sky"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_panel_switcher.png"
},
{
"class": "panel_button_control",
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_statusbar_colored", "theme_accent_sky"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_panel_switcher_materialized.png"
},
{
"class": "panel_button_control",
"settings": ["!theme_accent_mono", "theme_icons_atomized", "theme_statusbar_colored", "theme_accent_sky"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_panel_switcher_atomized.png"
},
{
"class": "panel_button_control",
"settings": ["!theme_accent_mono", "theme_panel_switcher_materialized", "theme_statusbar_colored", "theme_accent_sky"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_panel_switcher_materialized.png"
},
{
"class": "panel_button_control",
"settings": ["!theme_accent_mono", "theme_panel_switcher_atomized", "theme_statusbar_colored", "theme_accent_sky"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_panel_switcher_atomized.png"
},
// Status Bar Labels
// ---------------------------------------------------------------------------
{
"class": "label_control",
"settings": ["!theme_accent_mono", "theme_statusbar_colored", "theme_accent_sky"],
"parents": [{"class": "status_bar"}],
"color": [229, 238, 255]
},
// Status Bar Options
// ===========================================================================
// Status Bar Labels
// ---------------------------------------------------------------------------
{
"class": "label_control",
"settings": ["theme_statusbar_label_bold"],
"parents": [{"class": "status_bar"}],
"font.bold": true,
},
// Status Bar Sizes
// ---------------------------------------------------------------------------
//
// Global
//
{
"class": "status_container",
"settings": ["theme_size_xs"],
"content_margin": [5, 0]
},
{
"class": "status_container",
"settings": ["theme_size_sm"],
"content_margin": [5, 2]
},
{
"class": "status_container",
"settings": ["theme_size_md"],
"content_margin": [5, 4]
},
{
"class": "status_container",
"settings": ["theme_size_lg"],
"content_margin": [5, 6]
},
{
"class": "status_container",
"settings": ["theme_size_xl"],
"content_margin": [5, 8]
},
//
// Control
//
{
"class": "status_container",
"settings": ["theme_statusbar_size_xs"],
"content_margin": [5, 0]
},
{
"class": "status_container",
"settings": ["theme_statusbar_size_sm"],
"content_margin": [5, 2]
},
{
"class": "status_container",
"settings": ["theme_statusbar_size_md"],
"content_margin": [5, 4]
},
{
"class": "status_container",
"settings": ["theme_statusbar_size_lg"],
"content_margin": [5, 6]
},
{
"class": "status_container",
"settings": ["theme_statusbar_size_xl"],
"content_margin": [5, 8]
},
// Status Bar Font Options
// ---------------------------------------------------------------------------
//
// Global
//
{
"class": "label_control",
"parents": [{"class": "status_bar"}],
"settings": ["theme_font_xs"],
"font.size": 10
},
{
"class": "label_control",
"parents": [{"class": "status_bar"}],
"settings": ["theme_font_sm"],
"font.size": 11
},
{
"class": "label_control",
"parents": [{"class": "status_bar"}],
"settings": ["theme_font_md"],
"font.size": 12
},
{
"class": "label_control",
"parents": [{"class": "status_bar"}],
"settings": ["theme_font_lg"],
"font.size": 13
},
{
"class": "label_control",
"parents": [{"class": "status_bar"}],
"settings": ["theme_font_xl"],
"font.size": 14
},
//
// Control
//
{
"class": "label_control",
"parents": [{"class": "status_bar"}],
"settings": ["theme_statusbar_font_xs"],
"font.size": 10
},
{
"class": "label_control",
"parents": [{"class": "status_bar"}],
"settings": ["theme_statusbar_font_sm"],
"font.size": 11
},
{
"class": "label_control",
"parents": [{"class": "status_bar"}],
"settings": ["theme_statusbar_font_md"],
"font.size": 12
},
{
"class": "label_control",
"parents": [{"class": "status_bar"}],
"settings": ["theme_statusbar_font_lg"],
"font.size": 13
},
{
"class": "label_control",
"parents": [{"class": "status_bar"}],
"settings": ["theme_statusbar_font_xl"],
"font.size": 14
},
//
// >> Tabs
// ===========================================================================
// Tabs behavior and settings
// ===========================================================================
//
// Tabset
// ===========================================================================
// Tabset Defaults
// ---------------------------------------------------------------------------
{
"class": "tabset_control",
"layer0.inner_margin": [10, 0],
"layer0.opacity": 1.0,
"content_margin": 0,
"tab_overlap": 0,
"tab_width": 180,
"tab_min_width": 140,
"tab_height": 32,
"mouse_wheel_switch": false
},
{
"class": "tabset_control",
"settings": ["theme_tab_separator"],
"tab_overlap": 1
},
{
"class": "tabset_control",
"settings": ["theme_tab_rounded", "!theme_bar"],
"content_margin": [0, 4, 0, 0]
},
// Tabset Scrolling
// ---------------------------------------------------------------------------
//
// Left Scroll Button
//
// Defaults
{
"class": "scroll_tabs_left_button",
"content_margin": [8, 8],
"layer0.opacity": 0.5,
"layer0.inner_margin": 0
},
// Hovered
{
"class": "scroll_tabs_left_button",
"attributes": ["hover"],
"layer0.opacity": 0.75
},
//
// Right Scroll Button
//
// Defaults
{
"class": "scroll_tabs_right_button",
"content_margin": [8, 8],
"layer0.opacity": 0.5,
"layer0.inner_margin": 0
},
// Hovered
{
"class": "scroll_tabs_right_button",
"attributes": ["hover"],
"layer0.opacity": 0.75
},
// Tabset Overflow
// ---------------------------------------------------------------------------
//
// Overflow Button
//
// Defaults
{
"class": "show_tabs_dropdown_button",
"content_margin": [8, 8],
"layer0.opacity": 0.5,
"layer0.inner_margin": 0
},
// Hovered
{
"class": "show_tabs_dropdown_button",
"attributes": ["hover"],
"layer0.opacity": 0.75
},
// Tab
// ===========================================================================
// Tab Defaults
// ---------------------------------------------------------------------------
//
// Background
//
{
"class": "tab_control",
"content_margin": [14, 4, 9, 4],
"max_margin_trim": 0,
"hit_test_level": 0.5,
"layer0.inner_margin": [14, 4],
"layer0.opacity": 1.0,
"layer1.inner_margin": [14, 4],
"layer1.opacity": 0,
"layer2.texture": "Boxy Theme/assets/common/tabs/tab_selected.png",
"layer2.inner_margin": [14, 4],
"layer2.opacity": 0,
"tint_index": 2,
"layer3.texture": "Boxy Theme/assets/common/tabs/tab_overlay.png",
"layer3.inner_margin": [14, 4],
"layer3.opacity": 0
},
{
"class": "tab_control",
"settings": ["theme_tab_rounded", "!theme_bar"],
"layer2.texture": "Boxy Theme/assets/common/tabs/tab_selected_rounded.png"
},
//
// Label
//
{
"class": "tab_label",
"fade": false,
"font.bold" : false,
"font.size" : 11
},
// File Preview
{
"class": "tab_label",
"attributes": ["transient"],
"font.italic": true
},
// Tab Hovered
// ---------------------------------------------------------------------------
//
// Background
//
{
"class": "tab_control",
"attributes": ["hover"],
"layer1.opacity": 1.0
},
// Tab Selected
// ---------------------------------------------------------------------------
//
// Background
//
{
"class": "tab_control",
"attributes": ["selected"],
"layer0.opacity": 0,
"layer1.opacity": 0,
"layer2.opacity": 1.0,
"layer3.opacity": 1.0
},
{
"class": "tab_control",
"attributes": ["selected"],
"settings": ["theme_tab_rounded", "!theme_bar"],
"layer3.opacity": 0.9
},
// Tab Buttons
// ---------------------------------------------------------------------------
//
// Close
//
// Defaults
{
"class": "tab_close_button",
"content_margin": [0, 0],
"layer0.opacity": 0,
"layer0.inner_margin": [0, 0]
},
{
"class": "tab_close_button",
"settings": ["theme_tab_close_always_visible"],
"layer0.opacity": 0.5
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected"]}],
"settings": ["!theme_tab_close_always_visible"],
"layer0.opacity": 0.5
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["hover"]}],
"settings": ["!theme_tab_close_always_visible"],
"layer0.opacity": 0.5
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["dirty"]}],
"settings": ["!theme_tab_close_always_visible"],
"layer0.opacity": 0.5
},
// Hovered
{
"class": "tab_close_button",
"attributes": ["hover"],
"layer0.opacity": 0.75
},
// Size
{
"class": "tab_close_button",
"settings": ["show_tab_close_buttons"],
"content_margin": [8, 8]
},
{
"class": "tab_control",
"settings": ["!show_tab_close_buttons"],
"content_margin": [14, 4]
},
// Selected
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "file_medium"]}],
"attributes": ["hover"],
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "file_medium_dark"]}],
"attributes": ["hover"],
"layer0.opacity": 0.9
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "file_dark"]}],
"attributes": ["hover"],
"layer0.opacity": 0.9
},
//
// Dirty
//
// Defaults
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["dirty"]}],
"layer0.opacity": 0.5
},
// Hovered
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["dirty"]}],
"attributes": ["hover"],
"layer0.opacity": 0.75
},
// Only (Close Button Hidden)
{
"class": "tab_close_button",
"settings": ["!show_tab_close_buttons", "highlight_modified_tabs"],
"parents": [{"class": "tab_control", "attributes": ["dirty"]}],
"content_margin": [8, 8]
},
{
"class": "tab_control",
"settings": ["!show_tab_close_buttons", "highlight_modified_tabs"],
"attributes": ["dirty"],
"content_margin": [14, 4, 9, 4]
},
// Tabs Dark Styles
// ===========================================================================
// Tabset
// ---------------------------------------------------------------------------
//
// Tabset Scrolling
//
{
"class": "scroll_tabs_left_button",
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_arrow_left.png"
},
{
"class": "scroll_tabs_right_button",
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_arrow_right.png"
},
//
// Tabset Overflow
//
{
"class": "show_tabs_dropdown_button",
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_dropdown.png"
},
{
"class": "show_tabs_dropdown_button",
"settings": ["theme_icons_materialized"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_dropdown_materialized.png"
},
{
"class": "show_tabs_dropdown_button",
"settings": ["theme_icons_atomized"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_dropdown_atomized.png"
},
{
"class": "show_tabs_dropdown_button",
"settings": ["theme_dropdown_materialized"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_dropdown_materialized.png"
},
{
"class": "show_tabs_dropdown_button",
"settings": ["theme_dropdown_atomized"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_dropdown_atomized.png"
},
// Tab
// ---------------------------------------------------------------------------
{
"class": "tab_control",
"settings": ["theme_tab_separator"],
"layer3.texture": "Boxy Theme/assets/variants/dark/tabs/tab_separator.png",
"layer3.opacity": 0.1
},
{
"class": "tab_control",
"settings": ["theme_tab_rounded", "theme_tab_separator", "!theme_bar"],
"layer3.texture": "Boxy Theme/assets/variants/dark/tabs/tab_separator_universal.png",
"layer3.opacity": 0.15
},
{
"class": "tab_control",
"settings": ["theme_bar_margin_top_sm", "theme_tab_separator"],
"layer3.texture": "Boxy Theme/assets/variants/dark/tabs/tab_separator_universal.png",
"layer3.opacity": 0.15
},
{
"class": "tab_control",
"settings": ["theme_bar_margin_top_md", "theme_tab_separator"],
"layer3.texture": "Boxy Theme/assets/variants/dark/tabs/tab_separator_universal.png",
"layer3.opacity": 0.15
},
{
"class": "tab_control",
"settings": ["theme_bar_margin_top_lg", "theme_tab_separator"],
"layer3.texture": "Boxy Theme/assets/variants/dark/tabs/tab_separator_universal.png",
"layer3.opacity": 0.15
},
{
"class": "tab_control",
"settings": ["theme_bar", "theme_tab_separator"],
"layer3.texture": "Boxy Theme/assets/variants/dark/tabs/tab_separator_universal.png",
"layer3.opacity": 0.15
},
{
"class": "tab_control",
"settings": ["theme_bar_colored", "theme_tab_separator"],
"layer3.texture": "Boxy Theme/assets/variants/dark/tabs/tab_separator_universal.png",
"layer3.opacity": 0.2
},
{
"class": "tab_control",
"settings": ["theme_tab_separator"],
"attributes": ["hover"],
"layer3.opacity": 0
},
{
"class": "tab_control",
"settings": ["theme_tab_separator"],
"attributes": ["selected"],
"layer3.opacity": 0
},
//
// Tab Buttons
//
{
"class": "tab_close_button",
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_close.png"
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/variants/light/buttons/button_close.png"
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "file_medium"]}],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_close.png"
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "file_medium_dark"]}],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_close.png"
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "file_dark"]}],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_close.png"
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["dirty"]}],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_dirty.png"
},
{
"class": "tab_close_button",
"settings": ["theme_icons_materialized"],
"parents": [{"class": "tab_control", "attributes": ["dirty"]}],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_dirty_materialized.png"
},
{
"class": "tab_close_button",
"settings": ["theme_dirty_materialized"],
"parents": [{"class": "tab_control", "attributes": ["dirty"]}],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_dirty_materialized.png"
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["dirty"]}],
"attributes": ["hover"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_close.png"
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected"]}],
"settings": ["theme_tab_selected_transparent"],
"attributes": ["hover"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_close.png"
},
// Tabs Theme Specific Styles
// ===========================================================================
// Tabset
// ---------------------------------------------------------------------------
//
// Tabset Defaults
//
{
"class": "tabset_control",
"layer0.tint": [35, 36, 38]
},
// Tab
// ---------------------------------------------------------------------------
//
// Tab Defaults
//
{
"class": "tab_control",
"layer0.texture": "Boxy Theme/assets/specific/tomorrow/tabs/tab.png",
"layer1.texture": "Boxy Theme/assets/variants/dark/tabs/tab_hovered.png"
},
{
"class": "tab_control",
"settings": ["theme_tab_rounded", "!theme_bar"],
"layer1.texture": "Boxy Theme/assets/variants/dark/tabs/tab_hovered_rounded.png"
},
{
"class": "tab_control",
"settings": ["theme_tab_selected_transparent"],
"attributes": ["selected"],
"layer0.opacity": 1.0,
"layer1.opacity": 0,
"layer2.opacity": 0
},
{
"class": "tab_control",
"attributes": ["hover"],
"settings": ["theme_tab_highlight_text_only", "theme_tab_separator"],
"layer3.opacity": 0.1
},
{
"class": "tab_control",
"attributes": ["hover"],
"settings": ["theme_tab_rounded", "!theme_bar", "theme_tab_separator", "theme_tab_highlight_text_only"],
"layer3.opacity": 0.15
},
{
"class": "tab_control",
"attributes": ["hover"],
"settings": ["theme_bar_margin_top_sm", "theme_tab_separator", "theme_tab_highlight_text_only"],
"layer3.opacity": 0.15
},
{
"class": "tab_control",
"attributes": ["hover"],
"settings": ["theme_bar_margin_top_md", "theme_tab_separator", "theme_tab_highlight_text_only"],
"layer3.opacity": 0.15
},
{
"class": "tab_control",
"attributes": ["hover"],
"settings": ["theme_bar_margin_top_lg", "theme_tab_separator", "theme_tab_highlight_text_only"],
"layer3.opacity": 0.15
},
{
"class": "tab_control",
"attributes": ["hover"],
"settings": ["theme_bar", "theme_tab_separator", "theme_tab_highlight_text_only"],
"layer3.opacity": 0.15
},
{
"class": "tab_control",
"attributes": ["hover"],
"settings": ["theme_bar_colored", "theme_tab_separator", "theme_tab_highlight_text_only"],
"layer3.opacity": 0.2
},
//
// Tab Labels
//
{
"class": "tab_label",
"fg": [145, 146, 147]
},
{
"class": "tab_label",
"parents": [{"class": "tab_control", "attributes": ["hover"]}],
"fg": [178, 179, 179]
},
// Light Color Scheme
{
"class": "tab_label",
"parents": [{"class": "tab_control", "attributes": ["selected"]}],
"fg": [0, 0, 0, 218]
},
// Medium Color Scheme
{
"class": "tab_label",
"parents": [{"class": "tab_control", "attributes": ["selected", "file_medium"]}],
"fg": [255, 255, 255, 218]
},
// Medium Dark Color Scheme
{
"class": "tab_label",
"parents": [{"class": "tab_control", "attributes": ["selected", "file_medium_dark"]}],
"fg": [255, 255, 255, 218]
},
// Dark Color Scheme
{
"class": "tab_label",
"parents": [{"class": "tab_control", "attributes": ["selected", "file_dark"]}],
"fg": [255, 255, 255, 218]
},
// Tab Transparet Selected
{
"class": "tab_label",
"parents": [{"class": "tab_control", "attributes": ["selected"]}],
"settings": ["theme_tab_selected_transparent"],
"fg": [221, 222, 222]
},
// Tabs Mono Accent
// ===========================================================================
// Tab
// ---------------------------------------------------------------------------
//
// Underlined
//
{
"class": "tab_control",
"settings": ["theme_tab_selected_underlined", "theme_accent_mono"],
"attributes": ["selected"],
"layer3.opacity": 0.4,
"layer3.texture": "Boxy Theme/assets/variants/dark/tabs/tab_selected_underlined.png"
},
{
"class": "tab_control",
"settings": ["theme_tab_line_size_sm", "theme_tab_selected_underlined", "theme_accent_mono"],
"attributes": ["selected"],
"layer3.opacity": 0.4,
"layer3.texture": "Boxy Theme/assets/variants/dark/tabs/tab_selected_underlined_sm.png"
},
{
"class": "tab_control",
"settings": ["theme_tab_line_size_lg", "theme_tab_selected_underlined", "theme_accent_mono"],
"attributes": ["selected"],
"layer3.opacity": 0.4,
"layer3.texture": "Boxy Theme/assets/variants/dark/tabs/tab_selected_underlined_lg.png"
},
//
// Prelined
//
{
"class": "tab_control",
"settings": ["theme_tab_selected_prelined", "theme_accent_mono"],
"attributes": ["selected"],
"layer3.opacity": 0.4,
"layer3.texture": "Boxy Theme/assets/variants/dark/tabs/tab_selected_prelined.png"
},
{
"class": "tab_control",
"settings": ["theme_tab_line_size_sm", "theme_tab_selected_prelined", "theme_accent_mono"],
"attributes": ["selected"],
"layer3.opacity": 0.4,
"layer3.texture": "Boxy Theme/assets/variants/dark/tabs/tab_selected_prelined_sm.png"
},
{
"class": "tab_control",
"settings": ["theme_tab_line_size_lg", "theme_tab_selected_prelined", "theme_accent_mono"],
"attributes": ["selected"],
"layer3.opacity": 0.4,
"layer3.texture": "Boxy Theme/assets/variants/dark/tabs/tab_selected_prelined_lg.png"
},
{
"class": "tab_control",
"settings": ["!theme_bar", "theme_tab_rounded", "!theme_bar", "theme_tab_selected_prelined", "theme_accent_mono"],
"attributes": ["selected"],
"layer3.opacity": 0.4,
"layer3.texture": "Boxy Theme/assets/variants/dark/tabs/tab_selected_prelined_rounded.png"
},
{
"class": "tab_control",
"settings": ["theme_tab_line_size_sm", "theme_tab_rounded", "!theme_bar", "theme_tab_selected_prelined", "theme_accent_mono"],
"attributes": ["selected"],
"layer3.opacity": 0.4,
"layer3.texture": "Boxy Theme/assets/variants/dark/tabs/tab_selected_prelined_rounded_sm.png"
},
{
"class": "tab_control",
"settings": ["theme_tab_line_size_lg", "theme_tab_rounded", "!theme_bar", "theme_tab_selected_prelined", "theme_accent_mono"],
"attributes": ["selected"],
"layer3.opacity": 0.4,
"layer3.texture": "Boxy Theme/assets/variants/dark/tabs/tab_selected_prelined_rounded_lg.png"
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["theme_accent_mono"],
"layer0.opacity": 1.0
},
// Tabs Blue Accent
// ===========================================================================
// Tab
// ---------------------------------------------------------------------------
//
// Underlined
//
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_selected_underlined"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/blue/tabs/tab_selected_underlined.png"
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_line_size_sm", "theme_tab_selected_underlined"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/blue/tabs/tab_selected_underlined_sm.png"
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_line_size_lg", "theme_tab_selected_underlined"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/blue/tabs/tab_selected_underlined_lg.png"
},
//
// Prelined
//
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_selected_prelined"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/blue/tabs/tab_selected_prelined.png"
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_line_size_sm", "theme_tab_selected_prelined"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/blue/tabs/tab_selected_prelined_sm.png"
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_line_size_lg", "theme_tab_selected_prelined"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/blue/tabs/tab_selected_prelined_lg.png"
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "!theme_bar", "theme_tab_rounded", "!theme_bar", "theme_tab_selected_prelined"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/blue/tabs/tab_selected_prelined_rounded.png"
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_line_size_sm", "theme_tab_rounded", "!theme_bar", "theme_tab_selected_prelined"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/blue/tabs/tab_selected_prelined_rounded_sm.png"
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_line_size_lg", "theme_tab_rounded", "!theme_bar", "theme_tab_selected_prelined"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/blue/tabs/tab_selected_prelined_rounded_lg.png"
},
//
// Filled
//
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_selected_filled"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/blue/tabs/tab_selected_filled.png"
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_rounded", "!theme_bar", "theme_tab_selected_filled"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/blue/tabs/tab_selected_filled_rounded.png"
},
{
"class": "tab_label",
"parents": [{"class": "tab_control", "attributes": ["selected"]}],
"settings": ["!theme_accent_mono", "theme_tab_selected_filled"],
"fg": [255, 255, 255, 255]
},
// Close
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected"]}],
"settings": ["!theme_accent_mono", "theme_tab_selected_filled"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_close.png"
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected"]}],
"settings": ["!theme_accent_mono", "theme_tab_selected_filled"],
"attributes": ["hover"],
"layer0.opacity": 1.0
},
// Dirty
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_accent_mono"],
"layer0.texture": "Boxy Theme/assets/accents/blue/buttons/button_dirty_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_accent_mono", "theme_icons_materialized"],
"layer0.texture": "Boxy Theme/assets/accents/blue/buttons/button_dirty_materialized_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_accent_mono", "theme_dirty_materialized"],
"layer0.texture": "Boxy Theme/assets/accents/blue/buttons/button_dirty_materialized_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_accent_mono"],
"attributes": ["hover"],
"layer0.texture": "Boxy Theme/assets/accents/blue/buttons/button_dirty_close_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["dirty", "selected"]}],
"settings": ["!theme_accent_mono", "theme_tab_selected_filled"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_dirty.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["dirty", "selected"]}],
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_tab_selected_filled"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_dirty_materialized.png"
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["dirty", "selected"]}],
"settings": ["!theme_accent_mono", "theme_dirty_materialized", "theme_tab_selected_filled"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_dirty_materialized.png"
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["dirty", "selected"]}],
"attributes": ["hover"],
"settings": ["!theme_accent_mono", "theme_tab_selected_filled"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_close.png",
"layer0.opacity": 1.0
},
// Tabs Green Accent
// ===========================================================================
// Tab
// ---------------------------------------------------------------------------
//
// Underlined
//
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_selected_underlined", "theme_accent_green"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/green/tabs/tab_selected_underlined.png"
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_line_size_sm", "theme_tab_selected_underlined", "theme_accent_green"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/green/tabs/tab_selected_underlined_sm.png"
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_line_size_lg", "theme_tab_selected_underlined", "theme_accent_green"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/green/tabs/tab_selected_underlined_lg.png"
},
//
// Prelined
//
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_selected_prelined", "theme_accent_green"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/green/tabs/tab_selected_prelined.png"
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_line_size_sm", "theme_tab_selected_prelined", "theme_accent_green"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/green/tabs/tab_selected_prelined_sm.png"
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_line_size_lg", "theme_tab_selected_prelined", "theme_accent_green"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/green/tabs/tab_selected_prelined_lg.png"
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "!theme_bar", "theme_tab_rounded", "!theme_bar", "theme_tab_selected_prelined", "theme_accent_green"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/green/tabs/tab_selected_prelined_rounded.png"
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_line_size_sm", "theme_tab_rounded", "!theme_bar", "theme_tab_selected_prelined", "theme_accent_green"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/green/tabs/tab_selected_prelined_rounded_sm.png"
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_line_size_lg", "theme_tab_rounded", "!theme_bar", "theme_tab_selected_prelined", "theme_accent_green"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/green/tabs/tab_selected_prelined_rounded_lg.png"
},
//
// Filled
//
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_selected_filled", "theme_accent_green"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/green/tabs/tab_selected_filled.png"
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_rounded", "!theme_bar", "theme_tab_selected_filled", "theme_accent_green"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/green/tabs/tab_selected_filled_rounded.png"
},
{
"class": "tab_label",
"parents": [{"class": "tab_control", "attributes": ["selected"]}],
"settings": ["!theme_accent_mono", "theme_tab_selected_filled", "theme_accent_green"],
"fg": [255, 255, 255, 255]
},
// Close
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected"]}],
"settings": ["!theme_accent_mono", "theme_tab_selected_filled", "theme_accent_green"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_close.png"
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected"]}],
"settings": ["!theme_accent_mono", "theme_tab_selected_filled", "theme_accent_green"],
"attributes": ["hover"],
"layer0.opacity": 1.0
},
// Dirty
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_accent_mono", "theme_accent_green"],
"layer0.texture": "Boxy Theme/assets/accents/green/buttons/button_dirty_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_green"],
"layer0.texture": "Boxy Theme/assets/accents/green/buttons/button_dirty_materialized_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_accent_mono", "theme_dirty_materialized", "theme_accent_green"],
"layer0.texture": "Boxy Theme/assets/accents/green/buttons/button_dirty_materialized_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_accent_mono", "theme_accent_green"],
"attributes": ["hover"],
"layer0.texture": "Boxy Theme/assets/accents/green/buttons/button_dirty_close_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["dirty", "selected"]}],
"settings": ["!theme_accent_mono", "theme_tab_selected_filled", "theme_accent_green"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_dirty.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["dirty", "selected"]}],
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_tab_selected_filled", "theme_accent_green"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_dirty_materialized.png"
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["dirty", "selected"]}],
"settings": ["!theme_accent_mono", "theme_dirty_materialized", "theme_tab_selected_filled", "theme_accent_green"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_dirty_materialized.png"
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["dirty", "selected"]}],
"attributes": ["hover"],
"settings": ["!theme_accent_mono", "theme_tab_selected_filled", "theme_accent_green"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_close.png",
"layer0.opacity": 1.0
},
// Tabs Orange Accent
// ===========================================================================
// Tab
// ---------------------------------------------------------------------------
//
// Underlined
//
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_selected_underlined", "theme_accent_orange"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/orange/tabs/tab_selected_underlined.png"
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_line_size_sm", "theme_tab_selected_underlined", "theme_accent_orange"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/orange/tabs/tab_selected_underlined_sm.png"
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_line_size_lg", "theme_tab_selected_underlined", "theme_accent_orange"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/orange/tabs/tab_selected_underlined_lg.png"
},
//
// Prelined
//
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_selected_prelined", "theme_accent_orange"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/orange/tabs/tab_selected_prelined.png"
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_line_size_sm", "theme_tab_selected_prelined", "theme_accent_orange"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/orange/tabs/tab_selected_prelined_sm.png"
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_line_size_lg", "theme_tab_selected_prelined", "theme_accent_orange"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/orange/tabs/tab_selected_prelined_lg.png"
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "!theme_bar", "theme_tab_rounded", "!theme_bar", "theme_tab_selected_prelined", "theme_accent_orange"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/orange/tabs/tab_selected_prelined_rounded.png"
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_line_size_sm", "theme_tab_rounded", "!theme_bar", "theme_tab_selected_prelined", "theme_accent_orange"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/orange/tabs/tab_selected_prelined_rounded_sm.png"
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_line_size_lg", "theme_tab_rounded", "!theme_bar", "theme_tab_selected_prelined", "theme_accent_orange"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/orange/tabs/tab_selected_prelined_rounded_lg.png"
},
//
// Filled
//
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_selected_filled", "theme_accent_orange"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/orange/tabs/tab_selected_filled.png"
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_rounded", "!theme_bar", "theme_tab_selected_filled", "theme_accent_orange"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/orange/tabs/tab_selected_filled_rounded.png"
},
{
"class": "tab_label",
"parents": [{"class": "tab_control", "attributes": ["selected"]}],
"settings": ["!theme_accent_mono", "theme_tab_selected_filled", "theme_accent_orange"],
"fg": [255, 255, 255, 255]
},
// Close
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected"]}],
"settings": ["!theme_accent_mono", "theme_tab_selected_filled", "theme_accent_orange"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_close.png"
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected"]}],
"settings": ["!theme_accent_mono", "theme_tab_selected_filled", "theme_accent_orange"],
"attributes": ["hover"],
"layer0.opacity": 1.0
},
// Dirty
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_accent_mono", "theme_accent_orange"],
"layer0.texture": "Boxy Theme/assets/accents/orange/buttons/button_dirty_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_orange"],
"layer0.texture": "Boxy Theme/assets/accents/orange/buttons/button_dirty_materialized_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_accent_mono", "theme_dirty_materialized", "theme_accent_orange"],
"layer0.texture": "Boxy Theme/assets/accents/orange/buttons/button_dirty_materialized_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_accent_mono", "theme_accent_orange"],
"attributes": ["hover"],
"layer0.texture": "Boxy Theme/assets/accents/orange/buttons/button_dirty_close_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["dirty", "selected"]}],
"settings": ["!theme_accent_mono", "theme_tab_selected_filled", "theme_accent_orange"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_dirty.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["dirty", "selected"]}],
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_tab_selected_filled", "theme_accent_orange"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_dirty_materialized.png"
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["dirty", "selected"]}],
"settings": ["!theme_accent_mono", "theme_dirty_materialized", "theme_tab_selected_filled", "theme_accent_orange"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_dirty_materialized.png"
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["dirty", "selected"]}],
"attributes": ["hover"],
"settings": ["!theme_accent_mono", "theme_tab_selected_filled", "theme_accent_orange"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_close.png",
"layer0.opacity": 1.0
},
// Tabs Purple Accent
// ===========================================================================
// Tab
// ---------------------------------------------------------------------------
//
// Underlined
//
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_selected_underlined", "theme_accent_purple"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/purple/tabs/tab_selected_underlined.png"
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_line_size_sm", "theme_tab_selected_underlined", "theme_accent_purple"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/purple/tabs/tab_selected_underlined_sm.png"
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_line_size_lg", "theme_tab_selected_underlined", "theme_accent_purple"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/purple/tabs/tab_selected_underlined_lg.png"
},
//
// Prelined
//
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_selected_prelined", "theme_accent_purple"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/purple/tabs/tab_selected_prelined.png"
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_line_size_sm", "theme_tab_selected_prelined", "theme_accent_purple"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/purple/tabs/tab_selected_prelined_sm.png"
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_line_size_lg", "theme_tab_selected_prelined", "theme_accent_purple"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/purple/tabs/tab_selected_prelined_lg.png"
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "!theme_bar", "theme_tab_rounded", "!theme_bar", "theme_tab_selected_prelined", "theme_accent_purple"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/purple/tabs/tab_selected_prelined_rounded.png"
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_line_size_sm", "theme_tab_rounded", "!theme_bar", "theme_tab_selected_prelined", "theme_accent_purple"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/purple/tabs/tab_selected_prelined_rounded_sm.png"
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_line_size_lg", "theme_tab_rounded", "!theme_bar", "theme_tab_selected_prelined", "theme_accent_purple"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/purple/tabs/tab_selected_prelined_rounded_lg.png"
},
//
// Filled
//
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_selected_filled", "theme_accent_purple"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/purple/tabs/tab_selected_filled.png"
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_rounded", "!theme_bar", "theme_tab_selected_filled", "theme_accent_purple"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/purple/tabs/tab_selected_filled_rounded.png"
},
{
"class": "tab_label",
"parents": [{"class": "tab_control", "attributes": ["selected"]}],
"settings": ["!theme_accent_mono", "theme_tab_selected_filled", "theme_accent_purple"],
"fg": [255, 255, 255, 255]
},
// Close
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected"]}],
"settings": ["!theme_accent_mono", "theme_tab_selected_filled", "theme_accent_purple"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_close.png"
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected"]}],
"settings": ["!theme_accent_mono", "theme_tab_selected_filled", "theme_accent_purple"],
"attributes": ["hover"],
"layer0.opacity": 1.0
},
// Dirty
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_accent_mono", "theme_accent_purple"],
"layer0.texture": "Boxy Theme/assets/accents/purple/buttons/button_dirty_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_purple"],
"layer0.texture": "Boxy Theme/assets/accents/purple/buttons/button_dirty_materialized_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_accent_mono", "theme_dirty_materialized", "theme_accent_purple"],
"layer0.texture": "Boxy Theme/assets/accents/purple/buttons/button_dirty_materialized_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_accent_mono", "theme_accent_purple"],
"attributes": ["hover"],
"layer0.texture": "Boxy Theme/assets/accents/purple/buttons/button_dirty_close_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["dirty", "selected"]}],
"settings": ["!theme_accent_mono", "theme_tab_selected_filled", "theme_accent_purple"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_dirty.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["dirty", "selected"]}],
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_tab_selected_filled", "theme_accent_purple"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_dirty_materialized.png"
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["dirty", "selected"]}],
"settings": ["!theme_accent_mono", "theme_dirty_materialized", "theme_tab_selected_filled", "theme_accent_purple"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_dirty_materialized.png"
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["dirty", "selected"]}],
"attributes": ["hover"],
"settings": ["!theme_accent_mono", "theme_tab_selected_filled", "theme_accent_purple"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_close.png",
"layer0.opacity": 1.0
},
// Tabs Tangerine Accent
// ===========================================================================
// Tab
// ---------------------------------------------------------------------------
//
// Underlined
//
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_selected_underlined", "theme_accent_tangerine"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/tangerine/tabs/tab_selected_underlined.png"
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_line_size_sm", "theme_tab_selected_underlined", "theme_accent_tangerine"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/tangerine/tabs/tab_selected_underlined_sm.png"
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_line_size_lg", "theme_tab_selected_underlined", "theme_accent_tangerine"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/tangerine/tabs/tab_selected_underlined_lg.png"
},
//
// Prelined
//
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_selected_prelined", "theme_accent_tangerine"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/tangerine/tabs/tab_selected_prelined.png"
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_line_size_sm", "theme_tab_selected_prelined", "theme_accent_tangerine"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/tangerine/tabs/tab_selected_prelined_sm.png"
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_line_size_lg", "theme_tab_selected_prelined", "theme_accent_tangerine"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/tangerine/tabs/tab_selected_prelined_lg.png"
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "!theme_bar", "theme_tab_rounded", "!theme_bar", "theme_tab_selected_prelined", "theme_accent_tangerine"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/tangerine/tabs/tab_selected_prelined_rounded.png"
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_line_size_sm", "theme_tab_rounded", "!theme_bar", "theme_tab_selected_prelined", "theme_accent_tangerine"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/tangerine/tabs/tab_selected_prelined_rounded_sm.png"
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_line_size_lg", "theme_tab_rounded", "!theme_bar", "theme_tab_selected_prelined", "theme_accent_tangerine"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/tangerine/tabs/tab_selected_prelined_rounded_lg.png"
},
//
// Filled
//
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_selected_filled", "theme_accent_tangerine"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/tangerine/tabs/tab_selected_filled.png"
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_rounded", "!theme_bar", "theme_tab_selected_filled", "theme_accent_tangerine"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/tangerine/tabs/tab_selected_filled_rounded.png"
},
{
"class": "tab_label",
"parents": [{"class": "tab_control", "attributes": ["selected"]}],
"settings": ["!theme_accent_mono", "theme_tab_selected_filled", "theme_accent_tangerine"],
"fg": [255, 255, 255, 255]
},
// Close
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected"]}],
"settings": ["!theme_accent_mono", "theme_tab_selected_filled", "theme_accent_tangerine"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_close.png"
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected"]}],
"settings": ["!theme_accent_mono", "theme_tab_selected_filled", "theme_accent_tangerine"],
"attributes": ["hover"],
"layer0.opacity": 1.0
},
// Dirty
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_accent_mono", "theme_accent_tangerine"],
"layer0.texture": "Boxy Theme/assets/accents/tangerine/buttons/button_dirty_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_tangerine"],
"layer0.texture": "Boxy Theme/assets/accents/tangerine/buttons/button_dirty_materialized_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_accent_mono", "theme_dirty_materialized", "theme_accent_tangerine"],
"layer0.texture": "Boxy Theme/assets/accents/tangerine/buttons/button_dirty_materialized_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_accent_mono", "theme_accent_tangerine"],
"attributes": ["hover"],
"layer0.texture": "Boxy Theme/assets/accents/tangerine/buttons/button_dirty_close_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["dirty", "selected"]}],
"settings": ["!theme_accent_mono", "theme_tab_selected_filled", "theme_accent_tangerine"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_dirty.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["dirty", "selected"]}],
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_tab_selected_filled", "theme_accent_tangerine"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_dirty_materialized.png"
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["dirty", "selected"]}],
"settings": ["!theme_accent_mono", "theme_dirty_materialized", "theme_tab_selected_filled", "theme_accent_tangerine"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_dirty_materialized.png"
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["dirty", "selected"]}],
"attributes": ["hover"],
"settings": ["!theme_accent_mono", "theme_tab_selected_filled", "theme_accent_tangerine"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_close.png",
"layer0.opacity": 1.0
},
// Tabs Numix Accent
// ===========================================================================
// Tab
// ---------------------------------------------------------------------------
//
// Underlined
//
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_selected_underlined", "theme_accent_numix"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/numix/tabs/tab_selected_underlined.png"
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_line_size_sm", "theme_tab_selected_underlined", "theme_accent_numix"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/numix/tabs/tab_selected_underlined_sm.png"
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_line_size_lg", "theme_tab_selected_underlined", "theme_accent_numix"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/numix/tabs/tab_selected_underlined_lg.png"
},
//
// Prelined
//
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_selected_prelined", "theme_accent_numix"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/numix/tabs/tab_selected_prelined.png"
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_line_size_sm", "theme_tab_selected_prelined", "theme_accent_numix"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/numix/tabs/tab_selected_prelined_sm.png"
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_line_size_lg", "theme_tab_selected_prelined", "theme_accent_numix"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/numix/tabs/tab_selected_prelined_lg.png"
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "!theme_bar", "theme_tab_rounded", "!theme_bar", "theme_tab_selected_prelined", "theme_accent_numix"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/numix/tabs/tab_selected_prelined_rounded.png"
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_line_size_sm", "theme_tab_rounded", "!theme_bar", "theme_tab_selected_prelined", "theme_accent_numix"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/numix/tabs/tab_selected_prelined_rounded_sm.png"
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_line_size_lg", "theme_tab_rounded", "!theme_bar", "theme_tab_selected_prelined", "theme_accent_numix"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/numix/tabs/tab_selected_prelined_rounded_lg.png"
},
//
// Filled
//
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_selected_filled", "theme_accent_numix"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/numix/tabs/tab_selected_filled.png"
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_rounded", "!theme_bar", "theme_tab_selected_filled", "theme_accent_numix"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/numix/tabs/tab_selected_filled_rounded.png"
},
{
"class": "tab_label",
"parents": [{"class": "tab_control", "attributes": ["selected"]}],
"settings": ["!theme_accent_mono", "theme_tab_selected_filled", "theme_accent_numix"],
"fg": [255, 255, 255, 255]
},
// Close
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected"]}],
"settings": ["!theme_accent_mono", "theme_tab_selected_filled", "theme_accent_numix"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_close.png"
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected"]}],
"settings": ["!theme_accent_mono", "theme_tab_selected_filled", "theme_accent_numix"],
"attributes": ["hover"],
"layer0.opacity": 1.0
},
// Dirty
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_accent_mono", "theme_accent_numix"],
"layer0.texture": "Boxy Theme/assets/accents/numix/buttons/button_dirty_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_numix"],
"layer0.texture": "Boxy Theme/assets/accents/numix/buttons/button_dirty_materialized_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_accent_mono", "theme_dirty_materialized", "theme_accent_numix"],
"layer0.texture": "Boxy Theme/assets/accents/numix/buttons/button_dirty_materialized_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_accent_mono", "theme_accent_numix"],
"attributes": ["hover"],
"layer0.texture": "Boxy Theme/assets/accents/numix/buttons/button_dirty_close_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["dirty", "selected"]}],
"settings": ["!theme_accent_mono", "theme_tab_selected_filled", "theme_accent_numix"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_dirty.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["dirty", "selected"]}],
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_tab_selected_filled", "theme_accent_numix"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_dirty_materialized.png"
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["dirty", "selected"]}],
"settings": ["!theme_accent_mono", "theme_dirty_materialized", "theme_tab_selected_filled", "theme_accent_numix"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_dirty_materialized.png"
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["dirty", "selected"]}],
"attributes": ["hover"],
"settings": ["!theme_accent_mono", "theme_tab_selected_filled", "theme_accent_numix"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_close.png",
"layer0.opacity": 1.0
},
// Tabs Cyan Accent
// ===========================================================================
// Tab
// ---------------------------------------------------------------------------
//
// Underlined
//
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_selected_underlined", "theme_accent_cyan"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/cyan/tabs/tab_selected_underlined.png"
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_line_size_sm", "theme_tab_selected_underlined", "theme_accent_cyan"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/cyan/tabs/tab_selected_underlined_sm.png"
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_line_size_lg", "theme_tab_selected_underlined", "theme_accent_cyan"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/cyan/tabs/tab_selected_underlined_lg.png"
},
//
// Prelined
//
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_selected_prelined", "theme_accent_cyan"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/cyan/tabs/tab_selected_prelined.png"
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_line_size_sm", "theme_tab_selected_prelined", "theme_accent_cyan"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/cyan/tabs/tab_selected_prelined_sm.png"
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_line_size_lg", "theme_tab_selected_prelined", "theme_accent_cyan"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/cyan/tabs/tab_selected_prelined_lg.png"
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "!theme_bar", "theme_tab_rounded", "!theme_bar", "theme_tab_selected_prelined", "theme_accent_cyan"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/cyan/tabs/tab_selected_prelined_rounded.png"
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_line_size_sm", "theme_tab_rounded", "!theme_bar", "theme_tab_selected_prelined", "theme_accent_cyan"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/cyan/tabs/tab_selected_prelined_rounded_sm.png"
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_line_size_lg", "theme_tab_rounded", "!theme_bar", "theme_tab_selected_prelined", "theme_accent_cyan"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/cyan/tabs/tab_selected_prelined_rounded_lg.png"
},
//
// Filled
//
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_selected_filled", "theme_accent_cyan"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/cyan/tabs/tab_selected_filled.png"
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_rounded", "!theme_bar", "theme_tab_selected_filled", "theme_accent_cyan"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/cyan/tabs/tab_selected_filled_rounded.png"
},
{
"class": "tab_label",
"parents": [{"class": "tab_control", "attributes": ["selected"]}],
"settings": ["!theme_accent_mono", "theme_tab_selected_filled", "theme_accent_cyan"],
"fg": [255, 255, 255, 255]
},
// Close
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected"]}],
"settings": ["!theme_accent_mono", "theme_tab_selected_filled", "theme_accent_cyan"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_close.png"
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected"]}],
"settings": ["!theme_accent_mono", "theme_tab_selected_filled", "theme_accent_cyan"],
"attributes": ["hover"],
"layer0.opacity": 1.0
},
// Dirty
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_accent_mono", "theme_accent_cyan"],
"layer0.texture": "Boxy Theme/assets/accents/cyan/buttons/button_dirty_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_cyan"],
"layer0.texture": "Boxy Theme/assets/accents/cyan/buttons/button_dirty_materialized_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_accent_mono", "theme_dirty_materialized", "theme_accent_cyan"],
"layer0.texture": "Boxy Theme/assets/accents/cyan/buttons/button_dirty_materialized_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_accent_mono", "theme_accent_cyan"],
"attributes": ["hover"],
"layer0.texture": "Boxy Theme/assets/accents/cyan/buttons/button_dirty_close_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["dirty", "selected"]}],
"settings": ["!theme_accent_mono", "theme_tab_selected_filled", "theme_accent_cyan"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_dirty.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["dirty", "selected"]}],
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_tab_selected_filled", "theme_accent_cyan"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_dirty_materialized.png"
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["dirty", "selected"]}],
"settings": ["!theme_accent_mono", "theme_dirty_materialized", "theme_tab_selected_filled", "theme_accent_cyan"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_dirty_materialized.png"
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["dirty", "selected"]}],
"attributes": ["hover"],
"settings": ["!theme_accent_mono", "theme_tab_selected_filled", "theme_accent_cyan"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_close.png",
"layer0.opacity": 1.0
},
// Tabs Lime Accent
// ===========================================================================
// Tab
// ---------------------------------------------------------------------------
//
// Underlined
//
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_selected_underlined", "theme_accent_lime"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/lime/tabs/tab_selected_underlined.png"
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_line_size_sm", "theme_tab_selected_underlined", "theme_accent_lime"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/lime/tabs/tab_selected_underlined_sm.png"
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_line_size_lg", "theme_tab_selected_underlined", "theme_accent_lime"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/lime/tabs/tab_selected_underlined_lg.png"
},
//
// Prelined
//
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_selected_prelined", "theme_accent_lime"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/lime/tabs/tab_selected_prelined.png"
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_line_size_sm", "theme_tab_selected_prelined", "theme_accent_lime"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/lime/tabs/tab_selected_prelined_sm.png"
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_line_size_lg", "theme_tab_selected_prelined", "theme_accent_lime"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/lime/tabs/tab_selected_prelined_lg.png"
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "!theme_bar", "theme_tab_rounded", "!theme_bar", "theme_tab_selected_prelined", "theme_accent_lime"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/lime/tabs/tab_selected_prelined_rounded.png"
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_line_size_sm", "theme_tab_rounded", "!theme_bar", "theme_tab_selected_prelined", "theme_accent_lime"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/lime/tabs/tab_selected_prelined_rounded_sm.png"
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_line_size_lg", "theme_tab_rounded", "!theme_bar", "theme_tab_selected_prelined", "theme_accent_lime"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/lime/tabs/tab_selected_prelined_rounded_lg.png"
},
//
// Filled
//
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_selected_filled", "theme_accent_lime"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/lime/tabs/tab_selected_filled.png"
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_rounded", "!theme_bar", "theme_tab_selected_filled", "theme_accent_lime"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/lime/tabs/tab_selected_filled_rounded.png"
},
{
"class": "tab_label",
"parents": [{"class": "tab_control", "attributes": ["selected"]}],
"settings": ["!theme_accent_mono", "theme_tab_selected_filled", "theme_accent_lime"],
"fg": [255, 255, 255, 255]
},
// Close
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected"]}],
"settings": ["!theme_accent_mono", "theme_tab_selected_filled", "theme_accent_lime"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_close.png"
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected"]}],
"settings": ["!theme_accent_mono", "theme_tab_selected_filled", "theme_accent_lime"],
"attributes": ["hover"],
"layer0.opacity": 1.0
},
// Dirty
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_accent_mono", "theme_accent_lime"],
"layer0.texture": "Boxy Theme/assets/accents/lime/buttons/button_dirty_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_lime"],
"layer0.texture": "Boxy Theme/assets/accents/lime/buttons/button_dirty_materialized_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_accent_mono", "theme_dirty_materialized", "theme_accent_lime"],
"layer0.texture": "Boxy Theme/assets/accents/lime/buttons/button_dirty_materialized_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_accent_mono", "theme_accent_lime"],
"attributes": ["hover"],
"layer0.texture": "Boxy Theme/assets/accents/lime/buttons/button_dirty_close_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["dirty", "selected"]}],
"settings": ["!theme_accent_mono", "theme_tab_selected_filled", "theme_accent_lime"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_dirty.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["dirty", "selected"]}],
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_tab_selected_filled", "theme_accent_lime"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_dirty_materialized.png"
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["dirty", "selected"]}],
"settings": ["!theme_accent_mono", "theme_dirty_materialized", "theme_tab_selected_filled", "theme_accent_lime"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_dirty_materialized.png"
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["dirty", "selected"]}],
"attributes": ["hover"],
"settings": ["!theme_accent_mono", "theme_tab_selected_filled", "theme_accent_lime"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_close.png",
"layer0.opacity": 1.0
},
// Tabs Pink Accent
// ===========================================================================
// Tab
// ---------------------------------------------------------------------------
//
// Underlined
//
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_selected_underlined", "theme_accent_pink"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/pink/tabs/tab_selected_underlined.png"
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_line_size_sm", "theme_tab_selected_underlined", "theme_accent_pink"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/pink/tabs/tab_selected_underlined_sm.png"
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_line_size_lg", "theme_tab_selected_underlined", "theme_accent_pink"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/pink/tabs/tab_selected_underlined_lg.png"
},
//
// Prelined
//
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_selected_prelined", "theme_accent_pink"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/pink/tabs/tab_selected_prelined.png"
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_line_size_sm", "theme_tab_selected_prelined", "theme_accent_pink"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/pink/tabs/tab_selected_prelined_sm.png"
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_line_size_lg", "theme_tab_selected_prelined", "theme_accent_pink"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/pink/tabs/tab_selected_prelined_lg.png"
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "!theme_bar", "theme_tab_rounded", "!theme_bar", "theme_tab_selected_prelined", "theme_accent_pink"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/pink/tabs/tab_selected_prelined_rounded.png"
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_line_size_sm", "theme_tab_rounded", "!theme_bar", "theme_tab_selected_prelined", "theme_accent_pink"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/pink/tabs/tab_selected_prelined_rounded_sm.png"
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_line_size_lg", "theme_tab_rounded", "!theme_bar", "theme_tab_selected_prelined", "theme_accent_pink"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/pink/tabs/tab_selected_prelined_rounded_lg.png"
},
//
// Filled
//
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_selected_filled", "theme_accent_pink"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/pink/tabs/tab_selected_filled.png"
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_rounded", "!theme_bar", "theme_tab_selected_filled", "theme_accent_pink"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/pink/tabs/tab_selected_filled_rounded.png"
},
{
"class": "tab_label",
"parents": [{"class": "tab_control", "attributes": ["selected"]}],
"settings": ["!theme_accent_mono", "theme_tab_selected_filled", "theme_accent_pink"],
"fg": [255, 255, 255, 255]
},
// Close
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected"]}],
"settings": ["!theme_accent_mono", "theme_tab_selected_filled", "theme_accent_pink"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_close.png"
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected"]}],
"settings": ["!theme_accent_mono", "theme_tab_selected_filled", "theme_accent_pink"],
"attributes": ["hover"],
"layer0.opacity": 1.0
},
// Dirty
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_accent_mono", "theme_accent_pink"],
"layer0.texture": "Boxy Theme/assets/accents/pink/buttons/button_dirty_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_pink"],
"layer0.texture": "Boxy Theme/assets/accents/pink/buttons/button_dirty_materialized_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_accent_mono", "theme_dirty_materialized", "theme_accent_pink"],
"layer0.texture": "Boxy Theme/assets/accents/pink/buttons/button_dirty_materialized_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_accent_mono", "theme_accent_pink"],
"attributes": ["hover"],
"layer0.texture": "Boxy Theme/assets/accents/pink/buttons/button_dirty_close_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["dirty", "selected"]}],
"settings": ["!theme_accent_mono", "theme_tab_selected_filled", "theme_accent_pink"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_dirty.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["dirty", "selected"]}],
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_tab_selected_filled", "theme_accent_pink"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_dirty_materialized.png"
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["dirty", "selected"]}],
"settings": ["!theme_accent_mono", "theme_dirty_materialized", "theme_tab_selected_filled", "theme_accent_pink"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_dirty_materialized.png"
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["dirty", "selected"]}],
"attributes": ["hover"],
"settings": ["!theme_accent_mono", "theme_tab_selected_filled", "theme_accent_pink"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_close.png",
"layer0.opacity": 1.0
},
// Tabs Sky Accent
// ===========================================================================
// Tab
// ---------------------------------------------------------------------------
//
// Underlined
//
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_selected_underlined", "theme_accent_sky"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/sky/tabs/tab_selected_underlined.png"
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_line_size_sm", "theme_tab_selected_underlined", "theme_accent_sky"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/sky/tabs/tab_selected_underlined_sm.png"
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_line_size_lg", "theme_tab_selected_underlined", "theme_accent_sky"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/sky/tabs/tab_selected_underlined_lg.png"
},
//
// Prelined
//
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_selected_prelined", "theme_accent_sky"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/sky/tabs/tab_selected_prelined.png"
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_line_size_sm", "theme_tab_selected_prelined", "theme_accent_sky"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/sky/tabs/tab_selected_prelined_sm.png"
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_line_size_lg", "theme_tab_selected_prelined", "theme_accent_sky"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/sky/tabs/tab_selected_prelined_lg.png"
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "!theme_bar", "theme_tab_rounded", "!theme_bar", "theme_tab_selected_prelined", "theme_accent_sky"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/sky/tabs/tab_selected_prelined_rounded.png"
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_line_size_sm", "theme_tab_rounded", "!theme_bar", "theme_tab_selected_prelined", "theme_accent_sky"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/sky/tabs/tab_selected_prelined_rounded_sm.png"
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_line_size_lg", "theme_tab_rounded", "!theme_bar", "theme_tab_selected_prelined", "theme_accent_sky"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/sky/tabs/tab_selected_prelined_rounded_lg.png"
},
//
// Filled
//
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_selected_filled", "theme_accent_sky"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/sky/tabs/tab_selected_filled.png"
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_tab_rounded", "!theme_bar", "theme_tab_selected_filled", "theme_accent_sky"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/accents/sky/tabs/tab_selected_filled_rounded.png"
},
{
"class": "tab_label",
"parents": [{"class": "tab_control", "attributes": ["selected"]}],
"settings": ["!theme_accent_mono", "theme_tab_selected_filled", "theme_accent_sky"],
"fg": [255, 255, 255, 255]
},
// Close
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected"]}],
"settings": ["!theme_accent_mono", "theme_tab_selected_filled", "theme_accent_sky"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_close.png"
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected"]}],
"settings": ["!theme_accent_mono", "theme_tab_selected_filled", "theme_accent_sky"],
"attributes": ["hover"],
"layer0.opacity": 1.0
},
// Dirty
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_accent_mono", "theme_accent_sky"],
"layer0.texture": "Boxy Theme/assets/accents/sky/buttons/button_dirty_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_accent_sky"],
"layer0.texture": "Boxy Theme/assets/accents/sky/buttons/button_dirty_materialized_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_accent_mono", "theme_dirty_materialized", "theme_accent_sky"],
"layer0.texture": "Boxy Theme/assets/accents/sky/buttons/button_dirty_materialized_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_accent_mono", "theme_accent_sky"],
"attributes": ["hover"],
"layer0.texture": "Boxy Theme/assets/accents/sky/buttons/button_dirty_close_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["dirty", "selected"]}],
"settings": ["!theme_accent_mono", "theme_tab_selected_filled", "theme_accent_sky"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_dirty.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["dirty", "selected"]}],
"settings": ["!theme_accent_mono", "theme_icons_materialized", "theme_tab_selected_filled", "theme_accent_sky"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_dirty_materialized.png"
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["dirty", "selected"]}],
"settings": ["!theme_accent_mono", "theme_dirty_materialized", "theme_tab_selected_filled", "theme_accent_sky"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_dirty_materialized.png"
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["dirty", "selected"]}],
"attributes": ["hover"],
"settings": ["!theme_accent_mono", "theme_tab_selected_filled", "theme_accent_sky"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_close.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_tab_selected_filled", "theme_dirty_accent_blue"],
"layer0.texture": "Boxy Theme/assets/accents/blue/buttons/button_dirty_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_tab_selected_filled", "theme_icons_materialized", "theme_dirty_accent_blue"],
"layer0.texture": "Boxy Theme/assets/accents/blue/buttons/button_dirty_materialized_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_tab_selected_filled", "theme_dirty_materialized", "theme_dirty_accent_blue"],
"layer0.texture": "Boxy Theme/assets/accents/blue/buttons/button_dirty_materialized_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_tab_selected_filled", "theme_dirty_accent_blue"],
"attributes": ["hover"],
"layer0.texture": "Boxy Theme/assets/accents/blue/buttons/button_dirty_close_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_tab_selected_filled", "theme_dirty_accent_green"],
"layer0.texture": "Boxy Theme/assets/accents/green/buttons/button_dirty_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_tab_selected_filled", "theme_icons_materialized", "theme_dirty_accent_green"],
"layer0.texture": "Boxy Theme/assets/accents/green/buttons/button_dirty_materialized_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_tab_selected_filled", "theme_dirty_materialized", "theme_dirty_accent_green"],
"layer0.texture": "Boxy Theme/assets/accents/green/buttons/button_dirty_materialized_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_tab_selected_filled", "theme_dirty_accent_green"],
"attributes": ["hover"],
"layer0.texture": "Boxy Theme/assets/accents/green/buttons/button_dirty_close_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_tab_selected_filled", "theme_dirty_accent_orange"],
"layer0.texture": "Boxy Theme/assets/accents/orange/buttons/button_dirty_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_tab_selected_filled", "theme_icons_materialized", "theme_dirty_accent_orange"],
"layer0.texture": "Boxy Theme/assets/accents/orange/buttons/button_dirty_materialized_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_tab_selected_filled", "theme_dirty_materialized", "theme_dirty_accent_orange"],
"layer0.texture": "Boxy Theme/assets/accents/orange/buttons/button_dirty_materialized_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_tab_selected_filled", "theme_dirty_accent_orange"],
"attributes": ["hover"],
"layer0.texture": "Boxy Theme/assets/accents/orange/buttons/button_dirty_close_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_tab_selected_filled", "theme_dirty_accent_purple"],
"layer0.texture": "Boxy Theme/assets/accents/purple/buttons/button_dirty_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_tab_selected_filled", "theme_icons_materialized", "theme_dirty_accent_purple"],
"layer0.texture": "Boxy Theme/assets/accents/purple/buttons/button_dirty_materialized_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_tab_selected_filled", "theme_dirty_materialized", "theme_dirty_accent_purple"],
"layer0.texture": "Boxy Theme/assets/accents/purple/buttons/button_dirty_materialized_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_tab_selected_filled", "theme_dirty_accent_purple"],
"attributes": ["hover"],
"layer0.texture": "Boxy Theme/assets/accents/purple/buttons/button_dirty_close_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_tab_selected_filled", "theme_dirty_accent_tangerine"],
"layer0.texture": "Boxy Theme/assets/accents/tangerine/buttons/button_dirty_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_tab_selected_filled", "theme_icons_materialized", "theme_dirty_accent_tangerine"],
"layer0.texture": "Boxy Theme/assets/accents/tangerine/buttons/button_dirty_materialized_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_tab_selected_filled", "theme_dirty_materialized", "theme_dirty_accent_tangerine"],
"layer0.texture": "Boxy Theme/assets/accents/tangerine/buttons/button_dirty_materialized_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_tab_selected_filled", "theme_dirty_accent_tangerine"],
"attributes": ["hover"],
"layer0.texture": "Boxy Theme/assets/accents/tangerine/buttons/button_dirty_close_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_tab_selected_filled", "theme_dirty_accent_numix"],
"layer0.texture": "Boxy Theme/assets/accents/numix/buttons/button_dirty_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_tab_selected_filled", "theme_icons_materialized", "theme_dirty_accent_numix"],
"layer0.texture": "Boxy Theme/assets/accents/numix/buttons/button_dirty_materialized_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_tab_selected_filled", "theme_dirty_materialized", "theme_dirty_accent_numix"],
"layer0.texture": "Boxy Theme/assets/accents/numix/buttons/button_dirty_materialized_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_tab_selected_filled", "theme_dirty_accent_numix"],
"attributes": ["hover"],
"layer0.texture": "Boxy Theme/assets/accents/numix/buttons/button_dirty_close_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_tab_selected_filled", "theme_dirty_accent_cyan"],
"layer0.texture": "Boxy Theme/assets/accents/cyan/buttons/button_dirty_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_tab_selected_filled", "theme_icons_materialized", "theme_dirty_accent_cyan"],
"layer0.texture": "Boxy Theme/assets/accents/cyan/buttons/button_dirty_materialized_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_tab_selected_filled", "theme_dirty_materialized", "theme_dirty_accent_cyan"],
"layer0.texture": "Boxy Theme/assets/accents/cyan/buttons/button_dirty_materialized_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_tab_selected_filled", "theme_dirty_accent_cyan"],
"attributes": ["hover"],
"layer0.texture": "Boxy Theme/assets/accents/cyan/buttons/button_dirty_close_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_tab_selected_filled", "theme_dirty_accent_lime"],
"layer0.texture": "Boxy Theme/assets/accents/lime/buttons/button_dirty_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_tab_selected_filled", "theme_icons_materialized", "theme_dirty_accent_lime"],
"layer0.texture": "Boxy Theme/assets/accents/lime/buttons/button_dirty_materialized_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_tab_selected_filled", "theme_dirty_materialized", "theme_dirty_accent_lime"],
"layer0.texture": "Boxy Theme/assets/accents/lime/buttons/button_dirty_materialized_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_tab_selected_filled", "theme_dirty_accent_lime"],
"attributes": ["hover"],
"layer0.texture": "Boxy Theme/assets/accents/lime/buttons/button_dirty_close_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_tab_selected_filled", "theme_dirty_accent_pink"],
"layer0.texture": "Boxy Theme/assets/accents/pink/buttons/button_dirty_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_tab_selected_filled", "theme_icons_materialized", "theme_dirty_accent_pink"],
"layer0.texture": "Boxy Theme/assets/accents/pink/buttons/button_dirty_materialized_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_tab_selected_filled", "theme_dirty_materialized", "theme_dirty_accent_pink"],
"layer0.texture": "Boxy Theme/assets/accents/pink/buttons/button_dirty_materialized_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_tab_selected_filled", "theme_dirty_accent_pink"],
"attributes": ["hover"],
"layer0.texture": "Boxy Theme/assets/accents/pink/buttons/button_dirty_close_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_tab_selected_filled", "theme_dirty_accent_sky"],
"layer0.texture": "Boxy Theme/assets/accents/sky/buttons/button_dirty_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_tab_selected_filled", "theme_icons_materialized", "theme_dirty_accent_sky"],
"layer0.texture": "Boxy Theme/assets/accents/sky/buttons/button_dirty_materialized_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_tab_selected_filled", "theme_dirty_materialized", "theme_dirty_accent_sky"],
"layer0.texture": "Boxy Theme/assets/accents/sky/buttons/button_dirty_materialized_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_tab_selected_filled", "theme_dirty_accent_sky"],
"attributes": ["hover"],
"layer0.texture": "Boxy Theme/assets/accents/sky/buttons/button_dirty_close_selected.png",
"layer0.opacity": 1.0
},
// Tabs Options
// ===========================================================================
// Tabset Options
// ---------------------------------------------------------------------------
//
// Buttons
//
{
"class": "scroll_tabs_left_button",
"settings": ["theme_tab_arrows_hidden"],
"content_margin": 0
},
{
"class": "scroll_tabs_right_button",
"settings": ["theme_tab_arrows_hidden"],
"content_margin": 0
},
//
// Top Margin
//
// Small
{
"class": "tabset_control",
"settings": ["theme_bar_margin_top_sm", "!theme_bar"],
"content_margin": [0, 4, 0, 0]
},
// Medium
{
"class": "tabset_control",
"settings": ["theme_bar_margin_top_md", "!theme_bar"],
"content_margin": [0, 6, 0, 0]
},
// Large
{
"class": "tabset_control",
"settings": ["theme_bar_margin_top_lg", "!theme_bar"],
"content_margin": [0, 8, 0, 0]
},
//
// Sizes
//
// Width
{
"class": "tabset_control",
"settings": ["theme_tab_width_auto", "enable_tab_scrolling"],
"tab_width": 0,
"tab_min_width": 64
},
{
"class": "tabset_control",
"settings": ["!enable_tab_scrolling"],
"tab_min_width": 48
},
// Global
{
"class": "tabset_control",
"settings": ["theme_size_xs"],
"tab_height": 28
},
{
"class": "tab_control",
"settings": ["theme_size_xs"],
"content_margin": [12, 4, 8, 4]
},
{
"class": "tab_control",
"settings": ["!show_tab_close_buttons", "theme_size_xs"],
"content_margin": [12, 4]
},
{
"class": "tab_control",
"settings": ["!show_tab_close_buttons", "highlight_modified_tabs", "theme_size_xs"],
"attributes": ["dirty"],
"content_margin": [12, 4, 8, 4]
},
{
"class": "tabset_control",
"settings": ["theme_size_sm"],
"tab_height": 32
},
{
"class": "tab_control",
"settings": ["theme_size_sm"],
"content_margin": [14, 4, 9, 4]
},
{
"class": "tab_control",
"settings": ["!show_tab_close_buttons", "theme_size_sm"],
"content_margin": [14, 4]
},
{
"class": "tab_control",
"settings": ["!show_tab_close_buttons", "highlight_modified_tabs", "theme_size_sm"],
"attributes": ["dirty"],
"content_margin": [14, 4, 9, 4]
},
{
"class": "tabset_control",
"settings": ["theme_size_md"],
"tab_height": 36
},
{
"class": "tab_control",
"settings": ["theme_size_md"],
"content_margin": [16, 4, 10, 4]
},
{
"class": "tab_control",
"settings": ["!show_tab_close_buttons", "theme_size_md"],
"content_margin": [16, 4]
},
{
"class": "tab_control",
"settings": ["!show_tab_close_buttons", "highlight_modified_tabs", "theme_size_md"],
"attributes": ["dirty"],
"content_margin": [16, 4, 10, 4]
},
{
"class": "tabset_control",
"settings": ["theme_size_lg"],
"tab_height": 40
},
{
"class": "tab_control",
"settings": ["theme_size_lg"],
"content_margin": [18, 4, 11, 4]
},
{
"class": "tab_control",
"settings": ["!show_tab_close_buttons", "theme_size_lg"],
"content_margin": [18, 4]
},
{
"class": "tab_control",
"settings": ["!show_tab_close_buttons", "highlight_modified_tabs", "theme_size_lg"],
"attributes": ["dirty"],
"content_margin": [18, 4, 11, 4]
},
{
"class": "tabset_control",
"settings": ["theme_size_xl"],
"tab_height": 44
},
{
"class": "tab_control",
"settings": ["theme_size_xl"],
"content_margin": [20, 4, 12, 4]
},
{
"class": "tab_control",
"settings": ["!show_tab_close_buttons", "theme_size_xl"],
"content_margin": [20, 4]
},
{
"class": "tab_control",
"settings": ["!show_tab_close_buttons", "highlight_modified_tabs", "theme_size_xl"],
"attributes": ["dirty"],
"content_margin": [20, 4, 12, 4]
},
// Control
{
"class": "tabset_control",
"settings": ["theme_tab_size_xs"],
"tab_height": 28
},
{
"class": "tab_control",
"settings": ["theme_tab_size_xs"],
"content_margin": [12, 4, 8, 4]
},
{
"class": "tab_control",
"settings": ["!show_tab_close_buttons", "theme_tab_size_xs"],
"content_margin": [12, 4]
},
{
"class": "tab_control",
"settings": ["!show_tab_close_buttons", "highlight_modified_tabs", "theme_tab_size_xs"],
"attributes": ["dirty"],
"content_margin": [12, 4, 8, 4]
},
{
"class": "tabset_control",
"settings": ["theme_tab_size_sm"],
"tab_height": 32
},
{
"class": "tab_control",
"settings": ["theme_tab_size_sm"],
"content_margin": [14, 4, 9, 4]
},
{
"class": "tab_control",
"settings": ["!show_tab_close_buttons", "theme_tab_size_sm"],
"content_margin": [14, 4]
},
{
"class": "tab_control",
"settings": ["!show_tab_close_buttons", "highlight_modified_tabs", "theme_tab_size_sm"],
"attributes": ["dirty"],
"content_margin": [14, 4, 9, 4]
},
{
"class": "tabset_control",
"settings": ["theme_tab_size_md"],
"tab_height": 36
},
{
"class": "tab_control",
"settings": ["theme_tab_size_md"],
"content_margin": [16, 4, 10, 4]
},
{
"class": "tab_control",
"settings": ["!show_tab_close_buttons", "theme_tab_size_md"],
"content_margin": [16, 4]
},
{
"class": "tab_control",
"settings": ["!show_tab_close_buttons", "highlight_modified_tabs", "theme_tab_size_md"],
"attributes": ["dirty"],
"content_margin": [16, 4, 10, 4]
},
{
"class": "tabset_control",
"settings": ["theme_tab_size_lg"],
"tab_height": 40
},
{
"class": "tab_control",
"settings": ["theme_tab_size_lg"],
"content_margin": [18, 4, 11, 4]
},
{
"class": "tab_control",
"settings": ["!show_tab_close_buttons", "theme_tab_size_lg"],
"content_margin": [18, 4]
},
{
"class": "tab_control",
"settings": ["!show_tab_close_buttons", "highlight_modified_tabs", "theme_tab_size_lg"],
"attributes": ["dirty"],
"content_margin": [18, 4, 11, 4]
},
{
"class": "tabset_control",
"settings": ["theme_tab_size_xl"],
"tab_height": 44
},
{
"class": "tab_control",
"settings": ["theme_tab_size_xl"],
"content_margin": [20, 4, 12, 4]
},
{
"class": "tab_control",
"settings": ["!show_tab_close_buttons", "theme_tab_size_xl"],
"content_margin": [20, 4]
},
{
"class": "tab_control",
"settings": ["!show_tab_close_buttons", "highlight_modified_tabs", "theme_tab_size_xl"],
"attributes": ["dirty"],
"content_margin": [20, 4, 12, 4]
},
{
"class": "tabset_control",
"settings": ["theme_tab_size_xxl"],
"tab_height": 54
},
{
"class": "tab_control",
"settings": ["theme_tab_size_xxl"],
"content_margin": [24, 4, 14, 4]
},
{
"class": "tab_control",
"settings": ["!show_tab_close_buttons", "theme_tab_size_xxl"],
"content_margin": [24, 4]
},
{
"class": "tab_control",
"settings": ["!show_tab_close_buttons", "highlight_modified_tabs", "theme_tab_size_xxl"],
"attributes": ["dirty"],
"content_margin": [24, 4, 14, 4]
},
//
// Scrolling
//
// Enable Tab Switch via Mouse Wheel
{
"class": "tabset_control",
"settings": ["theme_tab_mouse_wheel_switch"],
"mouse_wheel_switch": true
},
// Tab Options
// ---------------------------------------------------------------------------
//
// Highlight Text Only
//
{
"class": "tab_control",
"settings": ["theme_tab_highlight_text_only"],
"layer1.opacity": 0
},
//
// Bold Labels
//
{
"class": "tab_label",
"settings": ["theme_tab_label_bold"],
"font.bold": true
},
{
"class": "tab_label",
"parents": [{"class": "tab_control", "attributes": ["selected"]}],
"settings": ["theme_tab_selected_label_bold"],
"font.bold": true
},
// Tab Font Options
// ---------------------------------------------------------------------------
//
// Global
//
{
"class": "tab_label",
"settings": ["theme_font_xs"],
"font.size": 10
},
{
"class": "tab_label",
"settings": ["theme_font_sm"],
"font.size": 11
},
{
"class": "tab_label",
"settings": ["theme_font_md"],
"font.size": 12
},
{
"class": "tab_label",
"settings": ["theme_font_lg"],
"font.size": 13
},
{
"class": "tab_label",
"settings": ["theme_font_xl"],
"font.size": 14
},
//
// Control
//
{
"class": "tab_label",
"settings": ["theme_tab_font_xs"],
"font.size": 10
},
{
"class": "tab_label",
"settings": ["theme_tab_font_sm"],
"font.size": 11
},
{
"class": "tab_label",
"settings": ["theme_tab_font_md"],
"font.size": 12
},
{
"class": "tab_label",
"settings": ["theme_tab_font_lg"],
"font.size": 13
},
{
"class": "tab_label",
"settings": ["theme_tab_font_xl"],
"font.size": 14
},
//
// >> Tooltips
// ===========================================================================
// Tooltip settings and behavior
// ===========================================================================
//
// Tooltips Background
// ===========================================================================
{
"class": "tool_tip_control",
"layer0.opacity": 1.0,
"layer1.tint": [0, 0, 0],
"layer1.opacity": 0.25,
"content_margin": [10, 5]
},
// Tooltips Text
// ===========================================================================
{
"class": "tool_tip_label_control",
"font.size": 11,
"color": [255, 255, 255]
},
// Tooltips Mono Accent
// ===========================================================================
{
"class": "tool_tip_control",
"settings": ["theme_accent_mono"],
"layer1.tint": [255, 255, 255],
"layer1.opacity": 0.05,
"layer0.tint": [42, 43, 45]
},
{
"class": "tool_tip_label_control",
"settings": ["theme_accent_mono"],
"color": [221, 222, 222]
},
// Tooltips Blue Accent
// ===========================================================================
{
"class": "tool_tip_control",
"settings": ["!theme_accent_mono"],
"layer0.tint": [36, 151, 227]
},
// Tooltips Green Accent
// ===========================================================================
{
"class": "tool_tip_control",
"settings": ["!theme_accent_mono", "theme_accent_green"],
"layer0.tint": [46, 188, 103]
},
// Tooltips Orange Accent
// ===========================================================================
{
"class": "tool_tip_control",
"settings": ["!theme_accent_mono", "theme_accent_orange"],
"layer0.tint": [242, 104, 62]
},
// Tooltips Purple Accent
// ===========================================================================
{
"class": "tool_tip_control",
"settings": ["!theme_accent_mono", "theme_accent_purple"],
"layer0.tint": [137, 85, 162]
},
// Tooltips Tangerine Accent
// ===========================================================================
{
"class": "tool_tip_control",
"settings": ["!theme_accent_mono", "theme_accent_tangerine"],
"layer0.tint": [242, 134, 94]
},
// Tooltips Numix Accent
// ===========================================================================
{
"class": "tool_tip_control",
"settings": ["!theme_accent_mono", "theme_accent_numix"],
"layer0.tint": [214, 73, 55]
},
// Tooltips Cyan Accent
// ===========================================================================
{
"class": "tool_tip_control",
"settings": ["!theme_accent_mono", "theme_accent_cyan"],
"layer0.tint": [116, 202, 194]
},
// Tooltips Lime Accent
// ===========================================================================
{
"class": "tool_tip_control",
"settings": ["!theme_accent_mono", "theme_accent_lime"],
"layer0.tint": [132, 188, 68]
},
// Tooltips Pink Accent
// ===========================================================================
{
"class": "tool_tip_control",
"settings": ["!theme_accent_mono", "theme_accent_pink"],
"layer0.tint": [240, 113, 120]
},
// Tooltips Sky Accent
// ===========================================================================
{
"class": "tool_tip_control",
"settings": ["!theme_accent_mono", "theme_accent_sky"],
"layer0.tint": [82, 139, 255]
},
// Tooltips Options
// ===========================================================================
// Tooltips Font Options
// ---------------------------------------------------------------------------
//
// Global
//
{
"class": "tool_tip_label_control",
"settings": ["theme_font_xs"],
"font.size": 10
},
{
"class": "tool_tip_label_control",
"settings": ["theme_font_sm"],
"font.size": 11
},
{
"class": "tool_tip_label_control",
"settings": ["theme_font_md"],
"font.size": 12
},
{
"class": "tool_tip_label_control",
"settings": ["theme_font_lg"],
"font.size": 13
},
{
"class": "tool_tip_label_control",
"settings": ["theme_font_xl"],
"font.size": 14
},
//
// Control
//
{
"class": "tool_tip_label_control",
"settings": ["theme_tooltips_font_xs"],
"font.size": 10
},
{
"class": "tool_tip_label_control",
"settings": ["theme_tooltips_font_sm"],
"font.size": 11
},
{
"class": "tool_tip_label_control",
"settings": ["theme_tooltips_font_md"],
"font.size": 12
},
{
"class": "tool_tip_label_control",
"settings": ["theme_tooltips_font_lg"],
"font.size": 13
},
{
"class": "tool_tip_label_control",
"settings": ["theme_tooltips_font_xl"],
"font.size": 14
},
//
// >> Window
// ===========================================================================
// Styles for empty window
// ===========================================================================
//
{
"class": "sheet_container_control",
"layer0.opacity": 1.0
},
{
"class": "dialog",
"layer0.opacity": 1.0
},
// Window Theme Specific Styles
// ===========================================================================
{
"class": "sheet_container_control",
"layer0.tint": [35, 36, 38]
},
{
"class": "dialog",
"layer0.tint": [42, 43, 45]
},
//
// >> Bar
// ===========================================================================
// Styles for colored top bar
// ===========================================================================
//
// Bar
// ===========================================================================
// Grid Border Color
// ---------------------------------------------------------------------------
{
"class": "grid_layout_control",
"settings": ["theme_bar"],
"border_color": [42, 43, 45]
},
{
"class": "grid_layout_control",
"settings": ["theme_bar", "theme_unified"],
"border_color": [35, 36, 38]
},
// Sidebar
// ---------------------------------------------------------------------------
{
"class": "sidebar_container",
"settings": ["theme_bar"],
"content_margin": [0, 32, 0, 0],
"layer0.tint": [42, 43, 45],
"layer1.inner_margin": [120, 32, 0, 0],
"layer1.opacity": 1,
"layer2.inner_margin": [0, 0, 7, 32],
"layer2.texture": "Boxy Theme/assets/common/bar/shadow.png"
},
{
"class": "sidebar_container",
"settings": ["theme_bar", "theme_unified"],
"layer0.tint": [35, 36, 38]
},
// Bar Dark Styles
// ===========================================================================
// Tabset
// ---------------------------------------------------------------------------
{
"class": "tabset_control",
"settings": ["theme_bar"],
"layer0.tint": [42, 43, 45]
},
{
"class": "tabset_control",
"settings": ["theme_bar", "theme_unified"],
"layer0.tint": [35, 36, 38]
},
// Tab
// ---------------------------------------------------------------------------
{
"class": "tab_control",
"settings": ["theme_bar"],
"layer0.texture": "Boxy Theme/assets/specific/tomorrow/tabs/tab_overlay.png"
},
{
"class": "tab_control",
"settings": ["theme_bar", "theme_unified"],
"layer0.texture": "Boxy Theme/assets/specific/tomorrow/tabs/tab.png"
},
// Sidebar
// ---------------------------------------------------------------------------
{
"class": "sidebar_container",
"settings": ["theme_bar"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo.png",
"layer1.opacity": 0.55,
"layer2.opacity": 0.5
},
{
"class": "sidebar_container",
"settings": ["theme_bar", "theme_icons_materialized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_materialized.png"
},
{
"class": "sidebar_container",
"settings": ["theme_bar", "theme_icons_atomized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_atomized.png"
},
{
"class": "sidebar_container",
"settings": ["theme_bar", "theme_bar_logo_materialized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_materialized.png"
},
{
"class": "sidebar_container",
"settings": ["theme_bar", "theme_bar_logo_atomized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_atomized.png"
},
{
"class": "sidebar_container",
"settings": ["theme_bar", "theme_sidebar_border"],
"content_margin": [0, 32, 1, 0]
},
{
"class": "sidebar_container",
"settings": ["theme_bar", "theme_bar_shadow_hidden"],
"layer2.opacity": 0
},
//
// Extra Small
//
{
"class": "sidebar_container",
"settings": ["theme_bar", "theme_size_xs"],
"content_margin": [0, 28, 0, 0],
"layer1.inner_margin": [120, 28, 0, 0],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_xs.png"
},
{
"class": "sidebar_container",
"settings": ["theme_bar", "theme_tab_size_xs"],
"content_margin": [0, 28, 0, 0],
"layer1.inner_margin": [120, 28, 0, 0],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_xs.png"
},
{
"class": "sidebar_container",
"settings": ["theme_bar", "theme_size_xs", "theme_icons_materialized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_materialized_xs.png"
},
{
"class": "sidebar_container",
"settings": ["theme_bar", "theme_tab_size_xs", "theme_icons_materialized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_materialized_xs.png"
},
{
"class": "sidebar_container",
"settings": ["theme_bar", "theme_size_xs", "theme_icons_atomized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_atomized_xs.png"
},
{
"class": "sidebar_container",
"settings": ["theme_bar", "theme_tab_size_xs", "theme_icons_atomized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_atomized_xs.png"
},
{
"class": "sidebar_container",
"settings": ["theme_bar", "theme_size_xs", "theme_bar_logo_materialized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_materialized_xs.png"
},
{
"class": "sidebar_container",
"settings": ["theme_bar", "theme_tab_size_xs", "theme_bar_logo_materialized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_materialized_xs.png"
},
{
"class": "sidebar_container",
"settings": ["theme_bar", "theme_size_xs", "theme_bar_logo_atomized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_atomized_xs.png"
},
{
"class": "sidebar_container",
"settings": ["theme_bar", "theme_tab_size_xs", "theme_bar_logo_atomized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_atomized_xs.png"
},
{
"class": "sidebar_container",
"settings": ["theme_bar", "theme_size_xs", "theme_sidebar_border"],
"content_margin": [0, 28, 1, 0]
},
{
"class": "sidebar_container",
"settings": ["theme_bar", "theme_tab_size_xs", "theme_sidebar_border"],
"content_margin": [0, 28, 1, 0]
},
//
// Small
//
{
"class": "sidebar_container",
"settings": ["theme_bar", "theme_size_sm"],
"content_margin": [0, 32, 0, 0],
"layer1.inner_margin": [120, 32, 0, 0],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo.png"
},
{
"class": "sidebar_container",
"settings": ["theme_bar", "theme_tab_size_sm"],
"content_margin": [0, 32, 0, 0],
"layer1.inner_margin": [120, 32, 0, 0],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo.png"
},
{
"class": "sidebar_container",
"settings": ["theme_bar", "theme_size_sm", "theme_icons_materialized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_materialized.png"
},
{
"class": "sidebar_container",
"settings": ["theme_bar", "theme_tab_size_sm", "theme_icons_materialized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_materialized.png"
},
{
"class": "sidebar_container",
"settings": ["theme_bar", "theme_size_sm", "theme_icons_atomized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_atomized.png"
},
{
"class": "sidebar_container",
"settings": ["theme_bar", "theme_tab_size_sm", "theme_icons_atomized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_atomized.png"
},
{
"class": "sidebar_container",
"settings": ["theme_bar", "theme_size_sm", "theme_bar_logo_materialized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_materialized.png"
},
{
"class": "sidebar_container",
"settings": ["theme_bar", "theme_tab_size_sm", "theme_bar_logo_materialized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_materialized.png"
},
{
"class": "sidebar_container",
"settings": ["theme_bar", "theme_size_sm", "theme_bar_logo_atomized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_atomized.png"
},
{
"class": "sidebar_container",
"settings": ["theme_bar", "theme_tab_size_sm", "theme_bar_logo_atomized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_atomized.png"
},
{
"class": "sidebar_container",
"settings": ["theme_bar", "theme_size_sm", "theme_sidebar_border"],
"content_margin": [0, 32, 1, 0]
},
{
"class": "sidebar_container",
"settings": ["theme_bar", "theme_tab_size_sm", "theme_sidebar_border"],
"content_margin": [0, 32, 1, 0]
},
//
// Medium
//
{
"class": "sidebar_container",
"settings": ["theme_bar", "theme_size_md"],
"content_margin": [0, 36, 0, 0],
"layer1.inner_margin": [120, 36, 0, 0],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_md.png"
},
{
"class": "sidebar_container",
"settings": ["theme_bar", "theme_tab_size_md"],
"content_margin": [0, 36, 0, 0],
"layer1.inner_margin": [120, 36, 0, 0],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_md.png"
},
{
"class": "sidebar_container",
"settings": ["theme_bar", "theme_size_md", "theme_icons_materialized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_materialized_md.png"
},
{
"class": "sidebar_container",
"settings": ["theme_bar", "theme_tab_size_md", "theme_icons_materialized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_materialized_md.png"
},
{
"class": "sidebar_container",
"settings": ["theme_bar", "theme_size_md", "theme_icons_atomized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_atomized_md.png"
},
{
"class": "sidebar_container",
"settings": ["theme_bar", "theme_tab_size_md", "theme_icons_atomized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_atomized_md.png"
},
{
"class": "sidebar_container",
"settings": ["theme_bar", "theme_size_md", "theme_bar_logo_materialized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_materialized_md.png"
},
{
"class": "sidebar_container",
"settings": ["theme_bar", "theme_tab_size_md", "theme_bar_logo_materialized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_materialized_md.png"
},
{
"class": "sidebar_container",
"settings": ["theme_bar", "theme_size_md", "theme_bar_logo_atomized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_atomized_md.png"
},
{
"class": "sidebar_container",
"settings": ["theme_bar", "theme_tab_size_md", "theme_bar_logo_atomized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_atomized_md.png"
},
{
"class": "sidebar_container",
"settings": ["theme_bar", "theme_size_md", "theme_sidebar_border"],
"content_margin": [0, 36, 1, 0]
},
{
"class": "sidebar_container",
"settings": ["theme_bar", "theme_tab_size_md", "theme_sidebar_border"],
"content_margin": [0, 36, 1, 0]
},
//
// Large
//
{
"class": "sidebar_container",
"settings": ["theme_bar", "theme_size_lg"],
"content_margin": [0, 40, 0, 0],
"layer1.inner_margin": [120, 40, 0, 0],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_lg.png"
},
{
"class": "sidebar_container",
"settings": ["theme_bar", "theme_tab_size_lg"],
"content_margin": [0, 40, 0, 0],
"layer1.inner_margin": [120, 40, 0, 0],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_lg.png"
},
{
"class": "sidebar_container",
"settings": ["theme_bar", "theme_size_lg", "theme_icons_materialized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_materialized_lg.png"
},
{
"class": "sidebar_container",
"settings": ["theme_bar", "theme_tab_size_lg", "theme_icons_materialized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_materialized_lg.png"
},
{
"class": "sidebar_container",
"settings": ["theme_bar", "theme_size_lg", "theme_icons_atomized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_atomized_lg.png"
},
{
"class": "sidebar_container",
"settings": ["theme_bar", "theme_tab_size_lg", "theme_icons_atomized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_atomized_lg.png"
},
{
"class": "sidebar_container",
"settings": ["theme_bar", "theme_size_lg", "theme_bar_logo_materialized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_materialized_lg.png"
},
{
"class": "sidebar_container",
"settings": ["theme_bar", "theme_tab_size_lg", "theme_bar_logo_materialized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_materialized_lg.png"
},
{
"class": "sidebar_container",
"settings": ["theme_bar", "theme_size_lg", "theme_bar_logo_atomized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_atomized_lg.png"
},
{
"class": "sidebar_container",
"settings": ["theme_bar", "theme_tab_size_lg", "theme_bar_logo_atomized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_atomized_lg.png"
},
{
"class": "sidebar_container",
"settings": ["theme_bar", "theme_size_lg", "theme_sidebar_border"],
"content_margin": [0, 40, 1, 0]
},
{
"class": "sidebar_container",
"settings": ["theme_bar", "theme_tab_size_lg", "theme_sidebar_border"],
"content_margin": [0, 40, 1, 0]
},
//
// Extra Large
//
{
"class": "sidebar_container",
"settings": ["theme_bar", "theme_size_xl"],
"content_margin": [0, 44, 0, 0],
"layer1.inner_margin": [120, 44, 0, 0],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_xl.png"
},
{
"class": "sidebar_container",
"settings": ["theme_bar", "theme_tab_size_xl"],
"content_margin": [0, 44, 0, 0],
"layer1.inner_margin": [120, 44, 0, 0],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_xl.png"
},
{
"class": "sidebar_container",
"settings": ["theme_bar", "theme_size_xl", "theme_icons_materialized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_materialized_xl.png"
},
{
"class": "sidebar_container",
"settings": ["theme_bar", "theme_tab_size_xl", "theme_icons_materialized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_materialized_xl.png"
},
{
"class": "sidebar_container",
"settings": ["theme_bar", "theme_size_xl", "theme_icons_atomized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_atomized_xl.png"
},
{
"class": "sidebar_container",
"settings": ["theme_bar", "theme_tab_size_xl", "theme_icons_atomized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_atomized_xl.png"
},
{
"class": "sidebar_container",
"settings": ["theme_bar", "theme_size_xl", "theme_bar_logo_materialized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_materialized_xl.png"
},
{
"class": "sidebar_container",
"settings": ["theme_bar", "theme_tab_size_xl", "theme_bar_logo_materialized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_materialized_xl.png"
},
{
"class": "sidebar_container",
"settings": ["theme_bar", "theme_size_xl", "theme_bar_logo_atomized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_atomized_xl.png"
},
{
"class": "sidebar_container",
"settings": ["theme_bar", "theme_tab_size_xl", "theme_bar_logo_atomized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_atomized_xl.png"
},
{
"class": "sidebar_container",
"settings": ["theme_bar", "theme_size_xl", "theme_sidebar_border"],
"content_margin": [0, 44, 1, 0]
},
{
"class": "sidebar_container",
"settings": ["theme_bar", "theme_tab_size_xl", "theme_sidebar_border"],
"content_margin": [0, 44, 1, 0]
},
//
// Extra Extra Large
//
{
"class": "sidebar_container",
"settings": ["theme_bar", "theme_tab_size_xxl"],
"content_margin": [0, 54, 0, 0],
"layer1.inner_margin": [120, 54, 0, 0],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_xxl.png"
},
{
"class": "sidebar_container",
"settings": ["theme_bar", "theme_tab_size_xxl", "theme_icons_materialized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_materialized_xxl.png"
},
{
"class": "sidebar_container",
"settings": ["theme_bar", "theme_tab_size_xxl", "theme_icons_atomized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_atomized_xxl.png"
},
{
"class": "sidebar_container",
"settings": ["theme_bar", "theme_tab_size_xxl", "theme_bar_logo_materialized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_materialized_xxl.png"
},
{
"class": "sidebar_container",
"settings": ["theme_bar", "theme_tab_size_xxl", "theme_bar_logo_atomized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_atomized_xxl.png"
},
{
"class": "sidebar_container",
"settings": ["theme_bar", "theme_tab_size_xxl", "theme_sidebar_border"],
"content_margin": [0, 54, 1, 0]
},
// Bar Accents
// ===========================================================================
// Grid Border Color
// ---------------------------------------------------------------------------
{
"class": "grid_layout_control",
"settings": ["!theme_accent_mono", "theme_bar_colored"],
"border_color": [36, 151, 227]
},
{
"class": "grid_layout_control",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_accent_green"],
"border_color": [46, 188, 103]
},
{
"class": "grid_layout_control",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_accent_orange"],
"border_color": [242, 104, 62]
},
{
"class": "grid_layout_control",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_accent_purple"],
"border_color": [137, 85, 162]
},
{
"class": "grid_layout_control",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_accent_tangerine"],
"border_color": [242, 134, 94]
},
{
"class": "grid_layout_control",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_accent_numix"],
"border_color": [214, 73, 55]
},
{
"class": "grid_layout_control",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_accent_cyan"],
"border_color": [116, 202, 194]
},
{
"class": "grid_layout_control",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_accent_lime"],
"border_color": [132, 188, 68]
},
{
"class": "grid_layout_control",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_accent_pink"],
"border_color": [240, 113, 120]
},
{
"class": "grid_layout_control",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_accent_sky"],
"border_color": [82, 139, 255]
},
// Sidebar
// ---------------------------------------------------------------------------
{
"class": "sidebar_container",
"settings": ["!theme_accent_mono", "theme_bar_colored"],
"layer0.tint": [36, 151, 227]
},
{
"class": "sidebar_container",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_accent_green"],
"layer0.tint": [46, 188, 103]
},
{
"class": "sidebar_container",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_accent_orange"],
"layer0.tint": [242, 104, 62]
},
{
"class": "sidebar_container",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_accent_purple"],
"layer0.tint": [137, 85, 162]
},
{
"class": "sidebar_container",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_accent_tangerine"],
"layer0.tint": [242, 134, 94]
},
{
"class": "sidebar_container",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_accent_numix"],
"layer0.tint": [214, 73, 55]
},
{
"class": "sidebar_container",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_accent_cyan"],
"layer0.tint": [116, 202, 194]
},
{
"class": "sidebar_container",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_accent_lime"],
"layer0.tint": [132, 188, 68]
},
{
"class": "sidebar_container",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_accent_pink"],
"layer0.tint": [240, 113, 120]
},
{
"class": "sidebar_container",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_accent_sky"],
"layer0.tint": [82, 139, 255]
},
{
"class": "sidebar_container",
"settings": ["!theme_accent_mono", "theme_bar_colored"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo.png",
"layer1.opacity": 0.9,
"layer2.opacity": 0.5
},
{
"class": "sidebar_container",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_icons_materialized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_materialized.png"
},
{
"class": "sidebar_container",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_icons_atomized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_atomized.png"
},
{
"class": "sidebar_container",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_bar_logo_materialized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_materialized.png"
},
{
"class": "sidebar_container",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_bar_logo_atomized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_atomized.png"
},
{
"class": "sidebar_container",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_bar_shadow_hidden"],
"layer2.opacity": 0
},
//
// Extra Small
//
{
"class": "sidebar_container",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_size_xs"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_xs.png"
},
{
"class": "sidebar_container",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_tab_size_xs"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_xs.png"
},
{
"class": "sidebar_container",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_size_xs", "theme_icons_materialized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_materialized_xs.png"
},
{
"class": "sidebar_container",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_tab_size_xs", "theme_icons_materialized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_materialized_xs.png"
},
{
"class": "sidebar_container",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_size_xs", "theme_icons_atomized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_atomized_xs.png"
},
{
"class": "sidebar_container",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_tab_size_xs", "theme_icons_atomized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_atomized_xs.png"
},
{
"class": "sidebar_container",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_size_xs", "theme_bar_logo_materialized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_materialized_xs.png"
},
{
"class": "sidebar_container",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_tab_size_xs", "theme_bar_logo_materialized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_materialized_xs.png"
},
{
"class": "sidebar_container",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_size_xs", "theme_bar_logo_atomized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_atomized_xs.png"
},
{
"class": "sidebar_container",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_tab_size_xs", "theme_bar_logo_atomized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_atomized_xs.png"
},
//
// Small
//
{
"class": "sidebar_container",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_size_sm"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo.png"
},
{
"class": "sidebar_container",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_tab_size_sm"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo.png"
},
{
"class": "sidebar_container",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_size_sm", "theme_icons_materialized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_materialized.png"
},
{
"class": "sidebar_container",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_tab_size_sm", "theme_icons_materialized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_materialized.png"
},
{
"class": "sidebar_container",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_size_sm", "theme_icons_atomized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_atomized.png"
},
{
"class": "sidebar_container",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_tab_size_sm", "theme_icons_atomized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_atomized.png"
},
{
"class": "sidebar_container",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_size_sm", "theme_tab_logo_materialized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_materialized.png"
},
{
"class": "sidebar_container",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_tab_size_sm", "theme_tab_logo_materialized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_materialized.png"
},
{
"class": "sidebar_container",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_size_sm", "theme_tab_logo_atomized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_atomized.png"
},
{
"class": "sidebar_container",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_tab_size_sm", "theme_tab_logo_atomized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_atomized.png"
},
//
// Medium
//
{
"class": "sidebar_container",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_size_md"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_md.png"
},
{
"class": "sidebar_container",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_tab_size_md"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_md.png"
},
{
"class": "sidebar_container",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_size_md", "theme_icons_materialized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_materialized_md.png"
},
{
"class": "sidebar_container",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_tab_size_md", "theme_icons_materialized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_materialized_md.png"
},
{
"class": "sidebar_container",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_size_md", "theme_icons_atomized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_atomized_md.png"
},
{
"class": "sidebar_container",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_tab_size_md", "theme_icons_atomized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_atomized_md.png"
},
{
"class": "sidebar_container",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_size_md", "theme_bar_logo_materialized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_materialized_md.png"
},
{
"class": "sidebar_container",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_tab_size_md", "theme_bar_logo_materialized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_materialized_md.png"
},
{
"class": "sidebar_container",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_size_md", "theme_bar_logo_atomized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_atomized_md.png"
},
{
"class": "sidebar_container",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_tab_size_md", "theme_bar_logo_atomized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_atomized_md.png"
},
//
// Large
//
{
"class": "sidebar_container",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_size_lg"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_lg.png"
},
{
"class": "sidebar_container",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_tab_size_lg"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_lg.png"
},
{
"class": "sidebar_container",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_size_lg", "theme_icons_materialized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_materialized_lg.png"
},
{
"class": "sidebar_container",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_tab_size_lg", "theme_icons_materialized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_materialized_lg.png"
},
{
"class": "sidebar_container",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_size_lg", "theme_icons_atomized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_atomized_lg.png"
},
{
"class": "sidebar_container",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_tab_size_lg", "theme_icons_atomized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_atomized_lg.png"
},
{
"class": "sidebar_container",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_size_lg", "theme_bar_logo_materialized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_materialized_lg.png"
},
{
"class": "sidebar_container",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_tab_size_lg", "theme_bar_logo_materialized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_materialized_lg.png"
},
{
"class": "sidebar_container",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_size_lg", "theme_bar_logo_atomized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_atomized_lg.png"
},
{
"class": "sidebar_container",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_tab_size_lg", "theme_bar_logo_atomized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_atomized_lg.png"
},
//
// Extra Large
//
{
"class": "sidebar_container",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_size_xl"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_xl.png"
},
{
"class": "sidebar_container",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_tab_size_xl"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_xl.png"
},
{
"class": "sidebar_container",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_size_xl", "theme_icons_materialized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_materialized_xl.png"
},
{
"class": "sidebar_container",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_tab_size_xl", "theme_icons_materialized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_materialized_xl.png"
},
{
"class": "sidebar_container",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_size_xl", "theme_icons_atomized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_atomized_xl.png"
},
{
"class": "sidebar_container",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_tab_size_xl", "theme_icons_atomized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_atomized_xl.png"
},
{
"class": "sidebar_container",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_size_xl", "theme_bar_logo_materialized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_materialized_xl.png"
},
{
"class": "sidebar_container",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_tab_size_xl", "theme_bar_logo_materialized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_materialized_xl.png"
},
{
"class": "sidebar_container",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_size_xl", "theme_bar_logo_atomized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_atomized_xl.png"
},
{
"class": "sidebar_container",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_tab_size_xl", "theme_bar_logo_atomized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_atomized_xl.png"
},
//
// Extra Large
//
{
"class": "sidebar_container",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_tab_size_xxl"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_xxl.png"
},
{
"class": "sidebar_container",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_tab_size_xxl", "theme_icons_materialized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_materialized_xxl.png"
},
{
"class": "sidebar_container",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_tab_size_xxl", "theme_icons_atomized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_atomized_xxl.png"
},
{
"class": "sidebar_container",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_tab_size_xxl", "theme_bar_logo_materialized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_materialized_xxl.png"
},
{
"class": "sidebar_container",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_tab_size_xxl", "theme_bar_logo_atomized"],
"layer1.texture": "Boxy Theme/assets/variants/dark/bar/logo_atomized_xxl.png"
},
// Tabset
// ---------------------------------------------------------------------------
{
"class": "tabset_control",
"settings": ["!theme_accent_mono", "theme_bar_colored"],
"layer0.tint": [36, 151, 227]
},
{
"class": "tabset_control",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_accent_green"],
"layer0.tint": [46, 188, 103]
},
{
"class": "tabset_control",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_accent_orange"],
"layer0.tint": [242, 104, 62]
},
{
"class": "tabset_control",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_accent_purple"],
"layer0.tint": [137, 85, 162]
},
{
"class": "tabset_control",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_accent_tangerine"],
"layer0.tint": [242, 134, 94]
},
{
"class": "tabset_control",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_accent_numix"],
"layer0.tint": [214, 73, 55]
},
{
"class": "tabset_control",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_accent_cyan"],
"layer0.tint": [116, 202, 194]
},
{
"class": "tabset_control",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_accent_lime"],
"layer0.tint": [132, 188, 68]
},
{
"class": "tabset_control",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_accent_pink"],
"layer0.tint": [240, 113, 120]
},
{
"class": "tabset_control",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_accent_sky"],
"layer0.tint": [82, 139, 255]
},
//
// Tabset Scrolling
//
{
"class": "scroll_tabs_left_button",
"settings": ["!theme_accent_mono", "theme_bar_colored"],
"layer0.opacity": 0.65
},
{
"class": "scroll_tabs_left_button",
"settings": ["!theme_accent_mono", "theme_bar_colored"],
"attributes": ["hover"],
"layer0.opacity": 0.85
},
{
"class": "scroll_tabs_right_button",
"settings": ["!theme_accent_mono", "theme_bar_colored"],
"layer0.opacity": 0.65
},
{
"class": "scroll_tabs_right_button",
"settings": ["!theme_accent_mono", "theme_bar_colored"],
"attributes": ["hover"],
"layer0.opacity": 0.85
},
{
"class": "show_tabs_dropdown_button",
"settings": ["!theme_accent_mono", "theme_bar_colored"],
"layer0.opacity": 0.65
},
{
"class": "show_tabs_dropdown_button",
"settings": ["!theme_accent_mono", "theme_bar_colored"],
"attributes": ["hover"],
"layer0.opacity": 0.85
},
{
"class": "scroll_tabs_left_button",
"settings": ["!theme_accent_mono", "theme_bar_colored"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_arrow_left.png"
},
{
"class": "scroll_tabs_right_button",
"settings": ["!theme_accent_mono", "theme_bar_colored"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_arrow_right.png"
},
//
// Tabset Overflow
//
{
"class": "show_tabs_dropdown_button",
"settings": ["!theme_accent_mono", "theme_bar_colored"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_dropdown.png"
},
{
"class": "show_tabs_dropdown_button",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_icons_materialized"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_dropdown_materialized.png"
},
{
"class": "show_tabs_dropdown_button",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_icons_atomized"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_dropdown_atomized.png"
},
{
"class": "show_tabs_dropdown_button",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_dropdown_materialized"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_dropdown_materialized.png"
},
{
"class": "show_tabs_dropdown_button",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_dropdown_atomized"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_dropdown_atomized.png"
},
// Tab
// ---------------------------------------------------------------------------
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_bar_colored"],
"layer0.texture": "Boxy Theme/assets/accents/blue/tabs/tab_selected_filled.png",
"layer1.texture": "Boxy Theme/assets/common/tabs/tab_selected.png",
"layer1.opacity": 0
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_accent_green"],
"layer0.texture": "Boxy Theme/assets/accents/green/tabs/tab_selected_filled.png",
"layer1.texture": "Boxy Theme/assets/common/tabs/tab_selected.png",
"layer1.opacity": 0
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_accent_orange"],
"layer0.texture": "Boxy Theme/assets/accents/orange/tabs/tab_selected_filled.png",
"layer1.texture": "Boxy Theme/assets/common/tabs/tab_selected.png",
"layer1.opacity": 0
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_accent_purple"],
"layer0.texture": "Boxy Theme/assets/accents/purple/tabs/tab_selected_filled.png",
"layer1.texture": "Boxy Theme/assets/common/tabs/tab_selected.png",
"layer1.opacity": 0
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_accent_tangerine"],
"layer0.texture": "Boxy Theme/assets/accents/tangerine/tabs/tab_selected_filled.png",
"layer1.texture": "Boxy Theme/assets/common/tabs/tab_selected.png",
"layer1.opacity": 0
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_accent_numix"],
"layer0.texture": "Boxy Theme/assets/accents/numix/tabs/tab_selected_filled.png",
"layer1.texture": "Boxy Theme/assets/common/tabs/tab_selected.png",
"layer1.opacity": 0
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_accent_cyan"],
"layer0.texture": "Boxy Theme/assets/accents/cyan/tabs/tab_selected_filled.png",
"layer1.texture": "Boxy Theme/assets/common/tabs/tab_selected.png",
"layer1.opacity": 0
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_accent_lime"],
"layer0.texture": "Boxy Theme/assets/accents/lime/tabs/tab_selected_filled.png",
"layer1.texture": "Boxy Theme/assets/common/tabs/tab_selected.png",
"layer1.opacity": 0
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_accent_pink"],
"layer0.texture": "Boxy Theme/assets/accents/pink/tabs/tab_selected_filled.png",
"layer1.texture": "Boxy Theme/assets/common/tabs/tab_selected.png",
"layer1.opacity": 0
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_accent_sky"],
"layer0.texture": "Boxy Theme/assets/accents/sky/tabs/tab_selected_filled.png",
"layer1.texture": "Boxy Theme/assets/common/tabs/tab_selected.png",
"layer1.opacity": 0
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_bar_colored"],
"attributes": ["hover"],
"layer1.opacity": 0.1
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_bar_colored"],
"attributes": ["selected"],
"layer1.opacity": 0
},
{
"class": "tab_control",
"settings": ["theme_tab_highlight_text_only", "!theme_accent_mono", "theme_bar_colored"],
"layer1.opacity": 0
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_tab_selected_underlined"],
"attributes": ["selected"],
"layer3.opacity": 0.75
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_tab_selected_prelined"],
"attributes": ["selected"],
"layer3.opacity": 0.75
},
{
"class": "tab_control",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_tab_selected_filled"],
"attributes": ["selected"],
"layer3.opacity": 0.8
},
{
"class": "tab_control",
"settings": ["theme_tab_selected_underlined", "!theme_accent_mono", "theme_bar_colored", "theme_tab_selected_transparent"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/variants/dark/tabs/tab_selected_underlined.png"
},
{
"class": "tab_control",
"settings": ["theme_tab_selected_underlined", "!theme_accent_mono", "theme_bar_colored", "theme_tab_selected_transparent", "theme_tab_line_size_sm"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/variants/dark/tabs/tab_selected_underlined_sm.png"
},
{
"class": "tab_control",
"settings": ["theme_tab_selected_underlined", "!theme_accent_mono", "theme_bar_colored", "theme_tab_selected_transparent", "theme_tab_line_size_lg"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/variants/dark/tabs/tab_selected_underlined_lg.png"
},
{
"class": "tab_control",
"settings": ["theme_tab_selected_prelined", "!theme_accent_mono", "theme_bar_colored", "theme_tab_selected_transparent"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/variants/dark/tabs/tab_selected_prelined.png"
},
{
"class": "tab_control",
"settings": ["theme_tab_selected_prelined", "!theme_accent_mono", "theme_bar_colored", "theme_tab_selected_transparent", "theme_tab_line_size_sm"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/variants/dark/tabs/tab_selected_prelined_sm.png"
},
{
"class": "tab_control",
"settings": ["theme_tab_selected_prelined", "!theme_accent_mono", "theme_bar_colored", "theme_tab_selected_transparent", "theme_tab_line_size_lg"],
"attributes": ["selected"],
"layer3.opacity": 1.0,
"layer3.texture": "Boxy Theme/assets/variants/dark/tabs/tab_selected_prelined_lg.png"
},
//
// Labels
//
{
"class": "tab_label",
"settings": ["!theme_accent_mono", "theme_bar_colored"],
"fg": [179, 219, 245]
},
{
"class": "tab_label",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_accent_green"],
"fg": [182, 232, 202]
},
{
"class": "tab_label",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_accent_orange"],
"fg": [250, 202, 188]
},
{
"class": "tab_label",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_accent_purple"],
"fg": [214, 196, 223]
},
{
"class": "tab_label",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_accent_tangerine"],
"fg": [250, 213, 199]
},
{
"class": "tab_label",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_accent_numix"],
"fg": [246, 215, 213]
},
{
"class": "tab_label",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_accent_cyan"],
"fg": [206, 237, 234]
},
{
"class": "tab_label",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_accent_lime"],
"fg": [212, 232, 190]
},
{
"class": "tab_label",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_accent_pink"],
"fg": [250, 205, 208]
},
{
"class": "tab_label",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_accent_sky"],
"fg": [195, 215, 255]
},
{
"class": "tab_label",
"settings": ["!theme_accent_mono", "theme_bar_colored"],
"parents": [{"class": "tab_control", "attributes": ["hover"]}],
"fg": [222, 240, 251]
},
{
"class": "tab_label",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_accent_green"],
"parents": [{"class": "tab_control", "attributes": ["hover"]}],
"fg": [211, 241, 222]
},
{
"class": "tab_label",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_accent_orange"],
"parents": [{"class": "tab_control", "attributes": ["hover"]}],
"fg": [253, 232, 226]
},
{
"class": "tab_label",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_accent_purple"],
"parents": [{"class": "tab_control", "attributes": ["hover"]}],
"fg": [236, 229, 240]
},
{
"class": "tab_label",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_accent_tangerine"],
"parents": [{"class": "tab_control", "attributes": ["hover"]}],
"fg": [253, 237, 231]
},
{
"class": "tab_label",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_accent_numix"],
"parents": [{"class": "tab_control", "attributes": ["hover"]}],
"fg": [251, 236, 234]
},
{
"class": "tab_label",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_accent_cyan"],
"parents": [{"class": "tab_control", "attributes": ["hover"]}],
"fg": [234, 247, 246]
},
{
"class": "tab_label",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_accent_lime"],
"parents": [{"class": "tab_control", "attributes": ["hover"]}],
"fg": [235, 244, 225]
},
{
"class": "tab_label",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_accent_pink"],
"parents": [{"class": "tab_control", "attributes": ["hover"]}],
"fg": [253, 234, 235]
},
{
"class": "tab_label",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_accent_sky"],
"parents": [{"class": "tab_control", "attributes": ["hover"]}],
"fg": [229, 238, 255]
},
// Light Color Scheme
{
"class": "tab_label",
"settings": ["!theme_accent_mono", "theme_bar_colored"],
"parents": [{"class": "tab_control", "attributes": ["selected"]}],
"fg": [0, 0, 0, 218]
},
// Medium Color Scheme
{
"class": "tab_label",
"settings": ["!theme_accent_mono", "theme_bar_colored"],
"parents": [{"class": "tab_control", "attributes": ["selected", "file_medium"]}],
"fg": [255, 255, 255, 218]
},
// Medium Dark Color Scheme
{
"class": "tab_label",
"settings": ["!theme_accent_mono", "theme_bar_colored"],
"parents": [{"class": "tab_control", "attributes": ["selected", "file_medium_dark"]}],
"fg": [255, 255, 255, 218]
},
// Dark Color Scheme
{
"class": "tab_label",
"settings": ["!theme_accent_mono", "theme_bar_colored"],
"parents": [{"class": "tab_control", "attributes": ["selected", "file_dark"]}],
"fg": [255, 255, 255, 218]
},
// Tab Selected Filled
{
"class": "tab_label",
"parents": [{"class": "tab_control", "attributes": ["selected"]}],
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_tab_selected_filled"],
"fg": [255, 255, 255]
},
// Tab Selected Transparent
{
"class": "tab_label",
"parents": [{"class": "tab_control", "attributes": ["selected"]}],
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_tab_selected_transparent"],
"fg": [255, 255, 255]
},
//
// Buttons
//
{
"class": "tab_close_button",
"settings": ["!theme_accent_mono", "theme_bar_colored"],
"layer0.opacity": 0
},
{
"class": "tab_close_button",
"settings": ["theme_tab_close_always_visible", "!theme_accent_mono", "theme_bar_colored"],
"layer0.opacity": 0.65
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected"]}],
"settings": ["!theme_tab_close_always_visible", "!theme_accent_mono", "theme_bar_colored"],
"layer0.opacity": 0.65
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["hover"]}],
"settings": ["!theme_tab_close_always_visible", "!theme_accent_mono", "theme_bar_colored"],
"layer0.opacity": 0.65
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["dirty"]}],
"settings": ["!theme_tab_close_always_visible", "!theme_accent_mono", "theme_bar_colored"],
"layer0.opacity": 0.65
},
{
"class": "tab_close_button",
"attributes": ["hover"],
"settings": ["!theme_accent_mono", "theme_bar_colored"],
"layer0.opacity": 0.85
},
{
"class": "tab_close_button",
"settings": ["!theme_accent_mono", "theme_bar_colored"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_close.png"
},
{
"class": "tab_close_button",
"settings": ["!theme_accent_mono", "theme_bar_colored"],
"parents": [{"class": "tab_control", "attributes": ["selected"]}],
"layer0.texture": "Boxy Theme/assets/variants/light/buttons/button_close.png"
},
{
"class": "tab_close_button",
"settings": ["!theme_accent_mono", "theme_bar_colored"],
"parents": [{"class": "tab_control", "attributes": ["selected", "file_medium"]}],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_close.png"
},
{
"class": "tab_close_button",
"settings": ["!theme_accent_mono", "theme_bar_colored"],
"parents": [{"class": "tab_control", "attributes": ["selected", "file_medium_dark"]}],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_close.png"
},
{
"class": "tab_close_button",
"settings": ["!theme_accent_mono", "theme_bar_colored"],
"parents": [{"class": "tab_control", "attributes": ["selected", "file_dark"]}],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_close.png"
},
{
"class": "tab_close_button",
"settings": ["!theme_accent_mono", "theme_bar_colored"],
"parents": [{"class": "tab_control", "attributes": ["dirty"]}],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_dirty.png"
},
{
"class": "tab_close_button",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_icons_materialized"],
"parents": [{"class": "tab_control", "attributes": ["dirty"]}],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_dirty_materialized.png"
},
{
"class": "tab_close_button",
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_dirty_materialized"],
"parents": [{"class": "tab_control", "attributes": ["dirty"]}],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_dirty_materialized.png"
},
{
"class": "tab_close_button",
"settings": ["!theme_accent_mono", "theme_bar_colored"],
"parents": [{"class": "tab_control", "attributes": ["dirty"]}],
"attributes": ["hover"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_close.png"
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected"]}],
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_tab_selected_filled"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_close.png"
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected"]}],
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_tab_selected_filled"],
"attributes": ["hover"],
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected"]}],
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_tab_selected_transparent"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_close.png"
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected"]}],
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_tab_selected_transparent"],
"attributes": ["hover"],
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_accent_mono", "theme_bar_colored"],
"layer0.texture": "Boxy Theme/assets/accents/blue/buttons/button_dirty_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["theme_icons_materialized", "!theme_accent_mono", "theme_bar_colored"],
"layer0.texture": "Boxy Theme/assets/accents/blue/buttons/button_dirty_materialized_selected.png"
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["theme_dirty_materialized", "!theme_accent_mono", "theme_bar_colored"],
"layer0.texture": "Boxy Theme/assets/accents/blue/buttons/button_dirty_materialized_selected.png"
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_accent_mono", "theme_bar_colored"],
"attributes": ["hover"],
"layer0.texture": "Boxy Theme/assets/accents/blue/buttons/button_dirty_close_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_accent_green"],
"layer0.texture": "Boxy Theme/assets/accents/green/buttons/button_dirty_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["theme_icons_materialized", "!theme_accent_mono", "theme_bar_colored", "theme_accent_green"],
"layer0.texture": "Boxy Theme/assets/accents/green/buttons/button_dirty_materialized_selected.png"
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["theme_dirty_materialized", "!theme_accent_mono", "theme_bar_colored", "theme_accent_green"],
"layer0.texture": "Boxy Theme/assets/accents/green/buttons/button_dirty_materialized_selected.png"
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_accent_green"],
"attributes": ["hover"],
"layer0.texture": "Boxy Theme/assets/accents/green/buttons/button_dirty_close_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_accent_orange"],
"layer0.texture": "Boxy Theme/assets/accents/orange/buttons/button_dirty_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["theme_icons_materialized", "!theme_accent_mono", "theme_bar_colored", "theme_accent_orange"],
"layer0.texture": "Boxy Theme/assets/accents/orange/buttons/button_dirty_materialized_selected.png"
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["theme_dirty_materialized", "!theme_accent_mono", "theme_bar_colored", "theme_accent_orange"],
"layer0.texture": "Boxy Theme/assets/accents/orange/buttons/button_dirty_materialized_selected.png"
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_accent_orange"],
"attributes": ["hover"],
"layer0.texture": "Boxy Theme/assets/accents/orange/buttons/button_dirty_close_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_accent_purple"],
"layer0.texture": "Boxy Theme/assets/accents/purple/buttons/button_dirty_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["theme_icons_materialized", "!theme_accent_mono", "theme_bar_colored", "theme_accent_purple"],
"layer0.texture": "Boxy Theme/assets/accents/purple/buttons/button_dirty_materialized_selected.png"
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["theme_dirty_materialized", "!theme_accent_mono", "theme_bar_colored", "theme_accent_purple"],
"layer0.texture": "Boxy Theme/assets/accents/purple/buttons/button_dirty_materialized_selected.png"
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_accent_purple"],
"attributes": ["hover"],
"layer0.texture": "Boxy Theme/assets/accents/purple/buttons/button_dirty_close_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_accent_tangerine"],
"layer0.texture": "Boxy Theme/assets/accents/tangerine/buttons/button_dirty_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["theme_icons_materialized", "!theme_accent_mono", "theme_bar_colored", "theme_accent_tangerine"],
"layer0.texture": "Boxy Theme/assets/accents/tangerine/buttons/button_dirty_materialized_selected.png"
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["theme_dirty_materialized", "!theme_accent_mono", "theme_bar_colored", "theme_accent_tangerine"],
"layer0.texture": "Boxy Theme/assets/accents/tangerine/buttons/button_dirty_materialized_selected.png"
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_accent_tangerine"],
"attributes": ["hover"],
"layer0.texture": "Boxy Theme/assets/accents/tangerine/buttons/button_dirty_close_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_accent_numix"],
"layer0.texture": "Boxy Theme/assets/accents/numix/buttons/button_dirty_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["theme_icons_materialized", "!theme_accent_mono", "theme_bar_colored", "theme_accent_numix"],
"layer0.texture": "Boxy Theme/assets/accents/numix/buttons/button_dirty_materialized_selected.png"
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["theme_dirty_materialized", "!theme_accent_mono", "theme_bar_colored", "theme_accent_numix"],
"layer0.texture": "Boxy Theme/assets/accents/numix/buttons/button_dirty_materialized_selected.png"
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_accent_numix"],
"attributes": ["hover"],
"layer0.texture": "Boxy Theme/assets/accents/numix/buttons/button_dirty_close_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_accent_cyan"],
"layer0.texture": "Boxy Theme/assets/accents/cyan/buttons/button_dirty_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["theme_icons_materialized", "!theme_accent_mono", "theme_bar_colored", "theme_accent_cyan"],
"layer0.texture": "Boxy Theme/assets/accents/cyan/buttons/button_dirty_materialized_selected.png"
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["theme_dirty_materialized", "!theme_accent_mono", "theme_bar_colored", "theme_accent_cyan"],
"layer0.texture": "Boxy Theme/assets/accents/cyan/buttons/button_dirty_materialized_selected.png"
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_accent_cyan"],
"attributes": ["hover"],
"layer0.texture": "Boxy Theme/assets/accents/cyan/buttons/button_dirty_close_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_accent_lime"],
"layer0.texture": "Boxy Theme/assets/accents/lime/buttons/button_dirty_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["theme_icons_materialized", "!theme_accent_mono", "theme_bar_colored", "theme_accent_lime"],
"layer0.texture": "Boxy Theme/assets/accents/lime/buttons/button_dirty_materialized_selected.png"
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["theme_dirty_materialized", "!theme_accent_mono", "theme_bar_colored", "theme_accent_lime"],
"layer0.texture": "Boxy Theme/assets/accents/lime/buttons/button_dirty_materialized_selected.png"
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_accent_lime"],
"attributes": ["hover"],
"layer0.texture": "Boxy Theme/assets/accents/lime/buttons/button_dirty_close_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_accent_pink"],
"layer0.texture": "Boxy Theme/assets/accents/pink/buttons/button_dirty_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["theme_icons_materialized", "!theme_accent_mono", "theme_bar_colored", "theme_accent_pink"],
"layer0.texture": "Boxy Theme/assets/accents/pink/buttons/button_dirty_materialized_selected.png"
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["theme_dirty_materialized", "!theme_accent_mono", "theme_bar_colored", "theme_accent_pink"],
"layer0.texture": "Boxy Theme/assets/accents/pink/buttons/button_dirty_materialized_selected.png"
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_accent_pink"],
"attributes": ["hover"],
"layer0.texture": "Boxy Theme/assets/accents/pink/buttons/button_dirty_close_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_accent_sky"],
"layer0.texture": "Boxy Theme/assets/accents/sky/buttons/button_dirty_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["theme_icons_materialized", "!theme_accent_mono", "theme_bar_colored", "theme_accent_sky"],
"layer0.texture": "Boxy Theme/assets/accents/sky/buttons/button_dirty_materialized_selected.png"
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["theme_dirty_materialized", "!theme_accent_mono", "theme_bar_colored", "theme_accent_sky"],
"layer0.texture": "Boxy Theme/assets/accents/sky/buttons/button_dirty_materialized_selected.png"
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_accent_sky"],
"attributes": ["hover"],
"layer0.texture": "Boxy Theme/assets/accents/sky/buttons/button_dirty_close_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_tab_selected_filled", "!theme_accent_mono", "theme_bar_colored", "theme_dirty_accent_blue"],
"layer0.texture": "Boxy Theme/assets/accents/blue/buttons/button_dirty_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_tab_selected_filled", "theme_icons_materialized", "!theme_accent_mono", "theme_bar_colored", "theme_dirty_accent_blue"],
"layer0.texture": "Boxy Theme/assets/accents/blue/buttons/button_dirty_materialized_selected.png"
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_tab_selected_filled", "theme_dirty_materialized", "!theme_accent_mono", "theme_bar_colored", "theme_dirty_accent_blue"],
"layer0.texture": "Boxy Theme/assets/accents/blue/buttons/button_dirty_materialized_selected.png"
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_tab_selected_filled", "!theme_accent_mono", "theme_bar_colored", "theme_dirty_accent_blue"],
"attributes": ["hover"],
"layer0.texture": "Boxy Theme/assets/accents/blue/buttons/button_dirty_close_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_tab_selected_filled", "!theme_accent_mono", "theme_bar_colored", "theme_dirty_accent_green"],
"layer0.texture": "Boxy Theme/assets/accents/green/buttons/button_dirty_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_tab_selected_filled", "theme_icons_materialized", "!theme_accent_mono", "theme_bar_colored", "theme_dirty_accent_green"],
"layer0.texture": "Boxy Theme/assets/accents/green/buttons/button_dirty_materialized_selected.png"
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_tab_selected_filled", "theme_dirty_materialized", "!theme_accent_mono", "theme_bar_colored", "theme_dirty_accent_green"],
"layer0.texture": "Boxy Theme/assets/accents/green/buttons/button_dirty_materialized_selected.png"
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_tab_selected_filled", "!theme_accent_mono", "theme_bar_colored", "theme_dirty_accent_green"],
"attributes": ["hover"],
"layer0.texture": "Boxy Theme/assets/accents/green/buttons/button_dirty_close_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_tab_selected_filled", "!theme_accent_mono", "theme_bar_colored", "theme_dirty_accent_orange"],
"layer0.texture": "Boxy Theme/assets/accents/orange/buttons/button_dirty_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_tab_selected_filled", "theme_icons_materialized", "!theme_accent_mono", "theme_bar_colored", "theme_dirty_accent_orange"],
"layer0.texture": "Boxy Theme/assets/accents/orange/buttons/button_dirty_materialized_selected.png"
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_tab_selected_filled", "theme_dirty_materialized", "!theme_accent_mono", "theme_bar_colored", "theme_dirty_accent_orange"],
"layer0.texture": "Boxy Theme/assets/accents/orange/buttons/button_dirty_materialized_selected.png"
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_tab_selected_filled", "!theme_accent_mono", "theme_bar_colored", "theme_dirty_accent_orange"],
"attributes": ["hover"],
"layer0.texture": "Boxy Theme/assets/accents/orange/buttons/button_dirty_close_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_tab_selected_filled", "!theme_accent_mono", "theme_bar_colored", "theme_dirty_accent_purple"],
"layer0.texture": "Boxy Theme/assets/accents/purple/buttons/button_dirty_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_tab_selected_filled", "theme_icons_materialized", "!theme_accent_mono", "theme_bar_colored", "theme_dirty_accent_purple"],
"layer0.texture": "Boxy Theme/assets/accents/purple/buttons/button_dirty_materialized_selected.png"
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_tab_selected_filled", "theme_dirty_materialized", "!theme_accent_mono", "theme_bar_colored", "theme_dirty_accent_purple"],
"layer0.texture": "Boxy Theme/assets/accents/purple/buttons/button_dirty_materialized_selected.png"
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_tab_selected_filled", "!theme_accent_mono", "theme_bar_colored", "theme_dirty_accent_purple"],
"attributes": ["hover"],
"layer0.texture": "Boxy Theme/assets/accents/purple/buttons/button_dirty_close_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_tab_selected_filled", "!theme_accent_mono", "theme_bar_colored", "theme_dirty_accent_tangerine"],
"layer0.texture": "Boxy Theme/assets/accents/tangerine/buttons/button_dirty_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_tab_selected_filled", "theme_icons_materialized", "!theme_accent_mono", "theme_bar_colored", "theme_dirty_accent_tangerine"],
"layer0.texture": "Boxy Theme/assets/accents/tangerine/buttons/button_dirty_materialized_selected.png"
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_tab_selected_filled", "theme_dirty_materialized", "!theme_accent_mono", "theme_bar_colored", "theme_dirty_accent_tangerine"],
"layer0.texture": "Boxy Theme/assets/accents/tangerine/buttons/button_dirty_materialized_selected.png"
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_tab_selected_filled", "!theme_accent_mono", "theme_bar_colored", "theme_dirty_accent_tangerine"],
"attributes": ["hover"],
"layer0.texture": "Boxy Theme/assets/accents/tangerine/buttons/button_dirty_close_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_tab_selected_filled", "!theme_accent_mono", "theme_bar_colored", "theme_dirty_accent_numix"],
"layer0.texture": "Boxy Theme/assets/accents/numix/buttons/button_dirty_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_tab_selected_filled", "theme_icons_materialized", "!theme_accent_mono", "theme_bar_colored", "theme_dirty_accent_numix"],
"layer0.texture": "Boxy Theme/assets/accents/numix/buttons/button_dirty_materialized_selected.png"
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_tab_selected_filled", "theme_dirty_materialized", "!theme_accent_mono", "theme_bar_colored", "theme_dirty_accent_numix"],
"layer0.texture": "Boxy Theme/assets/accents/numix/buttons/button_dirty_materialized_selected.png"
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_tab_selected_filled", "!theme_accent_mono", "theme_bar_colored", "theme_dirty_accent_numix"],
"attributes": ["hover"],
"layer0.texture": "Boxy Theme/assets/accents/numix/buttons/button_dirty_close_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_tab_selected_filled", "!theme_accent_mono", "theme_bar_colored", "theme_dirty_accent_cyan"],
"layer0.texture": "Boxy Theme/assets/accents/cyan/buttons/button_dirty_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_tab_selected_filled", "theme_icons_materialized", "!theme_accent_mono", "theme_bar_colored", "theme_dirty_accent_cyan"],
"layer0.texture": "Boxy Theme/assets/accents/cyan/buttons/button_dirty_materialized_selected.png"
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_tab_selected_filled", "theme_dirty_materialized", "!theme_accent_mono", "theme_bar_colored", "theme_dirty_accent_cyan"],
"layer0.texture": "Boxy Theme/assets/accents/cyan/buttons/button_dirty_materialized_selected.png"
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_tab_selected_filled", "!theme_accent_mono", "theme_bar_colored", "theme_dirty_accent_cyan"],
"attributes": ["hover"],
"layer0.texture": "Boxy Theme/assets/accents/cyan/buttons/button_dirty_close_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_tab_selected_filled", "!theme_accent_mono", "theme_bar_colored", "theme_dirty_accent_lime"],
"layer0.texture": "Boxy Theme/assets/accents/lime/buttons/button_dirty_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_tab_selected_filled", "theme_icons_materialized", "!theme_accent_mono", "theme_bar_colored", "theme_dirty_accent_lime"],
"layer0.texture": "Boxy Theme/assets/accents/lime/buttons/button_dirty_materialized_selected.png"
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_tab_selected_filled", "theme_dirty_materialized", "!theme_accent_mono", "theme_bar_colored", "theme_dirty_accent_lime"],
"layer0.texture": "Boxy Theme/assets/accents/lime/buttons/button_dirty_materialized_selected.png"
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_tab_selected_filled", "!theme_accent_mono", "theme_bar_colored", "theme_dirty_accent_lime"],
"attributes": ["hover"],
"layer0.texture": "Boxy Theme/assets/accents/lime/buttons/button_dirty_close_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_tab_selected_filled", "!theme_accent_mono", "theme_bar_colored", "theme_dirty_accent_pink"],
"layer0.texture": "Boxy Theme/assets/accents/pink/buttons/button_dirty_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_tab_selected_filled", "theme_icons_materialized", "!theme_accent_mono", "theme_bar_colored", "theme_dirty_accent_pink"],
"layer0.texture": "Boxy Theme/assets/accents/pink/buttons/button_dirty_materialized_selected.png"
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_tab_selected_filled", "theme_dirty_materialized", "!theme_accent_mono", "theme_bar_colored", "theme_dirty_accent_pink"],
"layer0.texture": "Boxy Theme/assets/accents/pink/buttons/button_dirty_materialized_selected.png"
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_tab_selected_filled", "!theme_accent_mono", "theme_bar_colored", "theme_dirty_accent_pink"],
"attributes": ["hover"],
"layer0.texture": "Boxy Theme/assets/accents/pink/buttons/button_dirty_close_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_tab_selected_filled", "!theme_accent_mono", "theme_bar_colored", "theme_dirty_accent_sky"],
"layer0.texture": "Boxy Theme/assets/accents/sky/buttons/button_dirty_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_tab_selected_filled", "theme_icons_materialized", "!theme_accent_mono", "theme_bar_colored", "theme_dirty_accent_sky"],
"layer0.texture": "Boxy Theme/assets/accents/sky/buttons/button_dirty_materialized_selected.png"
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_tab_selected_filled", "theme_dirty_materialized", "!theme_accent_mono", "theme_bar_colored", "theme_dirty_accent_sky"],
"layer0.texture": "Boxy Theme/assets/accents/sky/buttons/button_dirty_materialized_selected.png"
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["selected", "dirty"]}],
"settings": ["!theme_tab_selected_filled", "!theme_accent_mono", "theme_bar_colored", "theme_dirty_accent_sky"],
"attributes": ["hover"],
"layer0.texture": "Boxy Theme/assets/accents/sky/buttons/button_dirty_close_selected.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["dirty", "selected"]}],
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_tab_selected_transparent"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_dirty.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["dirty", "selected"]}],
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_tab_selected_transparent", "theme_icons_materialized"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_dirty_materialized.png"
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["dirty", "selected"]}],
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_tab_selected_transparent", "theme_dirty_materialized"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_dirty_materialized.png"
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["dirty", "selected"]}],
"attributes": ["hover"],
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_tab_selected_transparent"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_close.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["dirty", "selected"]}],
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_tab_selected_filled"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_dirty.png",
"layer0.opacity": 1.0
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["dirty", "selected"]}],
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_tab_selected_filled", "theme_icons_materialized"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_dirty_materialized.png"
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["dirty", "selected"]}],
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_tab_selected_filled", "theme_dirty_materialized"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_dirty_materialized.png"
},
{
"class": "tab_close_button",
"parents": [{"class": "tab_control", "attributes": ["dirty", "selected"]}],
"attributes": ["hover"],
"settings": ["!theme_accent_mono", "theme_bar_colored", "theme_tab_selected_filled"],
"layer0.texture": "Boxy Theme/assets/variants/dark/buttons/button_close.png",
"layer0.opacity": 1.0
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment