icao / inheritance

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


banner

🎨 Inheritance Theme

πŸ±β€πŸ‘“ This is the best theme for VSCODE


banner

πŸ’™ Built with inspiration


banner

πŸ’™ Combining harmony and exponentiating the dark mode


banner


banner


banner

πŸ’™ An amazing range of colors satisfying to your eyes


banner


banner

πŸ’™ Integration with your terminal. πŸ€“ Color compatibility with 'oh my zsh' and 'oh my posh'

🐧🍏 Oh my zsh


banner


banner

πŸ±β€πŸ’» Oh my posh


banner

πŸ’™ Perfect combination with the UI


banner


banner



All this and more is Inheritance Theme πŸ’™
What are you waiting to try it, write your code with inspiration 😁



🧰 Getting started

You can install this awesome and cool theme through the Visual Studio Code Marketplace.

🧀 Installation

  1. Install Visual Studio Code
  2. Launch Visual Studio Code
  3. Choose Extensions from menu
  4. Search for Inheritance
  5. Click Install to install it
  6. Click Reload to reload the Code

βœ… Activate Inheritance Theme

Launch Quick Open:

Type theme, choose Preferences: Color Theme
And select: Inheritance
Ready! 😁πŸ₯³

πŸ±β€πŸš€ Recommended settings for a better experience

  1. Install the icons Material Icon Theme

  2. Install the extension Bracket Pair Colorizer

  3. And via user settings:

    {
      // Controls the font family.
      "editor.fontFamily": "Operator Mono Lig",
      // Font Size
      "editor.fontSize": 19,
      // Controls the line height. Use 0 to compute the lineHeight from the fontSize.
      "editor.lineHeight": 28,
      // Enables font ligatures
      "editor.fontLigatures": true,
      // Custom cursor
      "editor.cursorBlinking": "phase",
      "editor.cursorWidth": 4,
      // Spaces
      "editor.renderWhitespace": "all",
      // Controls if file decorations should use badges.
      "explorer.decorations.badges": false,
      // Mandatory  The integration with LINUX Bar title and context menu
      "window.titleBarStyle": "custom",
      // Material icon settings
      "material-icon-theme.folders.color": "#26A5FF",
      "material-icon-theme.folders.theme": "specific",
      "material-icon-theme.hidesExplorerArrows": true,
      // Custom Terminal - Optional
      "terminal.integrated.fontSize": 16,
      "terminal.integrated.fontWeightBold": "600",
      "terminal.integrated.fontWeight": "300",
      "terminal.integrated.fontFamily": "'Operator Mono Lig'" // or 'JetBrains Mono'
    }

πŸ‘¨β€πŸŽ¨ Misc

This palette color was inpired in Electron Vue Theme 🀩 and the project Night Owl of Sarah Drasner πŸ₯°.

It was made possible by the tutorial "Create a VS code theme" from CSS-Tricks πŸ“š.

About