10% Too Dull for My Tastes Color Scheme
For fun Color Scheme by Scotch.io for your Sublime Text 3 Editor
Details
Installs
- Total 585K
- Win 451K
- Mac 88K
- Linux 46K
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 | 10 | 15 | 13 | 21 | 21 | 33 | 26 | 0 | 0 | 32 | 29 | 24 | 17 | 28 | 32 | 30 | 32 | 28 | 16 | 23 | 25 | 35 | 33 | 27 | 38 | 17 | 19 | 27 | 41 | 42 | 29 | 44 | 29 | 23 | 40 | 36 | 26 | 33 | 42 | 29 | 35 | 41 | 44 | 41 | 29 | 36 |
Mac | 7 | 3 | 4 | 6 | 2 | 4 | 7 | 0 | 0 | 2 | 4 | 1 | 3 | 4 | 2 | 8 | 3 | 14 | 7 | 8 | 6 | 6 | 5 | 6 | 11 | 3 | 5 | 1 | 8 | 10 | 5 | 4 | 3 | 7 | 3 | 5 | 9 | 7 | 5 | 5 | 7 | 7 | 1 | 4 | 5 | 7 |
Linux | 1 | 2 | 0 | 4 | 2 | 1 | 0 | 0 | 0 | 3 | 4 | 0 | 3 | 4 | 3 | 2 | 8 | 0 | 2 | 2 | 1 | 3 | 2 | 2 | 6 | 3 | 4 | 4 | 2 | 1 | 0 | 3 | 3 | 2 | 2 | 4 | 2 | 3 | 5 | 0 | 2 | 8 | 4 | 5 | 3 | 9 |
Readme
- Source
- raw.githubusercontent.com
Announcing “10% Too Dull for My Tastes” Sublime Text Color Scheme
Article: https://scotch.io/bar-talk/announcing-10-too-dull-for-my-tastes-sublime-text-color-scheme
I was recently bored and messing around with Sublime Text 3 to see if there were any new cool things, major updates, themes and color schemes, or plugin packages that I haven't heard about lately to compete with all the Visual Studio awesome hype these days.
I came across some really neat new (and old) themes / color schemes out there. I found one I never heard of that I absolutely loved:
- Behave: A theme that makes you happy like cats on the internet, and Morgan Freeman's sexy voice.
I can't believe I've never heard of that before - I absolutely love it. Ended up modifying everything based on this. Just making it more dull and boring (personal preference).
This isn't supposed to be some big thing. Just a quick and fun little project to release. Thanks for checking it out.
Features
I ended up modifying the Behave theme a bit for my own tastes. It's now:
- 90% Perfection!
- 10% Dull!
- 100% Awesome!
So in all seriousness:
- Light, attractive colors for the eye
- Simplicity
- Cursive font
This won't be for everyone, but so far I've been using it and and really enjoy it. Might as well share it to the world.
Thought Process
This just isn't my own personal preference thing. I tried to be methodical about how the colors are selected. Everything is supposed to have a “light” tone to it and related items are all shades of each other. For example, brackets are bright, variables are less bright, and then their strings are least bright. In a somewhat cascading fashion.
What does it looks like?
Here's some examples of it in action!
JavaScript
HTML with Brackets (Vue.js)
PHP (Laravel)
HTML / PHP (WordPress)
CSS / LESS / SASS
JSON
What's up with the name?
This was made pretty quickly, but I'm happy with how it turned out.
It's named after the first feedback I received for it. Which is honestly only 90% fair…
Seriously though, I hope someone out there enjoys it as much as I do. And, definitely, please feel free to send Pull Requests to improve.
How to Download
- Install Sublime Text 3
Package Control
Open the Command Palette
(cmd + shift + p) and search:
- 10% Too Dull for My Tastes Color Scheme
Then add to your user settings:
"color_scheme": "Packages/10% Too Dull for My Tastes Color Scheme/scotchy.tmTheme",
Manual
Download (or clone) to your Sublime Text's package folder. On Mac located here:
# Replace bigmac with whatever your user name is
/Users/bigmac/Library/Application Support/Sublime Text 3/Packages
Cursive Monospace Fonts
You need a cursive font library installed on your machine. Your options are:
The font used for the code is “Operator Mono” and requires a license.
Super solid alternatives are: The official Material Design monospace font “Roboto Mono” or “Fira Code”.
Whatever you choose, you can add this to your user settings.
"font_face": "Operator Mono",
"font_options":
[
"gray_antialias",
"subpixel_antialias"
],
"font_size": 17,
Improved Settings
To each its own here, but here are my current Sublime Text settings. Mainly check out the theme
, color_scheme
, font_options
, and indent_guide_options
.
{
"theme": "ayu-mirage.sublime-theme",
"color_scheme": "Packages/spocky-scotch/scotchy.tmTheme",
"always_show_minimap_viewport": true,
"bold_folder_labels": false,
"detect_indentation": false,
"dictionary": "Packages/Language - English/en_US.dic",
"file_exclude_patterns":
[
".DS_Store"
],
"folder_exclude_patterns":
[
],
"font_face": "Operator Mono",
"font_options":
[
"gray_antialias",
"subpixel_antialias"
],
"font_size": 17,
"highlight_line": true,
"ignored_packages":
[
"Markdown",
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"overlay_scroll_bars": "enabled",
"scroll_past_end": true,
"show_definitions": false,
"spell_check": true,
"tab_size": 4,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": false
}
Pull Requests Updates
Please send.
Conclusion
Again, all the hardwork was done by the Behave creator. This is a simple lazy fork of it where I:
- * Picked new colors
- Modified a few things
- Added italic support
Give him all credit for the original theme work. Hope you guys like this one! It's free for all. Thanks!