Theme - Tech49
Sublime Text Theme based on the Oblivion FUI from GMUNK
Details
Installs
- Total 34K
- Win 19K
- Mac 8K
- Linux 7K
Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | Nov 6 | Nov 5 | Nov 4 | Nov 3 | Nov 2 | Nov 1 | Oct 31 | Oct 30 | Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | Oct 19 | Oct 18 | Oct 17 | Oct 16 | Oct 15 | Oct 14 | Oct 13 | Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | Oct 7 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 |
Linux | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
Tech49 Theme
Custom UI theme for Sublime Text based on the Oblivion FUI from GMUNK
The structure for this is very closely based on the Phoenix Theme which is based off of Soda Dark.
Updates
v1.4.1 - Add in some vim gutter and Coc support.
v1.4.0 Greyscale icons. - Ages ago a PR came in for greyscale icons. Finally merged it in.
v1.3.0 Started icons. - Just the basics. Mostly to get rid of that gross gap.
v1.2.0 Added support for Markdown Extended - Markdown Extended is a great plugin that helps in the readability and composition of Markdown in Sublime Text. - Known Issue: Markdown Extended doesn't highlight image punctuation correctly in its current version. I've submitted a pull request, so this might change soon.
v1.1.1 Chrome stylesheet updates
- Increased the readability of the toolbar (matched Sublime Text tab style).
- Object notation and comments should all be clearly readable in console messages and source code.
v1.1.0 Basic support for Sublime Text 3 + extras
- Added alpha to
selection
to make selected comments easier to read. - Added alpha to
lineHighlight
to make highlighted lines more readable. - Added support for diff syntax and JSON strings in theme colors.
- Updated Chrome-Custom.css, but still not quite ready for primetime. Use at your own risk (Object notation, for example, isn't readable)
- Added a
base.html
file to aid in seeing the Tech49 colors. - Added a
Tech49.terminal
for OS X terminal that is based on the gnome terminal ANSI.
Samples
Installation
Just drop it in your Packages folder.
- Windows: C:\Program Files\Sublime Text 3\Data\Packages\
- Mac: ~/Library/Application Support/Sublime Text 3/Data/Packages/
- Linux: ~/.config/sublime-text-3/Data/Packages/
– (Might differ by distro.)
OR if you use Sublime Package Manager, just Install Package “Theme - Tech 49”
Change your Settings - User
{
"theme": "Tech49.sublime-theme"
}
Change your Color Scheme
{
"color_scheme": "Packages/Theme - Tech49/Tech49.tmTheme"
}
Recommendation
These fonts complement Tech 49 well. NOTE: Mac renders Anonymous Pro much more smoothly than Linux or Windows, so I've discovered (since I mostly use Crunchbang Linux) that Ubuntu Mono is your best bet cross-platform. – My only complaint is the “\” isn't slash-y enough.
On Mac: Anonymous Pro On Linux or Windows: Ubuntu Mono
Extras
Chrome-Custom.css
Alpha
This styles source code in Chrome's dev-tools to match the Tech 49 theme. Chrome updates the dev-tools
very frequently so this may potentially get out of date.
Replace the
- Linux users can try this with ln -sf /path/to/tech49-theme/Chrome-Custom.css /home/$USER/.config/google-chrome/Default/User\ StyleSheets/Custom.css
- OR ln -sf /path/to/tech49-theme/Chrome-Custom.css /home/$USER/.config/chromium/Default/User\ StyleSheets/Custom.css
Known Issues
- Not compatible with CodeMirror editor in Chrome yet. If you have this option turned on, only the Elements tab and the Console tab will have the Tech 49 styles.
- Issues on readability are welcome on this stylesheet.
Terminals
Stable
- gnome-terminal.xml' Works with Gnome Terminal to change the ANSI colors to match Tech 49.
-
Tech49.terminal Works with OS X's Terminal to change the ANSI colors to match Tech 49.
Highlight.js
Stable
tech49.css
is built for highlightjs. It's tested and works for most languages (though it could use some improvement)
markdown-code.css
is built for Markdown Here, but can
be adapted to work with highlight.js