Coder Social home page Coder Social logo

dschibster / horizon-theme-vscode Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jolaleye/horizon-theme-vscode

0.0 0.0 0.0 1.62 MB

:art: A beautifully warm dual theme for Visual Studio Code

Home Page: https://horizontheme.netlify.com

License: MIT License

JavaScript 100.00%

horizon-theme-vscode's Introduction

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...

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

horizon-theme-vscode's People

Contributors

harg avatar jolaleye avatar matter123 avatar tinvaan avatar twhite96 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.