From 362d12714ce41e7b7d90db7a10bd0186b48b2784 Mon Sep 17 00:00:00 2001 From: atagen Date: Tue, 1 Aug 2023 12:35:37 +1000 Subject: [PATCH] onepiece theme take 1 --- op.pal | 25 +++++++++++++++++++++++++ rice.nix | 3 ++- 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 op.pal diff --git a/op.pal b/op.pal new file mode 100644 index 0000000..efd2041 --- /dev/null +++ b/op.pal @@ -0,0 +1,25 @@ +background #3d3d42 +foreground #f7eff1 + +color0 #434447 +color8 #95988a +color1 #ac383d +color9 #d45f68 +color2 #709c4c +color10 #c3e643 +color3 #c09875 +color11 #c3e643 +color4 #5b97de +color12 #b8e3ff +color5 #494286 +color13 #9477fa +color6 #42c3b2 +color14 #7fc8a5 +color7 #e7e4d8 +color15 #fefefc + +selection_background #ac838d +selection_foreground #f7eff1 + +cursor #e7e4d8 +cursor_text_color #709c4c diff --git a/rice.nix b/rice.nix index adbd02d..9329ce9 100644 --- a/rice.nix +++ b/rice.nix @@ -1,6 +1,7 @@ final: prev: with prev.lib.nix-rice; let - theme = kitty-themes.parseTheme ./pal.conf; + theme = kitty-themes.parseTheme ./op.pal; + # theme = kitty-themes.parseTheme ./pal.conf; # theme = kitty-themes.getThemeByName "everforest_dark_hard"; in rec { rice = {