diff --git a/README.md b/README.md old mode 100755 new mode 100644 index 85e3112..cbc11c6 --- a/README.md +++ b/README.md @@ -97,10 +97,14 @@ Activate the `Theme` by modifying your user preferences file, which you can find "Seti_seablue_scrollbar" // sidebar + // icons "Seti_ClosedFolder_same" // same icon as the "Opened folder" "Seti_ClosedFolder_remove" // remove closed_folder icon "Seti_ClosedFolder_dots" // change closed_folder icon to dot "Seti_ClosedFolder_anim" // animate sidebar folder icons + "Seti_sb_no_icons" // (issues/133) + "Seti_sb_blank" // (issues/133) + // padding "Seti_sb_small_padding" // sidebar entries padding = 3 "Seti_sb_big_padding" // sidebar entries padding = 10 "Seti_sb_tree_med" // sidebar tree padding = 15 @@ -108,8 +112,7 @@ Activate the `Theme` by modifying your user preferences file, which you can find "Seti_sb_tree_tiny" // (issues/88) "Seti_sb_tree_miny" // (issues/88) "Seti_show_group_arrows" // show the folder/group arrows in sidebar - "Seti_sb_no_icons" // (issues/133) - "Seti_sb_blank" // (issues/133) + // labels "Seti_bold_slctdfile_labels" // make the sidebar selected file text in bold "Seti_sidebar_font_size_12" // (issues/115) "Seti_sidebar_font_size_13" // (issues/115) @@ -119,6 +122,7 @@ Activate the `Theme` by modifying your user preferences file, which you can find "Seti_sidebar_font_Hack" // (issues/115) "Seti_sidebar_font_Source" // (issues/115) "Seti_heading_font_12" // heading font size = 12 + // heading "Seti_bold_heading" // make heading font in bold "Seti_no_heading" // remove the "folder,group 1,etc.." "Seti_top_heading_big" // sidebar top header img big diff --git a/Seti.sublime-theme b/Seti.sublime-theme index acf2c70..35499b5 100644 --- a/Seti.sublime-theme +++ b/Seti.sublime-theme @@ -532,14 +532,14 @@ //-------------------------------------------------------- { - "class": "progress_bar_control", - "layer0.tint": [94,235,184], + "class": "progress_bar_control", // = sheet_container_control + "layer0.tint": [25,31,33], "layer0.opacity": { "target": 1.0, "speed": 10.0, "interpolation": "smoothstep" } }, { "class": "progress_gauge_control", "layer0.opacity": { "target": 1.0, "speed": 10.0, "interpolation": "smoothstep" }, - "layer0.tint": [110, 29, 186], + "layer0.tint": [79, 153, 211], "content_margin": [0, 6] }, @@ -2129,6 +2129,12 @@ "attributes": ["horizontal"], "layer0.tint":[244,67,54] }, + // progress bar + { + "class": "progress_gauge_control", + "settings": ["Seti_accent_red"], + "layer0.tint":[244,67,54] + }, // purple // //////////////////////////////////////////////////////// @@ -2370,6 +2376,12 @@ "attributes": ["horizontal"], "layer0.tint":[171,71,188] }, + // progress bar + { + "class": "progress_gauge_control", + "settings": ["Seti_accent_red"], + "layer0.tint":[171,71,188], + }, // lime // //////////////////////////////////////////////////////// @@ -2611,6 +2623,12 @@ "attributes": ["horizontal"], "layer0.tint":[124,179,76] }, + // progress bar + { + "class": "progress_gauge_control", + "settings": ["Seti_accent_red"], + "layer0.tint":[124,179,76] + }, // indigo // //////////////////////////////////////////////////////// @@ -2852,6 +2870,12 @@ "attributes": ["horizontal"], "layer0.tint":[63,81,181] }, + // progress bar + { + "class": "progress_gauge_control", + "settings": ["Seti_accent_red"], + "layer0.tint":[63,81,181] + }, // teal // //////////////////////////////////////////////////////// @@ -3093,6 +3117,12 @@ "attributes": ["horizontal"], "layer0.tint":[0,150,136] }, + // progress bar + { + "class": "progress_gauge_control", + "settings": ["Seti_accent_red"], + "layer0.tint":[0,150,136] + }, // seablue // //////////////////////////////////////////////////////// diff --git a/Seti_orig.sublime-theme b/Seti_orig.sublime-theme index 118aec0..654db51 100644 --- a/Seti_orig.sublime-theme +++ b/Seti_orig.sublime-theme @@ -485,13 +485,13 @@ { "class": "progress_bar_control", // = sheet_container_control - "layer0.tint": [94,235,184], + "layer0.tint": [25,31,33], "layer0.opacity": { "target": 1.0, "speed": 10.0, "interpolation": "smoothstep" } }, { "class": "progress_gauge_control", "layer0.opacity": { "target": 1.0, "speed": 10.0, "interpolation": "smoothstep" }, - "layer0.tint": [110, 29, 186], + "layer0.tint": [79, 153, 211], "content_margin": [0, 6] }, @@ -543,7 +543,6 @@ { "class": "status_bar", "layer0.tint": [13,16,17], - // "layer0.tint": [15, 19, 23], "layer0.opacity": { "target": 1.0, "speed": 10.0, "interpolation": "smoothstep" }, "content_margin": [20, 10, 10, 10] }, @@ -2268,6 +2267,12 @@ "attributes": ["horizontal"], "layer0.tint":[244,67,54] }, + // progress bar + { + "class": "progress_gauge_control", + "settings": ["Seti_accent_red"], + "layer0.tint":[244,67,54] + }, // purple // //////////////////////////////////////////////////////// @@ -2598,6 +2603,12 @@ "attributes": ["horizontal"], "layer0.tint":[171,71,188] }, + // progress bar + { + "class": "progress_gauge_control", + "settings": ["Seti_accent_red"], + "layer0.tint":[171,71,188], + }, // lime // //////////////////////////////////////////////////////// @@ -2928,6 +2939,12 @@ "attributes": ["horizontal"], "layer0.tint":[124,179,76] }, + // progress bar + { + "class": "progress_gauge_control", + "settings": ["Seti_accent_red"], + "layer0.tint":[124,179,76] + }, // indigo // //////////////////////////////////////////////////////// @@ -3258,6 +3275,12 @@ "attributes": ["horizontal"], "layer0.tint":[63,81,181] }, + // progress bar + { + "class": "progress_gauge_control", + "settings": ["Seti_accent_red"], + "layer0.tint":[63,81,181] + }, // teal // //////////////////////////////////////////////////////// @@ -3588,6 +3611,12 @@ "attributes": ["horizontal"], "layer0.tint":[0,150,136] }, + // progress bar + { + "class": "progress_gauge_control", + "settings": ["Seti_accent_red"], + "layer0.tint":[0,150,136] + }, // seablue // //////////////////////////////////////////////////////// @@ -3894,6 +3923,12 @@ "attributes": ["horizontal"], "layer0.tint":[0,118,255] }, + // progress bar + { + "class": "progress_gauge_control", + "settings": ["Seti_accent_red"], + "layer0.tint":[0,118,255] + }, // general options // //////////////////////////////////////////////////////// diff --git a/messages.json b/messages.json index afabd7b..cd7a1a1 100755 --- a/messages.json +++ b/messages.json @@ -68,5 +68,6 @@ "14.2": "messages/14.2.txt", "15": "messages/15.txt", "16": "messages/16.txt", - "17": "messages/17.txt" + "17": "messages/17.txt", + "17.1": "messages/17.1.txt" } diff --git a/messages/17.1.txt b/messages/17.1.txt new file mode 100644 index 0000000..83c93e9 --- /dev/null +++ b/messages/17.1.txt @@ -0,0 +1,4 @@ +v17.1 (08-07-2017) +------------------- + +1- fix progress bar gauge coloring \ No newline at end of file