Coder Social home page Coder Social logo

tomorrow-black-nvim's Introduction

tomorrow-black-nvim

kmp10

This colorscheme tries to be simultaneously easy on eyes, high-contrast while being mostly white on black with minimal set of colors, and uses bold/italics or slightly different shades to keep different kind of objects distinguishable.

Based on No Clown Fiesta and Tomorrow Theme.

Usage

enable scheme:

vim.cmd.colorscheme('tomorrow-black') 

its possible to override some of the defaults before enabling:

require("tomorrow-black").setup({
    transparent = true,
    styles = {
        -- comments = {},
        keywords = { fg = "#8abeb7", bold = false, italic = true },
        -- functions = {},
        -- variables = {},
        -- type = {},
        structures = { bold = true, italic = true },
        -- conditionals = {},
        -- lsp = {},
        -- loops = {},
    },
    -- custom_colors = {
        -- none = "NONE",
        -- fg = "#c5c5c5",
        -- bg = "#000000",
        -- alt_bg = "#1a1a1a",
        -- accent = "#202020",
        -- white = "#c5c5c5",
        -- gray = "#373737",
        -- medium_gray = "#727272",
        -- light_gray = "#b0b0b0",
        -- lighter_gray = "#bbbbbb",
        -- blue = "#6A9FB5",
        -- cyan = "#75B5AA",
        -- red = "#AC4242",
        -- yellow = "#F4BF75",
        -- cursor_fg = "#000000",
        -- cursor_bg = "#cccccc",
    -- },
})

vim.cmd.colorscheme('tomorrow-black') 

lualine

Colorscheme for lualine plugin is included. Enable it inside lualine setup settings: theme = 'tomorrow-black'.

tomorrow-black-nvim's People

Contributors

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