Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>Tcker ThemeNew to Visual Studio Code? Get it now.
Tcker Theme

Tcker Theme

Tcker

|
66 installs
| (0) | Free
COMBINED WITH Tokyo Night Syntax Color & Jaakkko Black Color Theme
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Tcker theme

Preview in vscode.dev

COMBINED WITH Tokyo Night Syntax Color & Jaakkko Black Color Theme ✨

Initial Demonstrations:

Initial Look 1: Php Language

Initial Look 2:

DESCRIPTION

  • I build this only for my eyes and my eyes only hahahhah
  • I only copy the specific lines of codes to make this theme from their themes.json files

Credits:

  • https://github.com/tokyo-night/tokyo-night-vscode-theme
  • https://github.com/Jaakkko/vscode-black-theme

TO RECREATE MY OWN CUSTOM FILE LIST LOOK:

  • To recreate more foreground look with the Explorer this is would you need to do
  1. prerequisites:
    A. Download the extension Custom CSS and JS loader in vscode marketplace
    https://marketplace.visualstudio.com/items?itemName=be5invis.vscode-custom-css

    B. Download JetBrains Font, and install them on your computer

  2. Create a custom directory for vscode-custom.css, create an import on your settings.json


    "vscode_custom_css.imports": [
        "<path to your vscode-custom.css>",
    ],

  1. copy this code and paste it on your newly created vscode-custom.css

.composite.title h2 {
    color: #FFFFFF !important;
    font-weight: bold !important;
    font-size: 12px !important;
}

.composite.title h2::before {
    display: inline-block;
    margin-right: 6px;
    font-size: 1.1rem;
    content: '🌌';
}

.monaco-list-rows {
    color: #FFFFFF !important;
}

  1. You are welcome to customize your vscode base on your liking, Happy Coding!

Enjoy!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft