Code Monkey home page Code Monkey logo

base16-leaf-tomorrow-vscode-theme's Introduction

Base16 Leaf Tomorrow Dark Theme for VSCode

โ˜˜๏ธ Less red, more green + tons of small improvements ๐Ÿ‘ฝ๐Ÿฅ‘๐Ÿ”‹
Since Tomorrow just felt too red to me, I replaced that color with a nice green. Out came a less red and more green version of Base16 Tomorrow Dark Theme with some modifications in secondary colors. Now also optimised for writing distraction-free in markdown. It displays bold bold and italic in italics.

screenshot

Based on Base16 Tomorrow Dark+ Theme by Shurelia.


To install the Theme, search for 'Leaf Tomorrow' in the extensions panel.

Theme in the VSCode marketplace

Repository on github


Recommendations

Recommended fonts are Fira Code or Source Code Pro. For Markdown, iA Writer Duospace is amazing.
Matching file icon themes are "Seti" or "File icons".

Settings:

    "editor.fontFamily": "'Fira Code', 'Source Code Pro', monospace",
    "editor.renderWhitespace": "boundary",
    "window.menuBarVisibility": "hidden",
    "editor.cursorBlinking": "phase",
    "editor.minimap.renderCharacters": false,
    "editor.minimap.showSlider": "always",
    "[markdown]": {
        "editor.wordWrap": "bounded",
        "editor.wordWrapColumn": 84,
        "editor.fontFamily": "'iA Writer Duospace'",
        "editor.fontSize": 16.5,
        "editor.lineHeight": 29,
        "editor.matchBrackets": false,
        "editor.lineNumbers": "off",
    },

Minimal, but still useful color setting for indent-rainbow and Bracket Pair Colorizer 2 plugins:

  "indentRainbow.colors": [
    "rgba(16,16,16,0.1)",
    "rgba(16,16,16,0.4)",
    "rgba(16,16,16,0.8)",
    "rgba(16,16,16,0.4)"
  ],
  "bracket-pair-colorizer-2.colors": [
    "#f0c674",
    "#b294bb",
    "#81a2be",
  ],

base16-leaf-tomorrow-vscode-theme's People

Contributors

emily-curry avatar simonhermann avatar

Stargazers

 avatar

Watchers

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