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

Arikko's Theme

Arik Chakma

|
336 installs
| (0) | Free
A dark moody theme of Arik Chakma aka Arikko.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Brought to you by

  • Arik Chakma's official visual studio code theme.
  • Will be maintaining this whenever I get time, thanks for your understanding!

Inspired

I took inspiration from the Tokyo Night theme which I was using around 5/6 months.


Theme Screenshots


Installation

Launch Quick Open:

  • Linux Ctrl+P
  • macOS ⌘P
  • Windows Ctrl+P

Paste the following command and press Enter:

ext install arikko-s-theme theme

Activate theme

Launch Quick Open:

  • Linux Ctrl + Shift + P
  • macOS ⌘ + Shift + P
  • Windows Ctrl + Shift + P

Type theme, choose Preferences: Color Theme, and select Arikko's Dark from the list. After activation, the theme will be activated.


My settings for visual studio✌

  • To get the same look as mine, you can use my settings to. I also use some extra extensions like Image Preview, Better Comments and so on.
  • You'll find them in vs code marketplace.
{
	"workbench.colorTheme": "Arikko's Dark",
	"editor.fontFamily": "Operator Mono",
	"editor.fontLigatures": true,
	"editor.fontSize": 18,
	"editor.fontWeight": "600",
	"editor.lineHeight": 28,
	"editor.cursorBlinking": "expand",
	"files.autoSave": "afterDelay",
	"prettier.useTabs": true,
	"prettier.singleQuote": true,
	"editor.cursorWidth": 3,
	"editor.wordWrap": "on",
	"editor.wordWrapColumn": 75,
	"editor.defaultFormatter": "esbenp.prettier-vscode",
	"[javascript]": {
		"editor.defaultFormatter": "esbenp.prettier-vscode"
	},
	"editor.formatOnSave": true,
	"editor.formatOnPaste": true,
}

PEACE

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