All Projects β†’ jolaleye β†’ Horizon Theme Vscode

jolaleye / Horizon Theme Vscode

Licence: mit
🎨 A beautifully warm dual theme for Visual Studio Code

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Horizon Theme Vscode

Night Owl Vscode Theme
🌌 NIGHT OWL: A VS Code dark theme for contrast for nighttime coding, πŸ¦‰ LIGHT OWL: a daytime light theme
Stars: ✭ 2,368 (+367.98%)
Mutual labels:  dark-theme, vscode, vscode-theme
Lukin Vscode Theme
🎨 Lukin Theme for VS Code
Stars: ✭ 142 (-71.94%)
Mutual labels:  dark-theme, vscode, vscode-theme
gloom
A dark and gloomy pastel color syntax theme for Visual Studio Code
Stars: ✭ 31 (-93.87%)
Mutual labels:  dark-theme, vscode, vscode-theme
Vscode One Monokai
🎨 Vscode One Monokai theme.
Stars: ✭ 214 (-57.71%)
Mutual labels:  dark-theme, vscode, vscode-theme
Samurai-theme-vscode
Samurai Theme for VSCode
Stars: ✭ 15 (-97.04%)
Mutual labels:  dark-theme, vscode-theme
aurora-future-vscode-theme
πŸ’œ A futuristic vscode theme.
Stars: ✭ 27 (-94.66%)
Mutual labels:  dark-theme, vscode-theme
Shades Of Purple Vscode
πŸ¦„ Shades of Purple β€” A professional theme with hand-picked & bold shades of purple to go along with your VSCode. Reviewed by several designers and 75+ theme versions released to keep it updated. One of the top rated best VSCode themes on VS Code Marketplace. Download β†’
Stars: ✭ 486 (-3.95%)
Mutual labels:  vscode, vscode-theme
hash-dark-vscode
A minimal dark vscode theme inspired by Hashnode blog syntax highlighting.
Stars: ✭ 12 (-97.63%)
Mutual labels:  dark-theme, vscode-theme
paddy-color-theme
A very detailed VS Code color theme with earthy tones and many background options for all ye badass hackers. 🍁
Stars: ✭ 29 (-94.27%)
Mutual labels:  dark-theme, vscode-theme
vscode-theme-dark-blood
🎨 VSCode Theme: Dark Blood
Stars: ✭ 15 (-97.04%)
Mutual labels:  dark-theme, vscode-theme
vscode-theme-vitesse
πŸ• Vitesse theme for VS Code
Stars: ✭ 173 (-65.81%)
Mutual labels:  dark-theme, vscode-theme
valley-vscode
Valley is a simple theme for Visual Studio Code without visual noise. Created with handpicked and vivid colors, appropriate contrast and a lot of love to help you focus on your code.
Stars: ✭ 14 (-97.23%)
Mutual labels:  dark-theme, vscode-theme
calamity-vscode
A purple dark theme with medium to high contrast for Visual Studio Code βš›οΈ
Stars: ✭ 27 (-94.66%)
Mutual labels:  dark-theme, vscode-theme
alternight-vscode-theme
Repository of AlterNight, your new favorite theme for Visual Studio Code.
Stars: ✭ 53 (-89.53%)
Mutual labels:  dark-theme, vscode-theme
xcode-theme
Bring the color of the Xcode 'Default (Dark)', Xcode 'Classic (Dark)' and Xcode 'Classic (Light)' themes to Visual Studio Code.
Stars: ✭ 28 (-94.47%)
Mutual labels:  dark-theme, vscode-theme
aylin-vscode-theme
🌌Aylin: a modern and minimal VS Code dark theme with bright colors
Stars: ✭ 17 (-96.64%)
Mutual labels:  dark-theme, vscode-theme
vscode-snazzy-theme
🎨 VS Code theme based on hyper-snazzy with bright colors
Stars: ✭ 16 (-96.84%)
Mutual labels:  vscode, vscode-theme
everforest-vscode
Everforest Color Scheme for Visual Studio Code
Stars: ✭ 76 (-84.98%)
Mutual labels:  vscode, vscode-theme
Awesome Vscode
🎨 A curated list of delightful VS Code packages and resources.
Stars: ✭ 19,659 (+3785.18%)
Mutual labels:  vscode, vscode-theme
vscode-theme-gruvbox-minor
Gruvbox theme for Visual Studio Code
Stars: ✭ 17 (-96.64%)
Mutual labels:  dark-theme, vscode-theme

horizon banner


marketplace version downloads rating

preview

Installation

  1. Open the Extensions sidebar in VS Code
  2. Search for Horizon Theme
  3. Click Install
  4. Open the Command Palette with Ctrl+Shift+P or β‡§βŒ˜P
  5. Select Preferences: Color Theme and choose a Horizon variant.
  6. Enjoy! πŸŽ‰ Also, check out some of the personalization options below...

Visit horizontheme.com for some nice previews and a color reference :)

Personalization

Tastes change all the time. Fortunately, VS Code makes it easy to customize just about every aspect of your editor. If you want to change something, open the Command Palette and select Preferences: Open Settings (JSON). Here, you can override VS Code's defaults or Horizon's colors. Check out some of the personalization options below to customize Horizon to suit your taste.

For more info on theming, visit the Theme Authoring Guide and Theme Color Reference.

Contrast

To add a border between sections of the editor, add the following to your settings...

"workbench.colorCustomizations": {
  "contrastBorder": "#16161C"
}

Or for Bright variants...

"workbench.colorCustomizations": {
  "contrastBorder": "#1A1C231A"
}

Italics

The normal theme only uses italics in a few places. If you would prefer no italics at all, you can configure this in your settings...

"editor.tokenColorCustomizations": {
  "textMateRules": [
    {
      "name": "No italics",
      "scope": ["comment", "markup.quote", "variable.language", "variable.parameter"],
      "settings": {
        "fontStyle": "normal"
      }
    }
  ]
}

Tag Brackets <>

For gray rather than red brackets around HTML tags...

"editor.tokenColorCustomizations": {
  "textMateRules": [
    {
      "name": "Tag brackets",
      "scope": ["punctuation.definition.tag"],
      "settings": {
        "foreground": "#BBBBBB"
      }
    }
  ]
}

Contributing

Check out the contributing guide to learn how you can report issues and help make changes.

Always be sure to follow the Code of Conduct.

License

MIT Β© Jonathan Olaleye

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].