From 94f749a40db01a1856d5935a3d894d98b7c0eaf3 Mon Sep 17 00:00:00 2001 From: izmyname Date: Wed, 10 Apr 2024 08:02:58 +0000 Subject: [PATCH] Add noirblaze theme --- themes/noirblaze | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 themes/noirblaze diff --git a/themes/noirblaze b/themes/noirblaze new file mode 100644 index 00000000..a06f3350 --- /dev/null +++ b/themes/noirblaze @@ -0,0 +1,31 @@ +# -*- conf -*- +# noirblaze-kitty +# https://github.com/n1ghtmare/noirblaze-kitty + + +[cursor] +color=121212 ff0088 + +[colors] +foreground=d5d5d5 +background=121212 + +# selectrion-foreground=121212 +# selection-background=b0b0b0 + +regular0=121212 # black +regular1=ff0088 # red +regular2=00ff77 # green +regular3=ffffff # yellow +regular4=b0b0b0 # blue +regular5=7a7a7a # magenta +regular6=787878 # cyan +regular7=d5d5d5 # white +bright0=737373 # bright black +bright1=FD319E # bright red +bright2=FD319E # bright green +bright3=FDFDFD # bright yellow +bright4=BEBEBE # bright blue +bright5=939393 # bright magenta +bright6=919191 # bright cyan +bright7=f5f5f5 # bright white