mirror of
https://github.com/EdenQwQ/nixos.git
synced 2025-12-26 18:34:56 +08:00
colorscheme: add a new custom scheme
This commit is contained in:
parent
90d4d734bd
commit
5bac92ad0b
3 changed files with 23 additions and 1 deletions
|
|
@ -28,7 +28,7 @@
|
|||
'';
|
||||
xdg.configFile."swhkd/tofi.swhkdrc".text = ''
|
||||
super + x
|
||||
/home/${user}/scripts/tofi/powermenu
|
||||
/home/${user}/scripts/tofi/powermenu
|
||||
|
||||
super + shift + c
|
||||
/home/${user}/scripts/tofi/colorscheme
|
||||
|
|
|
|||
|
|
@ -0,0 +1,21 @@
|
|||
system: "base16"
|
||||
name: "petrichor-downpour"
|
||||
author: "https://github.com/PersonForSure"
|
||||
variant: "dark"
|
||||
palette:
|
||||
base00: "#1b1b22"
|
||||
base01: "#22212c"
|
||||
base02: "#302f3f"
|
||||
base03: "#9ca1b6"
|
||||
base04: "#aebae9"
|
||||
base05: "#d9d6e9"
|
||||
base06: "#ad8eab"
|
||||
base07: "#6a8578"
|
||||
base08: "#ae8093"
|
||||
base09: "#a68686"
|
||||
base0A: "#c19b9b"
|
||||
base0B: "#86a28f"
|
||||
base0C: "#9bb9c1"
|
||||
base0D: "#9da4c8"
|
||||
base0E: "#927794"
|
||||
base0F: "#86a3a6"
|
||||
|
|
@ -6,6 +6,7 @@
|
|||
}
|
||||
"everforest"
|
||||
"nord"
|
||||
"petrichor-downpour"
|
||||
{
|
||||
name = "green-blue-flowers-dark";
|
||||
matugen = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue