Skip to content

Skardyy/makurai-nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

just another vim theme ~ a minimal theme done right

  1. doesn't use italic or bold fonts
  2. highlights only
    • keywords (not operators)
    • functions
    • strings
    • constants
    • types (not namespaces or modules)
  3. for some highlights uses colors that are weak and barely noticable, yet distinct enough to not blend in

Vscode Version

you can find the vim version of the theme here

Colors

bg = "#1f2233"
bg_1 = "#1e2029"
bg_2 = "#2c3042"
fg = "#f8f8f0"
on_fg = "#000000"
comment = "#2D3640"
selection = "#3b3f4b"
border = "#a6accd"
light_red = "#ff6e70"
red = "#FF3333"
purple = "#D2A6FF"
green = "#95FB79"
yellow = "#FFEE99"
blue = "#82aaff"
light_blue = "#a6dbff"
orange = "#FF7733"
light_orange = "#ff9e64"
cyan = "#7dcfff"

and more...

Screenshots

image image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages