diff --git a/Phoenix Dark.sublime-theme b/Phoenix Dark.sublime-theme index e36aff56..974df2c9 100644 --- a/Phoenix Dark.sublime-theme +++ b/Phoenix Dark.sublime-theme @@ -87,6 +87,8 @@ "layer0.texture": "Theme - Phoenix/Phoenix Dark/tab-active-eighties.png" }, + + // // TAB BUTTONS // @@ -2029,6 +2031,104 @@ "class": "tool_tip_label_control", "settings": ["phoenix_color_pink"], "color": [203, 155, 210] + }, + + + + + + + + + +// +// TABS (CLASSIC) +// + + { + "class": "tabset_control", + "settings": ["phoenix_classic_tabs"], + "layer0.texture": "Theme - Phoenix/Phoenix Dark/classic/tabset-background.png", + "layer0.inner_margin": [1, 7], + "layer0.opacity": 1.0, + "content_margin": [-4, 0, -4, 3], + "tab_overlap": 5, + "tab_width": 180, + "tab_min_width": 45, + "tab_height": 27, + "mouse_wheel_switch": false + }, + // Tab set + { + "class": "tabset_control", + "settings": ["phoenix_classic_tabs"], + "content_margin": [3, 4, 3, 3], + "tab_overlap": 24, + "tab_height": 30 + }, + // Tab element + { + "class": "tab_control", + "settings": ["phoenix_classic_tabs"], + "content_margin": [22, 6, 22, 4], + "hit_test_level": 0.5, + "layer0.texture": "Theme - Phoenix/Phoenix Dark/classic/tab-inactive.png", + "layer0.inner_margin": [18, 4] + }, + // Tab close state + { + "class": "tab_control", + "settings": ["phoenix_classic_tabs", "show_tab_close_buttons"], + "content_margin": [22, 6, 15, 4] + }, + // Tab hover state + { + "class": "tab_control", + "settings": ["phoenix_classic_tabs"], + "attributes": ["hover"], + "layer0.texture": "Theme - Phoenix/Phoenix Dark/classic/tab-hover.png" + }, + // Tab active state + { + "class": "tab_control", + "settings": ["phoenix_classic_tabs"], + "attributes": ["selected"], + "layer0.texture": "Theme - Phoenix/Phoenix Dark/classic/tab-active.png" + }, + // Tab dirty state (close button hidden) + { + "class": "tab_control", + "settings": ["phoenix_classic_tabs", "!show_tab_close_buttons"], + "attributes": ["dirty"], + "content_margin": [22, 6, 15, 4] + }, + + // --------- + // Eighties + { + "class": "tabset_control", + "settings": ["phoenix_classic_tabs", "phoenix_eighties"], + "layer0.texture": "Theme - Phoenix/Phoenix Dark/classic/tabset-background.eighties.png" + }, + // Tab element + { + "class": "tab_control", + "settings": ["phoenix_classic_tabs", "phoenix_eighties"], + "layer0.texture": "Theme - Phoenix/Phoenix Dark/classic/tab-hover.png" + }, + // Tab hover state + { + "class": "tab_control", + "settings": ["phoenix_classic_tabs", "phoenix_eighties"], + "attributes": ["hover"], + "layer0.texture": "Theme - Phoenix/Phoenix Dark/classic/tab-inactive.png" + }, + // Tab active state + { + "class": "tab_control", + "settings": ["phoenix_classic_tabs", "phoenix_eighties"], + "attributes": ["selected"], + "layer0.texture": "Theme - Phoenix/Phoenix Dark/classic/tab-active.eighties.png" } ] \ No newline at end of file diff --git a/Phoenix Dark/classic/tab-active.eighties.png b/Phoenix Dark/classic/tab-active.eighties.png new file mode 100644 index 00000000..81d5c549 Binary files /dev/null and b/Phoenix Dark/classic/tab-active.eighties.png differ diff --git a/Phoenix Dark/classic/tab-active.eighties@2x.png b/Phoenix Dark/classic/tab-active.eighties@2x.png new file mode 100644 index 00000000..f21c4b55 Binary files /dev/null and b/Phoenix Dark/classic/tab-active.eighties@2x.png differ diff --git a/Phoenix Dark/classic/tab-active.png b/Phoenix Dark/classic/tab-active.png new file mode 100644 index 00000000..a462ba1a Binary files /dev/null and b/Phoenix Dark/classic/tab-active.png differ diff --git a/Phoenix Dark/classic/tab-active@2x.png b/Phoenix Dark/classic/tab-active@2x.png new file mode 100644 index 00000000..1114f6be Binary files /dev/null and b/Phoenix Dark/classic/tab-active@2x.png differ diff --git a/Phoenix Dark/classic/tab-hover.png b/Phoenix Dark/classic/tab-hover.png new file mode 100644 index 00000000..84c283f7 Binary files /dev/null and b/Phoenix Dark/classic/tab-hover.png differ diff --git a/Phoenix Dark/classic/tab-hover@2x.png b/Phoenix Dark/classic/tab-hover@2x.png new file mode 100644 index 00000000..5157ee96 Binary files /dev/null and b/Phoenix Dark/classic/tab-hover@2x.png differ diff --git a/Phoenix Dark/classic/tab-inactive.png b/Phoenix Dark/classic/tab-inactive.png new file mode 100644 index 00000000..335a21b1 Binary files /dev/null and b/Phoenix Dark/classic/tab-inactive.png differ diff --git a/Phoenix Dark/classic/tab-inactive@2x.png b/Phoenix Dark/classic/tab-inactive@2x.png new file mode 100644 index 00000000..c049db76 Binary files /dev/null and b/Phoenix Dark/classic/tab-inactive@2x.png differ diff --git a/Phoenix Dark/classic/tabset-background.eighties.png b/Phoenix Dark/classic/tabset-background.eighties.png new file mode 100644 index 00000000..577d2e62 Binary files /dev/null and b/Phoenix Dark/classic/tabset-background.eighties.png differ diff --git a/Phoenix Dark/classic/tabset-background.eighties@2x.png b/Phoenix Dark/classic/tabset-background.eighties@2x.png new file mode 100644 index 00000000..833f2cfc Binary files /dev/null and b/Phoenix Dark/classic/tabset-background.eighties@2x.png differ diff --git a/Phoenix Dark/classic/tabset-background.png b/Phoenix Dark/classic/tabset-background.png new file mode 100644 index 00000000..8ec7552d Binary files /dev/null and b/Phoenix Dark/classic/tabset-background.png differ diff --git a/Phoenix Dark/classic/tabset-background@2x.png b/Phoenix Dark/classic/tabset-background@2x.png new file mode 100644 index 00000000..f5f75f84 Binary files /dev/null and b/Phoenix Dark/classic/tabset-background@2x.png differ