aboutsummaryrefslogtreecommitdiff
path: root/home/terminal/alacritty/theme.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/terminal/alacritty/theme.nix')
-rw-r--r--home/terminal/alacritty/theme.nix30
1 files changed, 30 insertions, 0 deletions
diff --git a/home/terminal/alacritty/theme.nix b/home/terminal/alacritty/theme.nix
new file mode 100644
index 0000000..90c1abf
--- /dev/null
+++ b/home/terminal/alacritty/theme.nix
@@ -0,0 +1,30 @@
+{
+ colors = {
+ primary = {
+ background = "0xffffff";
+ foreground = "0x000000";
+ };
+
+ normal = {
+ black = "0xfbf1c7";
+ red = "0xcc241d";
+ green = "0x98971a";
+ yellow = "0xd79921";
+ blue = "0x458588";
+ magenta = "0xb16286";
+ cyan = "0x689d6a";
+ white = "0x7c6f64";
+ };
+
+ bright = {
+ black = "0x928374";
+ red = "0x9d0006";
+ green = "0x79740e";
+ yellow = "0xb57614";
+ blue = "0x076678";
+ magenta = "0x8f3f71";
+ cyan = "0x427b58";
+ white = "0x3c3836";
+ };
+ };
+}