From 582505acf1580b1fe1c73d1167bb7588b3eeaab2 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Thu, 19 Jan 2023 18:49:59 +0100 Subject: foot: use flavours config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert Günzler --- .config/foot/color_palette.ini | 32 -------------------------------- .config/foot/color_palette.ini.in | 32 -------------------------------- .config/foot/colors.ini | 25 +++++++++++++++++++++++++ .config/foot/foot.ini | 23 ++++++----------------- 4 files changed, 31 insertions(+), 81 deletions(-) delete mode 100644 .config/foot/color_palette.ini delete mode 100644 .config/foot/color_palette.ini.in create mode 100644 .config/foot/colors.ini (limited to '.config') diff --git a/.config/foot/color_palette.ini b/.config/foot/color_palette.ini deleted file mode 100644 index 11cac2c..0000000 --- a/.config/foot/color_palette.ini +++ /dev/null @@ -1,32 +0,0 @@ -# auto-generated theme - -[cursor] -color=1c1c1c fad689 - -[colors] -alpha=0.95 - -background=0c0c0c -foreground=bdc0ba - -regular0=1c1c1c -regular1=db4d6d -regular2=5dac81 -regular3=fad689 -regular4=58b2dc -regular5=70649a -regular6=69b0ac -regular7=bdc0ba -bright0=434343 -bright1=cb1b45 -bright2=86c166 -bright3=f7d94c -bright4=2ea9df -bright5=8a6bbe -bright6=81c7d4 -bright7=fffffb - -selection-background=fad689 -selection-foreground=1c1c1c -jump-labels=bdc0ba 2ea9df -urls=2ea9df diff --git a/.config/foot/color_palette.ini.in b/.config/foot/color_palette.ini.in deleted file mode 100644 index bfaaaa4..0000000 --- a/.config/foot/color_palette.ini.in +++ /dev/null @@ -1,32 +0,0 @@ -# auto-generated theme - -[cursor] -color={{ hex_noprefix .normal_black }} {{ hex_noprefix .normal_yellow }} - -[colors] -alpha=0.95 - -background={{ hex_noprefix .bright_black }} -foreground={{ hex_noprefix .normal_white }} - -regular0={{ hex_noprefix .normal_black }} -regular1={{ hex_noprefix .normal_red }} -regular2={{ hex_noprefix .normal_green }} -regular3={{ hex_noprefix .normal_yellow }} -regular4={{ hex_noprefix .normal_blue }} -regular5={{ hex_noprefix .normal_magenta }} -regular6={{ hex_noprefix .normal_cyan }} -regular7={{ hex_noprefix .normal_white }} -bright0={{ hex_noprefix .dim_white }} -bright1={{ hex_noprefix .bright_red }} -bright2={{ hex_noprefix .bright_green }} -bright3={{ hex_noprefix .bright_yellow }} -bright4={{ hex_noprefix .bright_blue }} -bright5={{ hex_noprefix .bright_magenta }} -bright6={{ hex_noprefix .bright_cyan }} -bright7={{ hex_noprefix .bright_white }} - -selection-background={{ hex_noprefix .normal_yellow }} -selection-foreground={{ hex_noprefix .normal_black }} -jump-labels={{ hex_noprefix .normal_white }} {{ hex_noprefix .bright_blue }} -urls={{ hex_noprefix .bright_blue }} diff --git a/.config/foot/colors.ini b/.config/foot/colors.ini new file mode 100644 index 0000000..0d0a06b --- /dev/null +++ b/.config/foot/colors.ini @@ -0,0 +1,25 @@ +# Base16 Karafuru Dark - foot color config +# robertgzr +[colors] +background=0c0c0c +foreground=bdc0ba + +# Normal colors +regular0=0c0c0c # Black, could also be base01 +regular1=db4d6d # Red +regular2=5dac81 # Green +regular3=fad689 # Yellow +regular4=58b2dc # Blue +regular5=70649a # Magenta +regular6=69b0ac # Cyan +regular7=bdc0ba # White + +# Bright colors +bright0=1c1c1c +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 656cb06..8411c75 100644 --- a/.config/foot/foot.ini +++ b/.config/foot/foot.ini @@ -1,19 +1,18 @@ # font=Cozette:style=Medium # font=DejaVu Sans Mono:size=12,Sarasa Fixed J:size=12,Noto Emoji,Material Design Icons Desktop -# font=Iosevka:size=12,Sarasa Fixed J:size=12,Noto Emoji,Material Design Icons Desktop -font=Iosevka:size=12,Sarasa Fixed J:size=12 +font=Iosevka:size=12,Sarasa Fixed J:size=12,Noto Emoji,Material Design Icons Desktop dpi-aware=no bold-text-in-bright=no box-drawings-uses-font-glyphs=no resize-delay-ms=0 initial-window-size-pixels=2560x1440 -include=~/.config/foot/color_palette.ini +include=~/.config/foot/colors.ini -# PATCH_OPEN -# auto-generated colorscheme goes here... -# PATCH_CLOSE +[colors] +# color overwrites +alpha=0.95 [bell] urgent=yes @@ -28,21 +27,11 @@ lines=1000 hide-when-typing=no [key-bindings] -clipboard-copy=Control+Shift+c -clipboard-paste=Control+Shift+v -primary-paste=Shift+Insert -font-increase=Control+plus Control+equal -font-decrease=Control+minus -font-reset=Control+0 -show-urls-launch=Control+Shift+u -scrollback-up-page=Shift+Page_Up -scrollback-down-page=Shift+Page_Down -search-start=Control+Shift+r - 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 [url] +osc8-underline=always launch=url-launcher ${url} [search-bindings] -- cgit 1.4.1