diff options
Diffstat (limited to '.config/foot/themes/koda')
| -rw-r--r-- | .config/foot/themes/koda | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/.config/foot/themes/koda b/.config/foot/themes/koda new file mode 100644 index 0000000..d7a7591 --- /dev/null +++ b/.config/foot/themes/koda @@ -0,0 +1,55 @@ +# -*- conf -*- +# Koda theme +# See: https://github.com/oskarnurm/koda.nvim + +[colors] +cursor=101010 b0b0b0 +foreground=ffffff +background=101010 + +selection-foreground=b0b0b0 +selection-background=272727 + +regular0=101010 +regular1=ff7676 +regular2=a3d6a3 +regular3=ffffff +regular4=b3b3b3 +regular5=f4b8e4 +regular6=fafafa +regular7=a5adce + +bright0=666666 +bright1=ff5733 +bright2=86cd82 +bright3=d9ba73 +bright4=ffffff +bright5=f2a4db +bright6=5abfb5 +bright7=b5bfe2 + +[colors2] +cursor=ebebeb 6a6a6a +foreground=101010 +background=faf9f5 + +selection-foreground=101010 +selection-background=ebebeb + +regular0=e2e2e2 +regular1=ca0043 +regular2=407f00 +regular3=926200 +regular4=3d3d3d +regular5=a200d1 +regular6=007d7d +regular7=6a6a6a + +bright0=ababab +bright1=f30052 +bright2=4f9a00 +bright3=b07700 +bright4=000000 +bright5=c301fb +bright6=009797 +bright7=101010 |