Skip to content
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.

Commit

Permalink
Making progress on support ST2
Browse files Browse the repository at this point in the history
  • Loading branch information
Andres Michel committed Mar 2, 2017
1 parent ff14cba commit 4c1fbf8
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions One Dark.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@
"layer1.texture": "Theme - One Dark/assets/goto_panel_row_selected.png",
"layer0.opacity": 1.0,
"layer1.opacity": 0.0,
"layer0.inner_margin": [1, 1, 1, 0],
"layer1.inner_margin": [1, 1, 1, 0]
"layer0.inner_margin": [2, 2, 2, 1],
"layer1.inner_margin": [2, 2, 2, 1]
},
// Command palette panel - row selected
{
Expand Down Expand Up @@ -136,7 +136,7 @@
"content_margin": [5, 2, 2, 2],
"layer0.texture": "Theme - One Dark/assets/find_panel_bg.png",
"layer0.opacity": 1.0,
"layer0.inner_margin": [0, 1, 0, 0]
"layer0.inner_margin": [1, 2, 1, 1]
},
// Find panel - text button label
{
Expand Down Expand Up @@ -528,8 +528,8 @@
"layer1.texture": "Theme - One Dark/assets/goto_panel_row_selected.png",
"layer0.opacity": 1.0,
"layer1.opacity": 0.0,
"layer0.inner_margin": [1, 1, 1, 0],
"layer1.inner_margin": [1, 1, 1, 0]
"layer0.inner_margin": [2, 2, 2, 1],
"layer1.inner_margin": [2, 2, 2, 1]
},
// Goto panel selected
{
Expand Down Expand Up @@ -671,7 +671,7 @@
"content_margin": [9, 6, 4, 6],
"layer0.texture": "Theme - One Dark/assets/find_panel_bg.png",
"layer0.opacity": 1.0,
"layer0.inner_margin": [0, 1, 0, 0]
"layer0.inner_margin": [1, 2, 1, 1]
},
// Status bar - margin
{
Expand Down Expand Up @@ -700,6 +700,7 @@
"class": "tabset_control",
"layer0.texture": "Theme - One Dark/assets/tab_panel_bg.png",
"layer0.opacity": 1.0,
"layer0.inner_margin": [1, 1, 1, 1],
"tab_overlap": 0,
"tab_width": 264,
"tab_min_width": 107,
Expand Down Expand Up @@ -768,8 +769,8 @@
"layer1.texture": "Theme - One Dark/assets/tab_selected.png",
"layer0.opacity": 1.0,
"layer1.opacity": 0.0,
"layer0.inner_margin": [3, 9, 2, 0],
"layer1.inner_margin": [3, 9, 2, 0],
"layer0.inner_margin": [4, 10, 4, 4],
"layer1.inner_margin": [4, 10, 4, 4],
"max_margin_trim": 6,
"hit_test_level": 0.4
},
Expand Down
Binary file modified assets/find_panel_bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/goto_panel_row.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/goto_panel_row_selected.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/tab_panel_bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4c1fbf8

Please sign in to comment.