Oceanic dark theme for VS Code and Windows Terminal.
- Clone this repository
git clone https://github.com/arifbudimanar/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
- Download the latest release
- Install the extension
code --install-extension generated-filename.vsix
With VSCode
- Open the Extensions sidebar in VS Code
- Search for
ArifCode Theme
- Click
Install
{
"breadcrumbs.enabled": false,
"editor.bracketPairColorization.enabled": false,
"editor.cursorBlinking": "expand",
"editor.cursorSmoothCaretAnimation": "on",
"editor.fontFamily": "JetBrains Mono",
"editor.fontLigatures": true,
"editor.formatOnSave": true,
"editor.inlineSuggest.enabled": true,
"editor.lineHeight": 2.15,
"editor.matchBrackets": "never",
"editor.minimap.enabled": false,
"editor.renderLineHighlight": "none",
"editor.renderWhitespace": "none",
"editor.smoothScrolling": true,
"explorer.compactFolders": false,
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"files.autoSave": "onWindowChange",
"material-icon-theme.activeIconPack": "angular",
"material-icon-theme.folders.color": "#808080",
"material-icon-theme.folders.theme": "specific",
"material-icon-theme.hidesExplorerArrows": true,
"scm.diffDecorations": "gutter",
"screencastMode.fontSize": 30,
"screencastMode.keyboardOverlayTimeout": 5000,
"screencastMode.verticalOffset": 2,
"security.workspace.trust.untrustedFiles": "open",
"telemetry.telemetryLevel": "off",
"terminal.explorerKind": "external",
"terminal.integrated.cursorBlinking": true,
"terminal.integrated.cursorStyle": "line",
"terminal.integrated.defaultProfile.windows": "Git Bash",
"terminal.integrated.enableMultiLinePasteWarning": false,
"terminal.integrated.fontFamily": "JetBrainsMono Nerd Font",
"terminal.integrated.gpuAcceleration": "on",
"typescript.inlayHints.enumMemberValues.enabled": true,
"window.autoDetectColorScheme": true,
"window.commandCenter": false,
"window.menuBarVisibility": "compact",
"window.title": "${rootName}",
"workbench.activityBar.visible": false,
"workbench.colorTheme": "ArifCode Theme",
"workbench.iconTheme": "material-icon-theme",
"workbench.layoutControl.enabled": false,
"workbench.list.smoothScrolling": true,
"workbench.preferredDarkColorTheme": "ArifCode Theme",
"workbench.preferredLightColorTheme": "GitHub Light Default",
"workbench.startupEditor": "none",
"workbench.statusBar.visible": false,
"workbench.tree.indent": 16,
"zenMode.centerLayout": false,
"zenMode.fullScreen": false,
"zenMode.hideLineNumbers": false
}
[
{
"key": "alt+b",
"command": "workbench.action.toggleActivityBarVisibility"
},
{
"key": "alt+m",
"command": "workbench.action.toggleMenuBar"
},
{
"key": "alt+n",
"command": "workbench.action.toggleStatusbarVisibility"
}
]
{
"background": "#242B2E",
"black": "#242B2E",
"blue": "#6699CC",
"brightBlack": "#D4D4D4",
"brightBlue": "#6699CC",
"brightCyan": "#56B6C2",
"brightGreen": "#99C794",
"brightPurple": "#C594C5",
"brightRed": "#FAC863",
"brightWhite": "#D4D4D4",
"brightYellow": "#FAC863",
"cursorColor": "#D4D4D4",
"cyan": "#5FB3B3",
"foreground": "#D4D4D4",
"green": "#99C794",
"name": "ArifCode",
"purple": "#C594C5",
"red": "#E15A60",
"selectionBackground": "#D4D4D4",
"white": "#D4D4D4",
"yellow": "#FAC863"
}