Dark Knight Color Scheme
🎨 An elegant dark color scheme for Sublime Text ⚡.
Labels color scheme
Details
Installs
- Total 14K
- Win 9K
- Mac 2K
- Linux 3K
Oct 6 | Oct 5 | Oct 4 | Oct 3 | Oct 2 | Oct 1 | Sep 30 | Sep 29 | Sep 28 | Sep 27 | Sep 26 | Sep 25 | Sep 24 | Sep 23 | Sep 22 | Sep 21 | Sep 20 | Sep 19 | Sep 18 | Sep 17 | Sep 16 | Sep 15 | Sep 14 | Sep 13 | Sep 12 | Sep 11 | Sep 10 | Sep 9 | Sep 8 | Sep 7 | Sep 6 | Sep 5 | Sep 4 | Sep 3 | Sep 2 | Sep 1 | Aug 31 | Aug 30 | Aug 29 | Aug 28 | Aug 27 | Aug 26 | Aug 25 | Aug 24 | Aug 23 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 1 | 0 | 1 | 0 | 4 | 0 | 0 | 1 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 2 | 1 | 2 | 0 | 0 | 0 | 2 | 0 | 0 | 1 | 2 | 1 | 2 | 4 | 0 | 1 | 1 | 2 | 3 | 0 | 0 | 1 | 2 | 0 | 1 | 0 |
Mac | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 |
Linux | 0 | 3 | 0 | 0 | 2 | 1 | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 1 | 0 | 2 | 0 | 1 | 1 | 0 | 2 | 0 | 1 | 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.