diff options
author | xero <x@xero.nu> | 2014-01-25 23:24:16 -0500 |
---|---|---|
committer | xero <x@xero.nu> | 2014-01-25 23:24:16 -0500 |
commit | 1a1df4356c883cf8ef63f9b59230587c0acfdfcb (patch) | |
tree | af8bbe49e351939c872b0dce9371fd71c2142e5c /.config/sublime-text-2/Packages/theme-blaque | |
parent | 99a21cfdce0e906a0673da60a4f6194aff8378f2 (diff) | |
download | dotfiles_ascii-1a1df4356c883cf8ef63f9b59230587c0acfdfcb.tar.xz dotfiles_ascii-1a1df4356c883cf8ef63f9b59230587c0acfdfcb.zip |
update sublime blaque theme files to use gohuFont
Diffstat (limited to '')
-rw-r--r-- | .config/sublime-text-2/Packages/theme-blaque/blaque.sublime-theme | 26 |
1 files changed, 23 insertions, 3 deletions
diff --git a/.config/sublime-text-2/Packages/theme-blaque/blaque.sublime-theme b/.config/sublime-text-2/Packages/theme-blaque/blaque.sublime-theme index d57a353..3bb305e 100644 --- a/.config/sublime-text-2/Packages/theme-blaque/blaque.sublime-theme +++ b/.config/sublime-text-2/Packages/theme-blaque/blaque.sublime-theme @@ -1,6 +1,6 @@ [
{
- "class": "label_control",
+ "class": "label_control",
"color": [255, 255, 255],
"shadow_color": [24, 24, 24],
"shadow_offset": [0, -1]
@@ -327,13 +327,17 @@ },
{
"class": "sidebar_label",
- "color": [255, 255, 255]
+ "color": [255, 255, 255],
+ "font.face": "gohuFont",
+ "font.size":11
// , "shadow_color": [250, 250, 250], "shadow_offset": [0, 0]
},
{
"class": "sidebar_label",
"parents": [{"class": "tree_row", "attributes": ["selected"]}],
- "color": [255, 255, 255]
+ "color": [255, 255, 255],
+ "font.face": "gohuFont",
+ "font.size":11
// , "shadow_color": [60, 60, 60], "shadow_offset": [0, 1]
},
{
@@ -562,6 +566,8 @@ /** Tab Labels **/
{
"class": "tab_label",
+ "font.face": "gohuFont",
+ "font.size":11,
"fg": [0, 0, 0, 255],
"shadow_color": [255, 255, 255, 80],
"shadow_offset": [0, 1]
@@ -569,6 +575,8 @@ {
"class": "tab_label",
"parents": [{"class": "tab_control", "attributes": ["file_medium"]}],
+ "font.face": "gohuFont",
+ "font.size":11,
"fg": [255, 255, 255, 180],
"shadow_color": [0, 0, 0, 100],
"shadow_offset": [0, -1]
@@ -576,6 +584,8 @@ {
"class": "tab_label",
"parents": [{"class": "tab_control", "attributes": ["selected"]}],
+ "font.face": "gohuFont",
+ "font.size":11,
"fg": [0, 0, 0, 255],
"shadow_color": [255, 255, 255, 50],
"shadow_offset": [0, 1]
@@ -583,6 +593,8 @@ {
"class": "tab_label",
"parents": [{"class": "tab_control", "attributes": ["selected", "file_medium"]}],
+ "font.face": "gohuFont",
+ "font.size":11,
"fg": [255, 255, 255, 255],
"shadow_color": [0, 0, 0, 100],
"shadow_offset": [0, -1]
@@ -590,6 +602,8 @@ {
"class": "tab_label",
"parents": [{"class": "tab_control", "attributes": ["file_medium_dark"]}],
+ "font.face": "gohuFont",
+ "font.size":11,
"fg": [255, 255, 255, 140],
"shadow_color": [0, 0, 0, 100],
"shadow_offset": [0, -1]
@@ -597,6 +611,8 @@ {
"class": "tab_label",
"parents": [{"class": "tab_control", "attributes": ["selected", "file_medium_dark"]}],
+ "font.face": "gohuFont",
+ "font.size":11,
"fg": [255, 255, 255, 230],
"shadow_color": [0, 0, 0, 255],
"shadow_offset": [0, -1]
@@ -604,6 +620,8 @@ {
"class": "tab_label",
"parents": [{"class": "tab_control", "attributes": ["file_dark"]}],
+ "font.face": "gohuFont",
+ "font.size":11,
"fg": [255, 255, 255, 160],
"shadow_color": [0, 0, 0, 100],
"shadow_offset": [0, -1]
@@ -611,6 +629,8 @@ {
"class": "tab_label",
"parents": [{"class": "tab_control", "attributes": ["selected", "file_dark"]}],
+ "font.face": "gohuFont",
+ "font.size":11,
"fg": [255, 255, 255, 230],
"shadow_color": [0, 0, 0, 255],
"shadow_offset": [0, -1]
|