Skip to content

5-pebbles/nordic-helix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🌒 Nordic for Helix

A Helix theme based on AlexvZyl/Nordic.nvim.

image

image

📦 Installation

First copy ./nordic.toml into $HOME/.config/helix/themes/.

Then run theme nordic in Helix or add theme = "nordic" to your config.toml.

⚙️ Configuration

You can customize the theme by inheriting it and applying your own modifications.

For example create a new .toml file in $HOME/.config/helix/themes/ with the name of your theme and the following contents:

inherits = "nordic"

"ui.linenr.selected" = { fg = "green_base" } # make the current line number green

[palette]
black2 = "#BF616A" # make the background (and anything else that uses black2) red

🎨 Palette

All colors are defined in the palette section of this file:

image

About

A warm and dark Nord-like theme for Helix.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published