diff options
Diffstat (limited to 'dotfiles/hyprland/.config/themes/hudson/foot.ini')
| -rw-r--r-- | dotfiles/hyprland/.config/themes/hudson/foot.ini | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/dotfiles/hyprland/.config/themes/hudson/foot.ini b/dotfiles/hyprland/.config/themes/hudson/foot.ini new file mode 100644 index 0000000..39dcc5e --- /dev/null +++ b/dotfiles/hyprland/.config/themes/hudson/foot.ini @@ -0,0 +1,38 @@ +# foot terminal configuration - Hudson theme +# Tomorrow Night + Goldenrod accent + +[main] +term=xterm-256color +font=Berkeley Mono:size=14 +pad=8x8 + +[scrollback] +lines=10000 + +[colors] +# Hudson theme - Tomorrow Night + Goldenrod accent +background=222222 +foreground=eeeeee + +# Regular colors (0-7) +regular0=222222 # black +regular1=cc6666 # red +regular2=b5bd68 # green +regular3=f0c674 # yellow +regular4=81a2be # blue +regular5=b294bb # magenta +regular6=8abeb7 # cyan +regular7=c5c8c6 # white + +# Bright colors (8-15) +bright0=444444 # bright black +bright1=d54e53 # bright red +bright2=b9ca4a # bright green +bright3=e0b040 # bright yellow (adjusted for gold) +bright4=7aa6da # bright blue +bright5=c397d8 # bright magenta +bright6=70c0b1 # bright cyan +bright7=eeeeee # bright white + +# Cursor: goldenrod on dark +cursor=222222 daa520 |
