diff options
Diffstat (limited to '.config/foot')
| l--------- | .config/foot/colors.ini | 1 | ||||
| -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 | 52 |
4 files changed, 0 insertions, 105 deletions
diff --git a/.config/foot/colors.ini b/.config/foot/colors.ini deleted file mode 120000 index e12ed5d..0000000 --- a/.config/foot/colors.ini +++ /dev/null @@ -1 +0,0 @@ -colors_kanagawabones.ini \ No newline at end of file diff --git a/.config/foot/colors_kanagawabones.ini b/.config/foot/colors_kanagawabones.ini deleted file mode 100644 index 3537ffa..0000000 --- a/.config/foot/colors_kanagawabones.ini +++ /dev/null @@ -1,24 +0,0 @@ -# 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 deleted file mode 100644 index d991db1..0000000 --- a/.config/foot/colors_karafuru.ini +++ /dev/null @@ -1,28 +0,0 @@ -# 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 deleted file mode 100644 index a8829d1..0000000 --- a/.config/foot/foot.ini +++ /dev/null @@ -1,52 +0,0 @@ -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 -dpi-aware=no -pad=2x2 - -[colors] -# color overwrites -alpha=0.99 - -[bell] -urgent=yes -notify=no -#command=beep -b -#command-focused=beep -b - -[scrollback] -lines=1000 - -[mouse] -hide-when-typing=no -alternate-scroll-mode=no - -[key-bindings] -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=porta open-uri ${url} - -[search-bindings] -cancel=Escape -commit=Return - -[url-bindings] -cancel=Escape -toggle-url-visible=t - -[tweak] -grapheme-shaping=yes -overflowing-glyphs=yes -font-monospace-warn=no -max-shm-pool-size-mb=1024 |