Dark Knight Color Scheme
🎨 An elegant dark color scheme for Sublime Text ⚡.
Labels color scheme
Details
Installs
- Total 11K
- Win 8K
- Mac 1K
- Linux 2K
May 30 | May 29 | May 28 | May 27 | May 26 | May 25 | May 24 | May 23 | May 22 | May 21 | May 20 | May 19 | May 18 | May 17 | May 16 | May 15 | May 14 | May 13 | May 12 | May 11 | May 10 | May 9 | May 8 | May 7 | May 6 | May 5 | May 4 | May 3 | May 2 | May 1 | Apr 30 | Apr 29 | Apr 28 | Apr 27 | Apr 26 | Apr 25 | Apr 24 | Apr 23 | Apr 22 | Apr 21 | Apr 20 | Apr 19 | Apr 18 | Apr 17 | Apr 16 | Apr 15 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 1 | 1 | 0 | 5 | 1 | 3 | 2 | 2 | 2 | 4 | 2 | 4 | 5 | 1 | 2 | 2 | 4 | 5 | 1 | 2 | 3 | 2 | 5 | 3 | 1 | 0 | 2 | 5 | 3 | 5 | 3 | 5 | 2 | 5 | 3 | 1 | 4 | 3 | 2 | 2 | 2 | 3 | 2 | 2 | 3 | 6 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 2 | 0 | 1 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 |
Linux | 1 | 1 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 1 | 0 | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 1 | 1 | 0 | 1 | 2 | 1 | 0 | 0 | 1 | 3 | 1 | 0 | 1 | 1 | 2 | 1 | 2 | 1 | 1 | 1 | 0 | 1 | 1 | 0 | 1 | 1 | 0 | 1 |
Readme
- Source
- raw.githubusercontent.com
Dark Knight Color Scheme
🎨 An elegant dark color scheme for Sublime Text ⚡.
Screenshots
Python
Java
Rust
HTML
JavaScript
CSS
Installation
- Bring up the command palette (ctrl/⌘+shift+p)
- Select “Package Control: Install Package”
- Search for “Dark Knight Color Scheme” and hit enter
Preferences
Paste this into your Preferences.sublime-settings
{
"always_show_minimap_viewport": true,
"draw_minimap_border": true,
"draw_white_space": "none",
"fade_fold_buttons": false,
"highlight_line": true,
"highlight_modified_tabs": true,
"indent_guide_options":
[
"draw_active",
"draw_normal"
],
"line_padding_bottom": 1,
"line_padding_top": 2,
"margin": 0,
"caret_extra_bottom": 1,
"caret_extra_top": 2,
"caret_extra_width": 1,
"overlay_scroll_bars": "enabled",
"theme": "One.sublime-theme"
}
The One theme is recommended.
Contributing
If you see something that can be enhanced, please don't hesitate to open an issue or even better, a PR.
Acknowledgment
Dark Knight color scheme is inspired by atom's iconic One Dark syntax theme. You can checkout my port of atom's One theme and color schemes here.