personal dotfiles: my Hyprland config
Diffstat (limited to '.config/foot/foot.ini')
| -rw-r--r-- | .config/foot/foot.ini | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/.config/foot/foot.ini b/.config/foot/foot.ini new file mode 100644 index 0000000..d276314 --- /dev/null +++ b/.config/foot/foot.ini @@ -0,0 +1,26 @@ +# Space to setup configversion +# configversion: 13fb3d2d9f97f4420f7506e72b90e77d +font=monospace:size=11 +dpi-aware=no + +[colors] +alpha=0.7 +foreground=eaeaea +background=303030 +regular0=1e1e1e # black +regular1=d54e53 # red +regular2=b9ca4a # green +regular3=e6c547 # yellow +regular4=7aa6da # blue +regular5=c397d8 # magenta +regular6=70c0ba # cyan +regular7=eaeaea # white +bright0=666666 # bright black +bright1=ff3334 # bright red +bright2=9ec400 # bright green +bright3=e7c547 # bright yellow +bright4=7aa6da # bright blue +bright5=b77ee0 # bright magenta +bright6=54ced6 # bright cyan +bright7=ffffff # bright white + |