onepiece theme take 1
This commit is contained in:
parent
cdd9edb3c0
commit
362d12714c
2 changed files with 27 additions and 1 deletions
25
op.pal
Normal file
25
op.pal
Normal file
|
@ -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
|
3
rice.nix
3
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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue