diff options
Diffstat (limited to 'foot/.config')
| -rw-r--r-- | foot/.config/foot/foot.ini | 28 | ||||
| -rw-r--r-- | foot/.config/foot/themes/noctalia | 22 |
2 files changed, 50 insertions, 0 deletions
diff --git a/foot/.config/foot/foot.ini b/foot/.config/foot/foot.ini new file mode 100644 index 0000000..f34609d --- /dev/null +++ b/foot/.config/foot/foot.ini @@ -0,0 +1,28 @@ +[main] +include=~/.config/foot/themes/noctalia +# Dynamic theme colors + +[main] +font=JetBrainsMono Nerd Font:size=13 +pad=2x0 + +# paste the rest of your theme colors here + +[cursor] +style=block +blink=yes + +[mouse] +hide-when-typing=yes + +[scrollback] +lines=10000 +multiplier=1.5 + +[key-bindings] +clipboard-copy=Control+Shift+c Mod4+c Super+c +clipboard-paste=Control+Shift+v Mod4+v Super+v + +search-start=Control+Shift+f +spawn-terminal=Control+Shift+Return + diff --git a/foot/.config/foot/themes/noctalia b/foot/.config/foot/themes/noctalia new file mode 100644 index 0000000..c614b31 --- /dev/null +++ b/foot/.config/foot/themes/noctalia @@ -0,0 +1,22 @@ +[colors-dark] +foreground=1b1c1c +background=fbf9f9 +regular0=dfe3e6 +regular1=ba1a1a +regular2=030e13 +regular3=5a5f62 +regular4=110914 +regular5=bbc8d0 +regular6=c3c7ca +regular7=1b1c1c +bright0=73787a +bright1=ba1a1a +bright2=030e13 +bright3=5a5f62 +bright4=110914 +bright5=bbc8d0 +bright6=c3c7ca +bright7=1b1c1c +selection-foreground=43474a +selection-background=dfe3e6 +cursor=fbf9f9 1b1c1c |
