Skip to content

Commit

Permalink
Merge pull request #5 from gah-boh/master
Browse files Browse the repository at this point in the history
Quick panels and bottom panels have Solarized Theme.
  • Loading branch information
paulcpederson committed Feb 6, 2015
2 parents bf4a7fa + a823f28 commit 1394cf0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions Solarized Dark.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -492,9 +492,9 @@
{
"class": "text_line_control",
"layer0.texture": "",
"layer0.tint": [34, 40, 48],
"layer0.tint": [0, 33, 42],
"layer0.opacity": 1,
"content_margin": [4,3,0,3]
"content_margin": [4,3,3,3]
},

//
Expand All @@ -507,15 +507,15 @@
"layer0.texture": "",
"layer0.inner_margin": [0,0],
"layer0.opacity": 1,
"layer0.tint": [28,31,38],
"layer0.tint": [0, 33, 42],
"content_margin": 0
},
// Quick panel background
{
"class": "overlay_control",
"layer0.opacity": 1,
"layer1.texture": "",
"layer1.tint": [28,31,38],
"layer1.tint": [0, 33, 42],
"layer1.inner_margin": [0,0,0,0],
"layer1.opacity": 1,
"content_margin": 0
Expand All @@ -535,15 +535,15 @@
{
"class": "quick_panel_row",
"layer0.texture": "",
"layer0.tint": [51, 61, 70],
"layer0.tint": [0, 33, 42],
"layer0.inner_margin": 8,
"layer0.opacity": 1
},
{
"class": "quick_panel_row",
"attributes": ["selected"],
"layer0.texture": "",
"layer0.tint": [223, 225, 232]
"layer0.tint": [238, 232, 213]
},
{
"class": "quick_panel_label",
Expand Down Expand Up @@ -572,14 +572,14 @@
{
"class": "mini_quick_panel_row",
"layer0.texture": "",
"layer0.tint": [51, 61, 70],
"layer0.tint": [0, 33, 42],
"layer0.opacity": 1
},
{
"class": "mini_quick_panel_row",
"attributes": ["selected"],
"layer0.texture": "",
"layer0.tint": [223, 225, 232]
"layer0.tint": [238, 232, 213]
},

//
Expand Down
4 changes: 2 additions & 2 deletions Solarized Dark/Widget - Solarized Dark.stTheme
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
<key>settings</key>
<dict>
<key>background</key>
<string>#383838</string>
<string>#073642</string>
<key>caret</key>
<string>#F8F8F8</string>
<key>foreground</key>
<string>#F8F8F8</string>
<key>invisibles</key>
<string>#3B3B3B</string>
<key>selection</key>
<string>#222222</string>
<string>#586e75</string>
</dict>
</dict>
</array>
Expand Down

0 comments on commit 1394cf0

Please sign in to comment.