diff --git a/Flatland Dark.sublime-theme b/Flatland Dark.sublime-theme index 3588630..883fb97 100644 --- a/Flatland Dark.sublime-theme +++ b/Flatland Dark.sublime-theme @@ -15,11 +15,19 @@ "tab_height": 34, "mouse_wheel_switch": false }, + // Tab set blue + { + "class": "tabset_control", + "settings": ["flatland_blue"], + "layer0.texture": "Theme - Flatland/Flatland Dark/tabset-background-blue.png" + }, + { "class": "tabset_control", "settings": ["mouse_wheel_switches_tabs"], "mouse_wheel_switch": true }, + // Tab element { "class": "tab_control", @@ -39,6 +47,14 @@ "layer2.inner_margin": [20, 4], "layer2.opacity": 0.0 }, + // Tab element blue + { + "class": "tab_control", + "settings": ["flatland_blue"], + "layer0.texture": "Theme - Flatland/Flatland Dark/tab-inactive-blue.png", + "layer1.texture": "Theme - Flatland/Flatland Dark/tab-active-blue.png", + "layer2.texture": "Theme - Flatland/Flatland Dark/tab-hover-blue.png", + }, { // Tab close state "class": "tab_control", @@ -165,6 +181,25 @@ "layer2.texture": "Theme - Flatland/Flatland Dark/square/tab-hover.png" }, + // SQUARE BLUE TABS + { + "class": "tabset_control", + "settings": ["flatland_blue_square_tabs"], + "layer0.texture": "Theme - Flatland/Flatland Dark/square-blue/tabset-background.png", + "content_margin": [0, 0, 0, 0] + // "tab_overlap": 5 + }, + { + "class": "tab_control", + "settings": ["flatland_blue_square_tabs"], + // Inactive tab settings + "layer0.texture": "Theme - Flatland/Flatland Dark/square-blue/tab-inactive.png", + // Active tab setting + "layer1.texture": "Theme - Flatland/Flatland Dark/square-blue/tab-active.png", + // Hover tab setting + "layer2.texture": "Theme - Flatland/Flatland Dark/square-blue/tab-hover.png" + }, + // // FOLD BUTTONS // @@ -442,6 +477,12 @@ "layer0.opacity": 0.0, "layer0.inner_margin": [1,1] }, + // Sidebar rows blue + { + "class": "tree_row", + "settings": ["flatland_blue"], + "layer0.texture": "Theme - Flatland/Flatland Dark/sidebar-row-selected-blue.png", + }, // Sidebar row selected { "class": "tree_row", diff --git a/Flatland Dark/sidebar-row-selected-blue.png b/Flatland Dark/sidebar-row-selected-blue.png new file mode 100644 index 0000000..418994d Binary files /dev/null and b/Flatland Dark/sidebar-row-selected-blue.png differ diff --git a/Flatland Dark/square-blue/tab-active.png b/Flatland Dark/square-blue/tab-active.png new file mode 100644 index 0000000..fcbf20c Binary files /dev/null and b/Flatland Dark/square-blue/tab-active.png differ diff --git a/Flatland Dark/square-blue/tab-hover.png b/Flatland Dark/square-blue/tab-hover.png new file mode 100644 index 0000000..a54de81 Binary files /dev/null and b/Flatland Dark/square-blue/tab-hover.png differ diff --git a/Flatland Dark/square-blue/tab-inactive.png b/Flatland Dark/square-blue/tab-inactive.png new file mode 100644 index 0000000..5c150b3 Binary files /dev/null and b/Flatland Dark/square-blue/tab-inactive.png differ diff --git a/Flatland Dark/square-blue/tabset-background.png b/Flatland Dark/square-blue/tabset-background.png new file mode 100644 index 0000000..5cee431 Binary files /dev/null and b/Flatland Dark/square-blue/tabset-background.png differ diff --git a/Flatland Dark/tab-active-blue.png b/Flatland Dark/tab-active-blue.png new file mode 100644 index 0000000..c890ea4 Binary files /dev/null and b/Flatland Dark/tab-active-blue.png differ diff --git a/Flatland Dark/tab-hover-blue.png b/Flatland Dark/tab-hover-blue.png new file mode 100644 index 0000000..3711842 Binary files /dev/null and b/Flatland Dark/tab-hover-blue.png differ diff --git a/Flatland Dark/tab-inactive-blue.png b/Flatland Dark/tab-inactive-blue.png new file mode 100644 index 0000000..144860c Binary files /dev/null and b/Flatland Dark/tab-inactive-blue.png differ diff --git a/Flatland Dark/tabset-background-blue.png b/Flatland Dark/tabset-background-blue.png new file mode 100644 index 0000000..c09e8c9 Binary files /dev/null and b/Flatland Dark/tabset-background-blue.png differ diff --git a/README.md b/README.md index ead2d02..2482aa3 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,13 @@ The following options can be set in your user preferences: // square file tabs instead of rounded corners "flatland_square_tabs": true, + // blue version of flatland + "flatland_blue": true, + + // blue square file tabs instead of rounded corners + "flatland_blue": true, + "flatland_blue_square_tabs": true, + // Monokai color scheme (SublimeText's default) with Flatland background color "color_scheme": "Packages/Theme - Flatland/Flatland Monokai.tmTheme" }