ArifCode Theme
Modern, elegant and accessible fork of Oceanic Next Color Scheme for Sublime Text.
Installation
With Git Clone
- Clone this repository
git clone https://github.com/arifbudimanarrosyid/arifcode-theme
- Install VSCE
npm install -g vsce
- Build the extension
npm run build
- Package the extension
vsce package
- Install the extension
code --install-extension generated-filename.vsix
With VSIX
- Download the latest release
- Install the extension
code --install-extension generated-filename.vsix
With VS Code
- Open the Extensions sidebar in VS Code
- Search for
ArifCode Theme
- Click
Install

Preview

Recommended Settings
settings.json
{
"editor.fontFamily": "JetBrains Mono",
"editor.fontLigatures": true,
"editor.lineHeight": 2.15,
"workbench.productIconTheme": "fluent-icons",
"workbench.activityBar.visible": false,
"workbench.statusBar.visible": false,
"window.menuBarVisibility": "compact",
"workbench.editor.showTabs": false,
}
keybindings.json
[
{
"key": "alt+b",
"command": "workbench.action.toggleActivityBarVisibility"
},
{
"key": "alt+m",
"command": "workbench.action.toggleMenuBar"
},
{
"key": "alt+n",
"command": "workbench.action.toggleStatusbarVisibility"
}
]