ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Dark Knight Color Scheme

by AmjadHD ST3

🎨 An elegant dark color scheme for Sublime Text ⚡.

Labels color scheme

Details

Installs

  • Total 13K
  • Win 9K
  • Mac 1K
  • Linux 3K
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 Aug 22 Aug 21 Aug 20 Aug 19 Aug 18 Aug 17 Aug 16 Aug 15 Aug 14 Aug 13 Aug 12 Aug 11 Aug 10 Aug 9 Aug 8 Aug 7 Aug 6 Aug 5
Windows 0 1 4 1 0 0 3 3 1 0 3 4 3 0 0 4 0 1 1 0 0 0 2 1 0 0 1 1 1 1 2 0 1 1 1 1 1 3 1 0 0 0 1 1 0 2
Mac 0 0 0 1 0 1 0 1 0 0 0 2 0 0 1 0 1 0 0 0 1 0 1 1 1 1 0 0 1 0 0 0 0 1 2 0 1 1 1 0 0 2 1 1 2 1
Linux 0 1 1 0 0 0 0 3 0 0 3 0 0 0 1 1 1 0 0 0 0 0 0 0 1 0 1 0 0 2 1 0 0 2 0 0 0 0 1 0 0 1 0 3 0 1

Readme

Source
raw.​githubusercontent.​com

Dark Knight Color Scheme

GitHub release (latest by date) Package Control

🎨 An elegant dark color scheme for Sublime Text ⚡.

Screenshots

Python

Python

Java

Java

Rust

Rust

HTML

HTML

JavaScript

JavaScript

CSS

CSS

Installation

  1. Bring up the command palette (ctrl/+shift+p)
  2. Select “Package Control: Install Package”
  3. 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.