Skip to content

Latest commit

 

History

History
37 lines (19 loc) · 982 Bytes

README.md

File metadata and controls

37 lines (19 loc) · 982 Bytes

🌒 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