diff options
| author | schererleander <leander@schererleander.de> | 2025-05-10 18:52:13 +0200 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2025-05-10 18:52:13 +0200 |
| commit | b66ea884dfa44f9a126cd491c8cb7e91253ea104 (patch) | |
| tree | 06348ef9b186978ba60ae98aaea3d244d64f638d /modules/foot.nix | |
| parent | d58f4cb9b4ffcd85f6fe73c22b6c3a57c401f2b0 (diff) | |
change terminal stuff
Diffstat (limited to 'modules/foot.nix')
| -rw-r--r-- | modules/foot.nix | 43 |
1 files changed, 25 insertions, 18 deletions
diff --git a/modules/foot.nix b/modules/foot.nix index 715c941..9804db4 100644 --- a/modules/foot.nix +++ b/modules/foot.nix @@ -19,28 +19,35 @@ in { line-height = 12; }; + cursor = { + style = "underline"; + unfocused-style = "unchanged"; + blink = true; + }; + colors = { alpha=0.9; - background = "000000"; - foreground = "f8f8f6"; + # Gruvbox Theme + background = "000000"; + foreground = "ebdbb2"; - regular0 = "232a2d"; - regular1 = "e57474"; - regular2 = "8ccf7e"; - regular3 = "e5c76b"; - regular4 = "67b0e8"; - regular5 = "c47fd5"; - regular6 = "6cbfbf"; - regular7 = "b3b9b8"; + regular0 = "282828"; + regular1 = "cc241d"; + regular2 = "98971a"; + regular3 = "d79921"; + regular4 = "458588"; + regular5 = "b16286"; + regular6 = "689d6a"; + regular7 = "a89984"; - bright0 = "2d3437"; - bright1 = "ef7e7e"; - bright2 = "96d988"; - bright3 = "f4d67a"; - bright4 = "71baf2"; - bright5 = "ce89df"; - bright6 = "67cbe7"; - bright7 = "bdc3c2"; + bright0 = "928374"; + bright1 = "fb4934"; + bright2 = "b8bb26"; + bright3 = "fabd2f"; + bright4 = "83a598"; + bright5 = "d3869b"; + bright6 = "8ec07c"; + bright7 = "ebdbb2"; }; }; }; |
