Skip to content

A jade-tinted dark colorscheme for Neovim, inspired by Omarchy

License

Notifications You must be signed in to change notification settings

st-eez/osaka-jade.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

osaka-jade.nvim

A Neovim port of the Osaka Jade theme by Justin Lowry, originally created for Omarchy.

Neovim License

Features

  • Dark theme with jade/teal accent colors
  • Full Treesitter support
  • LSP semantic highlighting
  • Support for popular plugins:
    • Telescope
    • Neo-tree
    • WhichKey
    • nvim-cmp
    • Lazy.nvim
    • Mason
    • Noice
    • Notify
    • Flash
    • Trouble
    • Navic
    • And more...

Requirements

  • Neovim >= 0.8.0
  • termguicolors enabled

Installation

{
  "st-eez/osaka-jade.nvim",
  lazy = false,
  priority = 1000,
  config = function()
    vim.cmd.colorscheme("osaka-jade")
  end,
}
return {
  { "st-eez/osaka-jade.nvim", lazy = false, priority = 1000 },
  {
    "LazyVim/LazyVim",
    opts = {
      colorscheme = "osaka-jade",
    },
  },
}
use {
  "st-eez/osaka-jade.nvim",
  config = function()
    vim.cmd.colorscheme("osaka-jade")
  end,
}

Color Palette

Color Hex Usage
Background #111c18 Primary background
Foreground #C1C497 Primary text
Cyan #2DD5B7 Keywords, accents
Green #549e6a Strings
Blue #509475 Functions
Yellow #E5C736 Types, warnings
Red #FF5345 Errors, exceptions
Magenta #D2689C Numbers, booleans
Comment #53685B Comments, muted text

Credits

Color palette by Justin Lowry from his Osaka Jade theme for Omarchy.

License

MIT

About

A jade-tinted dark colorscheme for Neovim, inspired by Omarchy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages