mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
theme
This commit is contained in:
parent
52168e7506
commit
630a71c189
1 changed files with 20 additions and 0 deletions
20
home-manager/themes/gruv_hard.nix
Normal file
20
home-manager/themes/gruv_hard.nix
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
stylix.base16Scheme = {
|
||||
base00 = "#1D2021"; # Background
|
||||
base01 = "#3C3836"; # Lighter Background
|
||||
base02 = "#504945"; # Selection Background
|
||||
base03 = "#665C54"; # Comments (Matches BrightBlack)
|
||||
base04 = "#BDAE93"; # Dark Foreground
|
||||
base05 = "#D5C4A1"; # Foreground
|
||||
base06 = "#EBDBB2"; # Lighter Foreground
|
||||
base07 = "#FBF1C7"; # Lightest Foreground (Matches BrightWhite)
|
||||
base08 = "#FB4934"; # Red
|
||||
base09 = "#FE8019"; # Orange
|
||||
base0A = "#FABD2F"; # Yellow
|
||||
base0B = "#B8BB26"; # Green
|
||||
base0C = "#8EC07C"; # Cyan
|
||||
base0D = "#83A598"; # Blue
|
||||
base0E = "#D3869B"; # Magenta
|
||||
base0F = "#D65D0E"; # Brown
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue