Giter Site home page Giter Site logo

stonec0der / g-dark-theme Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 45.91 MB

A Visual Studio Code Theme with multiple backgrounds-color and syntax-highlighting to suit your coding environment and minimize eye-strain

Home Page: https://stonec0der.github.io/g-dark-theme/

License: MIT License

vscode-theme dark-themes theme-variants themes blue-theme purple-theme high-contrast vscode eye-strain

g-dark-theme's Introduction

G-dark Themes for Vscode

Give it a try and if you like and can spare e few minutes of time, help spread the word, give a ☆ on github or leave a review if you have time, thank you and happy coding✌🏾

Getting started

Installation

  1. Open Extensions sidebar panel in VS Code. View → Extensions
  2. Search for g-dark
  3. Click Install to install it.
  4. A drop down list will appear.
  5. Select on of g-dark theme variants to preview
  6. Press Enter to activate the theme

Support

Languages

Optimized for PHP, Laval, Blade Template, Jinja, Python, HTML, CSS, JSON, Markdown, JS (Vanilla) and Others Languages.

Night Mode

All themes Work well with F.lux/Night Shift or other similar tools.

Note: Some themes are work better in dark room or similar as well as some in bright room or outside, I suggest you try every themes on different sets to find the one that work for you.

Tested on macOS

Other Editors

Custom Settings

Fonts

To get the most out of this them please add the following configuration:

1 Download and install Haskling fonts Hasklig or JetBrains Mono

2 Enable ligature in vscode setting or add to settings.json :

  "editor.fontLigatures": true,
  "editor.fontWeight": "600",
  "editor.fontSize": 14.5,
  "window.zoomLevel": 1,

3 Install Indent-Rainbow

  • add this to settings.json:

      "indentRainbow.colors": [
        "rgba(16,16,16,0.10)",
        "rgba(16,16,16,0.20)",
        "rgba(16,16,16,0.30)",
        "rgba(16,16,16,0.35)",
        "rgba(16,16,16,0.40)",
        "rgba(16,16,16,0.45)",
        "rgba(16,16,16,0.50)",
        "rgba(16,16,16,0.55)",
        "rgba(16,16,16,0.60)",
        "rgba(16,16,16,0.65)",
        ],

4 Add the following to setting.json to display white space indicator only on selection

    "editor.renderWhitespace": "selection",

5 Auto switch between dark and light theme (macOS only)

Install auto-darkMode

  • add the following to settings.json:
    "autoDarkMode.darkTheme": "G Dark",
    "autoDarkMode.lightTheme": "G Light",

6 For colored brackets

    "editor.fontWeight": "600",
    "bracketPairColorizer.forceUniqueOpeningColor":true,
    "bracketPairColorizer.forceIterationColorCycle":true,
    "bracketPairColorizer.colorMode":"Consecutive",
    "bracketPairColorizer.highlightActiveScope":true,
    "bracketPairColorizer.activeScopeCSS":[
        "borderStyle : solid",
        "borderWidth : 1px",
        "borderColor : {color}; opacity: 0.3",
        "backgroundColor : {color}"
    ],
    "editor.matchBrackets":"never",
    "bracketPairColorizer.showBracketsInGutter":true,
    "bracketPairColorizer.consecutivePairColors":[
        "()",
        "[]",
        "{}",
        ["<", "</"],
        ["<", "/>"],
        [
            "Gold",
            "Orchid",
            "LightSkyBlue",
            "#854442",
            "#08C08C"
        ],
        "Red"
    ],

7 To use a unique color for vscode functions & methods Separator

  "separators.methods.borderColor": "#64778b3a",  
  "separators.functions.borderColor": "#64778b3a",  
  "separators.constructors.borderColor": "#64778b3a",
  "separators.classes.borderColor": "#64778b3a",  
  "separators.enums.borderColor": "#64778b3a",  
  "separators.namespaces.borderColor": "#64778b3a",

Happy coding

All contribution are welcome

For any issues Issues.Thanks for your support!

g-dark-theme's People

Contributors

kushitecoder avatar stonec0der avatar

Stargazers

 avatar  avatar

Watchers

 avatar

g-dark-theme's Issues

Commented out lines not visible in Dark Valhala

As the screenshot shows, the commented out lines are almost invisible -- they almost blend with the background.
This might be a feature of this theme, in that case could you help me change it to my liking.

Also, I just noticed that the indentation lines are invisible as well.
PS : I see that #5 is exactly same as issue. However, as the screenshot show, the issue persists

Btw, nice work. :-)

Thanks
Dark Valhalla

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.