Skip to content

Commit

Permalink
17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ctf0 committed Aug 7, 2017
1 parent 37870f2 commit 361ac19
Show file tree
Hide file tree
Showing 5 changed files with 83 additions and 9 deletions.
8 changes: 6 additions & 2 deletions README.md
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -97,19 +97,22 @@ 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
"Seti_sb_tree_small" // sidebar tree padding = 10
"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)
Expand All @@ -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
Expand Down
36 changes: 33 additions & 3 deletions Seti.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -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]
},

Expand Down Expand Up @@ -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
// ////////////////////////////////////////////////////////
Expand Down Expand Up @@ -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
// ////////////////////////////////////////////////////////
Expand Down Expand Up @@ -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
// ////////////////////////////////////////////////////////
Expand Down Expand Up @@ -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
// ////////////////////////////////////////////////////////
Expand Down Expand Up @@ -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
// ////////////////////////////////////////////////////////
Expand Down
41 changes: 38 additions & 3 deletions Seti_orig.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -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]
},

Expand Down Expand Up @@ -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]
},
Expand Down Expand Up @@ -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
// ////////////////////////////////////////////////////////
Expand Down Expand Up @@ -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
// ////////////////////////////////////////////////////////
Expand Down Expand Up @@ -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
// ////////////////////////////////////////////////////////
Expand Down Expand Up @@ -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
// ////////////////////////////////////////////////////////
Expand Down Expand Up @@ -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
// ////////////////////////////////////////////////////////
Expand Down Expand Up @@ -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
// ////////////////////////////////////////////////////////
Expand Down
3 changes: 2 additions & 1 deletion messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
4 changes: 4 additions & 0 deletions messages/17.1.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
v17.1 (08-07-2017)
-------------------

1- fix progress bar gauge coloring

0 comments on commit 361ac19

Please sign in to comment.