GithubHelp home page GithubHelp logo

happy-ferret / daybreak-theme Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mtdmali/daybreak-theme

0.0 1.0 0.0 592 KB

A VS Code theme for those who work through the night.

Home Page: https://daybreaktheme.com

License: MIT License

daybreak-theme's Introduction

daybreak banner


Visual Studio Marketplace Version Visual Studio Marketplace Downloads Visual Studio Marketplace Rating (Stars)

daybreaktheme.com

Daybreak preview

Installation

  1. Open the Extensions sidebar in VS Code
  2. Search for Daybreak
  3. Click Install
  4. Open the Command Palette with Ctrl+Shift+P or ⇧⌘P
  5. Select Preferences: Color Theme and choose Daybreak
  6. Select Preferences: File Icon Theme and choose Daybreak
  7. Enjoy! 🌅 Also, check out some of the personalization options below...

Personalization

This theme is the byproduct of some very opinionated changes to both Horizon Theme and Chalice Icon Theme. As such, currently there isn't much in the way of personalization options for this theme.

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

Recommended Fonts, Extensions & Settings

I am a big fan of fonts that support ligatures. I highly recommend the following fonts:

Note: Ensure you enable font ligatures by adding "editor.fontLigatures": true, to your settings.json file.

I also highly recommended two particular extensions to help augment this theme even further:

Download these extensions and add the following settings to your settings.json file.

Better Comments

Better Comments preview

"better-comments.tags": [
    {
      "tag": "!",
      "color": "#2E302E",
      "strikethrough": false,
      "backgroundColor": "#E95678"
    },
    {
      "tag": "?",
      "color": "#2E302E",
      "strikethrough": false,
      "backgroundColor": "#B877DB"
    },
    {
      "tag": "//",
      "color": "#474747",
      "strikethrough": true,
      "backgroundColor": "transparent"
    },
    {
      "tag": "todo",
      "color": "#FAB795",
      "strikethrough": false,
      "backgroundColor": "#2E302E"
    },
    {
      "tag": "*",
      "color": "#FDF0ED",
      "strikethrough": false,
      "backgroundColor": "transparent"
    },
    {
      "tag": "#",
      "color": "#FDF0ED",
      "strikethrough": false,
      "backgroundColor": "#2E302E"
    },
    {
      "tag": "_",
      "color": "#2E302E",
      "strikethrough": false,
      "backgroundColor": "#FDF0ED"
    }
  ],

Bracket Pair Colorizer 2

Bracket Pair Colorizer 2 preview

"bracket-pair-colorizer-2.colors": ["#FAC29A", "#B877DB", "#25B2BC"],

License

MIT © Mike Mali

daybreak-theme's People

Contributors

mtdmali avatar

Watchers

 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.