From 73c5989b1100172d8d919310af3add117f504b73 Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Thu, 25 Jul 2024 22:17:19 -0700 Subject: theme: add nonon jakuzure theme --- assets/bg/nonon.png | Bin 0 -> 145618 bytes themes/nonon.nix | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 assets/bg/nonon.png create mode 100644 themes/nonon.nix diff --git a/assets/bg/nonon.png b/assets/bg/nonon.png new file mode 100644 index 0000000..b16de01 Binary files /dev/null and b/assets/bg/nonon.png differ diff --git a/themes/nonon.nix b/themes/nonon.nix new file mode 100644 index 0000000..7d91dd4 --- /dev/null +++ b/themes/nonon.nix @@ -0,0 +1,32 @@ +{ + background = "nonon.png"; + + colors = { + accent = "cc241d"; + + black = "282828"; brightBlack = "928374"; + red = "cc241d"; brightRed = "fb4934"; + green = "98971a"; brightGreen = "b8bb26"; + yellow = "d79921"; brightYellow = "fabd2f"; + blue = "458588"; brightBlue = "83a598"; + magenta = "b16286"; brightMagenta = "d3869b"; + cyan = "689d6a"; brightCyan = "8ec07c"; + white = "a89984"; brightWhite = "ebdbb2"; + + bg = "282828"; + bg0 = "282828"; + bg1 = "3c3836"; + bg2 = "504945"; + bg3 = "665c54"; + bg4 = "7c6f64"; + + fg = "ebdbb2"; + fg0 = "fbf1c7"; + fg1 = "ebdbb2"; + fg2 = "d5c4a1"; + fg3 = "bdae93"; + fg4 = "a89984"; + + orange = "d65d0e"; brightOrange = "fe8019"; + }; +} -- cgit v1.2.3