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:
Paste the following command and press Enter
:
ext install arikko-s-theme theme
Activate theme
Launch Quick Open:
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