Skip to content

Help make the extensions Marketplace better for everyone. Take this survey!

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

ArifCode Theme

ArifCode

|
43 installs
| (1) | Free
My personal theme for Visual Studio Code. Usually used for Laravel development.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

ArifCode Theme

Modern, elegant and accessible fork of Oceanic Next Color Scheme for Sublime Text.

Installation

With Git Clone

  1. Clone this repository
git clone https://github.com/arifbudimanarrosyid/arifcode-theme
  1. Install VSCE
npm install -g vsce
  1. Build the extension
npm run build
  1. Package the extension
vsce package
  1. Install the extension
code --install-extension generated-filename.vsix

With VSIX

  1. Download the latest release
  2. Install the extension
code --install-extension generated-filename.vsix

With VS Code

  1. Open the Extensions sidebar in VS Code
  2. Search for ArifCode Theme
  3. Click Install

Image 4

Preview

Image 1 Image 2 Image 3

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"
    }
]

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft