Skip to content

Commit

Permalink
Introduce "classic" chrome tabs for Dark theme ('phoenix_classic_tabs')
Browse files Browse the repository at this point in the history
  • Loading branch information
netatoo committed Oct 13, 2012
1 parent 14978a2 commit 983faaf
Show file tree
Hide file tree
Showing 13 changed files with 100 additions and 0 deletions.
100 changes: 100 additions & 0 deletions Phoenix Dark.sublime-theme
Expand Up @@ -87,6 +87,8 @@
"layer0.texture": "Theme - Phoenix/Phoenix Dark/tab-active-eighties.png"
},



//
// TAB BUTTONS
//
Expand Down Expand Up @@ -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"
}

]
Binary file added Phoenix Dark/classic/tab-active.eighties.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Phoenix Dark/classic/tab-active.eighties@2x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Phoenix Dark/classic/tab-active.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Phoenix Dark/classic/tab-active@2x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Phoenix Dark/classic/tab-hover.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Phoenix Dark/classic/tab-hover@2x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Phoenix Dark/classic/tab-inactive.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Phoenix Dark/classic/tab-inactive@2x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Phoenix Dark/classic/tabset-background.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Phoenix Dark/classic/tabset-background@2x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 983faaf

Please sign in to comment.