diff options
| author | Xander Swan <email> | 2025-12-03 10:00:42 -0500 |
|---|---|---|
| committer | Xander Swan <email> | 2025-12-03 10:00:42 -0500 |
| commit | ef3eaac0052ecf961dc26144d60864c68ea623a9 (patch) | |
| tree | 4cf67de008859e4f46512585b1fcee8fddb9733b /.config/nvim/colors/xeno-yellow.lua | |
| parent | 93cc011e771a7473b5783253408c627da756204b (diff) | |
idk lmao
Diffstat (limited to '.config/nvim/colors/xeno-yellow.lua')
| -rw-r--r-- | .config/nvim/colors/xeno-yellow.lua | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.config/nvim/colors/xeno-yellow.lua b/.config/nvim/colors/xeno-yellow.lua new file mode 100644 index 0000000..465ba94 --- /dev/null +++ b/.config/nvim/colors/xeno-yellow.lua @@ -0,0 +1,8 @@ +require("xeno").setup({ + base = "#11100f", + accent = "#FFCC33", + variation = 0.0, + contrast = 0.1, + transparent = false, +}) +vim.g.colors_name = "xeno-yellow" |
