From 34e2f2666627a516a73df8f7c19b3abac75050d6 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sat, 1 Jan 2022 01:44:39 +0900 Subject: home/neotheme: init --- home/modules/profiles/base/config/foot.nix | 42 ++++++++++++++++-------------- 1 file changed, 23 insertions(+), 19 deletions(-) (limited to 'home/modules/profiles/base/config/foot.nix') diff --git a/home/modules/profiles/base/config/foot.nix b/home/modules/profiles/base/config/foot.nix index d53dba7..c47f689 100644 --- a/home/modules/profiles/base/config/foot.nix +++ b/home/modules/profiles/base/config/foot.nix @@ -1,3 +1,7 @@ +{ neotheme }: + +with neotheme.palette.colors; + { main = { term = "foot"; @@ -11,23 +15,23 @@ cursor.style = "beam"; colors = { - background = "18191f"; - foreground = "cbc0ab"; - regular0 = "222329"; - regular1 = "b17f81"; - regular2 = "8aa387"; - regular3 = "d4ae80"; - regular4 = "8896ae"; - regular5 = "c495a2"; - regular6 = "7aacaa"; - regular7 = "d0d0c7"; - bright0 = "36373d"; - bright1 = "c59395"; - bright2 = "9eb79b"; - bright3 = "e8c294"; - bright4 = "9caac2"; - bright5 = "d8a9b6"; - bright6 = "8ec0be"; - bright7 = "e4e4db"; + background = background; + foreground = foreground; + regular0 = color0; + regular1 = color1; + regular2 = color2; + regular3 = color3; + regular4 = color4; + regular5 = color5; + regular6 = color6; + regular7 = color7; + bright0 = bright0; + bright1 = bright1; + bright2 = bright2; + bright3 = bright3; + bright4 = bright4; + bright5 = bright5; + bright6 = bright6; + bright7 = bright7; }; -} \ No newline at end of file +} -- cgit 1.4.1