-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
TeXShop color scheme #167
Comments
Thanks! This is quite useful. |
Very useful, thank you! |
Very useful, thanks! |
Thanks for this. BTW the foreground color bug seems to be fixed as these scripts work for me with TexSchop 3.11 |
👍 Thanks! |
Thank you very much johannesjh, defaults write TeXShop background_R 0.94 defaults write TeXShop foreground_R 0.00 defaults write TeXShop commentred 0.8 defaults write TeXShop commandred 0.165 defaults write TeXShop indexred 0.83 defaults write TeXShop markerred 1.0 |
Thanks for the tip! I noticed one error in the solarized dark color scheme.
should be
because 110 / 255 = 0.431. If you use the original value, your comments come out a very dark and almost unreadable purple. With the corrected value they're a nice dark gray, as intended. |
Yet another Solarized light theme (Preview). The dark background line is TexShop highlighting the content inbetween matching brackets.
|
This is a Monokai style tentative.
|
|
Hi, Here is a ruby script made by someone. I can't remember who wrote this code, but it was really helpful for me.
|
@curiale HAHA :D I think that was written by me... some time ago: https://github.com/DonSchado/texshop-colorizer and actually it was linked here above ;) |
Is there any dracula-theme (https://draculatheme.com)? |
Please add a TeXshop color scheme.
TeXShop is a popular LateX editor for Mac OS X. Its colors can be edited using Apple's default system, e.g. as described in this blogpost http://www.jkwchui.com/2010/03/subdued-texshop-color-scheme/
Solarized light color scheme for TeXShop: Run these commands in the OSX Terminal application to change TeXShop's color scheme to solarized light:
To use the solarized dark color scheme, run the following commands in the OSX Terminal application:
Note that due to a bug in TeXShop, changing the foreground color does currently not work. The lighter color scheme still remains usable, but the dark scheme with black foreground text is really ugly.
The bug is even documented in the TexShop help system, see TeXShop Help Panel > How do I configure TeXShop > Hidden Preference Items: "[The foreground and insertionpoint color settings] have not worked since version 2.10. They will be fixed eventually, but probably not in the immediate future."
Related bug tickets can be found on TexShop's sourceforge tracking system, see
http://sourceforge.net/tracker/index.php?func=detail&aid=1678501&group_id=155796&atid=797238
http://sourceforge.net/tracker/index.php?func=detail&aid=1505331&group_id=155796&atid=797238
As a final note: To restore the default color settings that comes with TeXShop, you can either delete your ~/Library/Preferences/TeXShop.plist file (which will reset all your prefences!) or run the following commands:
=>
Can you please add these shell scripts to the solarized source code, so that other users may benefit from them.
The text was updated successfully, but these errors were encountered: