diff options
| author | Robert Günzler <r@gnzler.io> | 2025-04-30 13:29:01 +0200 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2025-04-30 13:29:01 +0200 |
| commit | 16a682ae6e1ce8a53392bea5e67ff9ef6a4e0eda (patch) | |
| tree | cb9ca46419846af694abdc24e6af24e205940784 | |
| parent | 92bd1ec4820b104d3d59371ffd9c17fc9ddef1a3 (diff) | |
foot: update
Signed-off-by: Robert Günzler <r@gnzler.io>
| l---------[-rw-r--r--] | .config/foot/colors.ini | 29 | ||||
| -rw-r--r-- | .config/foot/colors_kanagawabones.ini | 24 | ||||
| -rw-r--r-- | .config/foot/colors_karafuru.ini | 28 | ||||
| -rw-r--r-- | .config/foot/foot.ini | 18 |
4 files changed, 65 insertions, 34 deletions
diff --git a/.config/foot/colors.ini b/.config/foot/colors.ini index 890308f..e12ed5d 100644..120000 --- a/.config/foot/colors.ini +++ b/.config/foot/colors.ini @@ -1,28 +1 @@ -# Base16 Karafuru Dark - foot color config -# robertgzr - -font=DejaVu Sans Mono:size=11,Sarasa Fixed J:size=12,Noto Emoji,Material Design Icons Desktop # - -[colors] -background=0c0c0c -foreground=fffffb - -# Normal colors -regular0=0c0c0c # Black -regular1=db4d6d # Red -regular2=5dac81 # Green -regular3=fad689 # Yellow -regular4=58b2dc # Blue -regular5=69b0ac # Magenta -regular6=70649a # Cyan -regular7=bdc0ba # White - -# Bright colors -bright0=1c1c1c -bright1=cb1b45 -bright2=86c166 -bright3=f7d94c -bright4=2ea9df -bright5=81c7d4 -bright6=8a6bbe -bright7=fffffb \ No newline at end of file +colors_kanagawabones.ini \ No newline at end of file diff --git a/.config/foot/colors_kanagawabones.ini b/.config/foot/colors_kanagawabones.ini new file mode 100644 index 0000000..3537ffa --- /dev/null +++ b/.config/foot/colors_kanagawabones.ini @@ -0,0 +1,24 @@ +# This file is auto-generated by shipwright.nvim +# -*- conf -*- +font=Iosevka SS06 Extended:size=10,IPAexGothic,Noto Sans Mono CJK JP,Noto Color Emoji,Material Design Icons Desktop +[cursor] +color=1F1F28 E6E0C2 +[colors] +foreground=fffffb +background=080808 +regular0=1F1F28 +regular1=E46A78 +regular2=98BC6D +regular3=E5C283 +regular4=7EB3C9 +regular5=957FB8 +regular6=7EB3C9 +regular7=DDD8BB +bright0=3C3C51 +bright1=EC818C +bright2=9EC967 +bright3=F1C982 +bright4=7BC2DF +bright5=A98FD2 +bright6=7BC2DF +bright7=A8A48D diff --git a/.config/foot/colors_karafuru.ini b/.config/foot/colors_karafuru.ini new file mode 100644 index 0000000..d991db1 --- /dev/null +++ b/.config/foot/colors_karafuru.ini @@ -0,0 +1,28 @@ +# Base16 Karafuru Dark - foot color config +# robertgzr + +font=Iosevka SS04 Extended:size=9,IPAexGothic,Noto Sans Mono CJK JP,Noto Color Emoji,Material Design Icons Desktop + +[colors] +background=080808 +foreground=fffffb + +# Normal colors +regular0=080808 # Black +regular1=db4d6d # Red +regular2=5dac81 # Green +regular3=fad689 # Yellow +regular4=58b2dc # Blue +regular5=70649a # Magenta +regular6=69b0ac # Cyan +regular7=bdc0ba # White + +# Bright colors +bright0=4f4f48 +bright1=cb1b45 +bright2=86c166 +bright3=f7d94c +bright4=2ea9df +bright5=8a6bbe +bright6=81c7d4 +bright7=fffffb diff --git a/.config/foot/foot.ini b/.config/foot/foot.ini index 4b84ae3..a8829d1 100644 --- a/.config/foot/foot.ini +++ b/.config/foot/foot.ini @@ -1,15 +1,16 @@ include=~/.config/foot/colors.ini +term=foot-direct bold-text-in-bright=no box-drawings-uses-font-glyphs=no resize-delay-ms=0 initial-window-size-pixels=2560x1440 - -pad=0x0 +dpi-aware=no +pad=2x2 [colors] # color overwrites -alpha=0.98 +alpha=0.99 [bell] urgent=yes @@ -22,14 +23,19 @@ lines=1000 [mouse] hide-when-typing=no +alternate-scroll-mode=no [key-bindings] -pipe-visible=[wl-copy] Control+Shift+o -pipe-scrollback=[sh -c "env MENU_PROMPT=' foot-pipe' menu -l10 | xargs -r url-launcher"] Control+Shift+p +unicode-input=Control+Mod1+u +show-urls-launch=Control+Shift+u +pipe-visible=[sh -c 'wl-copy ; notify-send foot "copied visible"'] Control+Shift+y +pipe-visible=[sh -c 'env MENU_PROMPT=" foot-pipe" menu -l10 | xargs -r wl-copy'] Control+Shift+o +pipe-scrollback=[sh -c 'grab-uris | sort -u | env MENU_PROMPT=" foot-pipe" menu -l10 | xargs -r url-launcher'] Control+Shift+p +pipe-scrollback=[sh -c 'wl-copy ; notify-send foot "copied scrollback"'] Control+Shift+l [url] osc8-underline=always -launch=url-launcher ${url} +launch=porta open-uri ${url} [search-bindings] cancel=Escape |