Skip to content

Commit 6684c63

Browse files
committed
Making the status bar easier to see
1 parent a2f1c56 commit 6684c63

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Soda Dark.sublime-theme

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
[
2+
3+
//
4+
// STATUS BAR
5+
//
6+
7+
// Status bar label
8+
{
9+
"class": "label_control",
10+
"parents": [{"class": "status_bar"}],
11+
"color": [162, 192, 4],
12+
"shadow_color": [25, 25, 25],
13+
"shadow_offset": [0, -1]
14+
}
15+
]

0 commit comments

Comments
 (0)