Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to modify the comment color? #56

Closed
ycdesu opened this issue Nov 16, 2014 · 5 comments
Closed

how to modify the comment color? #56

ycdesu opened this issue Nov 16, 2014 · 5 comments

Comments

@ycdesu
Copy link

ycdesu commented Nov 16, 2014

hello, I tried to modify the comment color which is defined in Seti_orig.tmTheme. I found the following code snippet:

 <dict>
  <key>scope</key>
  <string>comment</string>
 <key>settings</key>
 <dict>
   <key>foreground</key>
   <string>#41535b</string>
 </dict>
</dict>

I restarted sublime text 3 after changing <string>#41535b</string> to <string>#ffffff</string>, but the comment color is still #41535b. Could anyone tell my how to modify the comment colors? Thanks.

@ctf0
Copy link
Owner

ctf0 commented Nov 16, 2014

its working just fine here !.

@kaansoral
Copy link

you might have a colorscheme on top of the theme, do you check your user preferences file?

@ycdesu
Copy link
Author

ycdesu commented Nov 16, 2014

Thanks, I think I get the problem. I use PackageResourceViewer to open Seti_UI package and edit the scheme, so it doesn't work. Now I go to ~/Library/Application Support/Sublime Text 3/Packages/User/Color Highlighter/themes and edit the tmTheme file. It works fine, thanks.

@ctf0
Copy link
Owner

ctf0 commented Nov 16, 2014

thats why ,u r using Color Highlighter which makes a packup of the current scheme ,so any edits u make to the original file wont update ,u can use Gutter Color instead ,actually i used to use CH but because i edit the scheme am using all the time ,so i started u sing GC which could have the same packup option disabled or enabled.

@ctf0 ctf0 closed this as completed Nov 16, 2014
@ycdesu
Copy link
Author

ycdesu commented Nov 16, 2014

Thanks! You solve my problem. I'm using Gutter Color now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants