Home Download Buy Blog Forum Support

Change UI attributes color in theme

Change UI attributes color in theme

Postby LONGMAN on Tue Mar 05, 2013 9:52 am

How I can change selected text color in quick or search panel inputs?
Attachments
sshot-2013-03-05-[13-29-58].jpg
Screenshot
sshot-2013-03-05-[13-29-58].jpg (38.74 KiB) Viewed 778 times
AutoBackups: ST2 / ST3
CodeFormatter: ST2 / ST3
StringUtilities: ST2 / ST3
LONGMAN
 
Posts: 62
Joined: Mon Nov 26, 2012 5:03 pm
Location: Tbilisi, Georgia

Re: Change UI attributes color in theme

Postby LONGMAN on Thu Mar 07, 2013 8:34 am

Any ideas?
AutoBackups: ST2 / ST3
CodeFormatter: ST2 / ST3
StringUtilities: ST2 / ST3
LONGMAN
 
Posts: 62
Joined: Mon Nov 26, 2012 5:03 pm
Location: Tbilisi, Georgia

Re: Change UI attributes color in theme

Postby robertcollier4 on Thu Mar 07, 2013 10:00 am

In your .stTheme or .tmTheme Color Scheme file:

This is the text color:
<key>foreground</key>
<string>#E0E0E0</string>

This is the selection background:
<key>selection</key>
<string>#333333</string>
robertcollier4
 
Posts: 133
Joined: Sun Feb 24, 2013 5:37 pm

Re: Change UI attributes color in theme

Postby LONGMAN on Thu Mar 07, 2013 10:45 am

robertcollier4 wrote:In your .stTheme or .tmTheme Color Scheme file:

This is the text color:
<key>foreground</key>
<string>#E0E0E0</string>

This is the selection background:
<key>selection</key>
<string>#333333</string>

No, it's changes editor text color/selection, not UI inputs
AutoBackups: ST2 / ST3
CodeFormatter: ST2 / ST3
StringUtilities: ST2 / ST3
LONGMAN
 
Posts: 62
Joined: Mon Nov 26, 2012 5:03 pm
Location: Tbilisi, Georgia

Re: Change UI attributes color in theme

Postby robertcollier4 on Sun Mar 10, 2013 5:59 pm

LONGMAN wrote:No, it's changes editor text color/selection, not UI inputs

In Sublime Text 3, the "foreground" and "selection" of the Color Scheme do change the text color and selection background of the find panel.

For the quick panel, look for the following in your .sublime-theme Theme.
//background of entire quick panel box
"class": "overlay_control",
"layer0.texture": "",
"layer0.tint": [64, 64, 64],

//background of a row entry of quick panel
"class": "quick_panel_row",
"layer0.texture": "",
"layer0.tint": [32, 32, 32],

//background (selected) of a row entry of quick panel
"class": "quick_panel_row",
"attributes": ["selected"],

//quick panel text
"class": "quick_panel_label",
"fg": [190, 190, 190, 255],
robertcollier4
 
Posts: 133
Joined: Sun Feb 24, 2013 5:37 pm

Re: Change UI attributes color in theme

Postby LONGMAN on Sun Mar 10, 2013 9:34 pm

Not able to change the color in input fields
AutoBackups: ST2 / ST3
CodeFormatter: ST2 / ST3
StringUtilities: ST2 / ST3
LONGMAN
 
Posts: 62
Joined: Mon Nov 26, 2012 5:03 pm
Location: Tbilisi, Georgia


Return to Technical Support

Who is online

Users browsing this forum: No registered users and 9 guests