From 1a1df4356c883cf8ef63f9b59230587c0acfdfcb Mon Sep 17 00:00:00 2001 From: xero Date: Sat, 25 Jan 2014 23:24:16 -0500 Subject: update sublime blaque theme files to use gohuFont --- .../Packages/theme-blaque/blaque.sublime-theme | 26 +++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) (limited to '.config/sublime-text-2/Packages/theme-blaque') 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] -- cgit v1.2.1