Skip to content

fizipan/gatot-kaca-theme

Repository files navigation

Gatot Kaca for Visual Studio Code

A dark theme for Visual Studio Code.

Screenshot

Install using Command Palette

  1. Go to View -> Command Palette or press Ctrl+Shift+P
  2. Then enter Install Extension
  3. Write Gatot Kaca
  4. Select it or press Enter to install

Activating theme

Run Visual Studio Code. The Gatot Kaca Syntax Theme will be available from File -> Preferences -> Color Theme dropdown menu.

If you want, I have some recommended settings that you can use.

{
    "workbench.colorTheme": "Gatot Kaca",
    "editor.lightbulb.enabled": false,
    "editor.selectionHighlight": false,
    "editor.overviewRulerBorder": false,
    "editor.renderLineHighlight": "none",
    "editor.occurrencesHighlight": false,
    "problems.decorations.enabled": false,
    "editor.renderControlCharacters": false,
    "editor.hideCursorInOverviewRuler": true,
}

Contributing

If you'd like to contribute to this theme, please read the contributing guidelines.