diff options
| author | krolxon <krolyxon@tutanota.com> | 2025-10-20 14:28:48 +0530 |
|---|---|---|
| committer | krolxon <krolyxon@tutanota.com> | 2025-10-20 14:28:48 +0530 |
| commit | 5f51f189cd19c97389b3d26e5b9ae4df1691bbcd (patch) | |
| tree | f69e57799a795396ea058cbc1b52fd45be0887d8 /.config/foot | |
| parent | 9b32623b0b0d4af029fba1616fbc735e06f32fd7 (diff) | |
pywal: load terminal colors from shell, rather than loading foot config
Diffstat (limited to '.config/foot')
| -rw-r--r-- | .config/foot/foot.ini | 60 |
1 files changed, 30 insertions, 30 deletions
diff --git a/.config/foot/foot.ini b/.config/foot/foot.ini index 5a35e4a..60da11d 100644 --- a/.config/foot/foot.ini +++ b/.config/foot/foot.ini @@ -1,4 +1,4 @@ -include=~/.cache/wal/colors-foot.ini +#include=~/.cache/wal/colors-foot.ini [main] font=Fira Code:size=11 @@ -6,35 +6,35 @@ pad=15x15 [colors] alpha=0.85 -#cursor=11111b f5e0dc -#foreground=cdd6f4 -#background=1e1e2e -# -#regular0=45475a -#regular1=f38ba8 -#regular2=a6e3a1 -#regular3=f9e2af -#regular4=89b4fa -#regular5=f5c2e7 -#regular6=94e2d5 -#regular7=bac2de -# -#bright0=585b70 -#bright1=f38ba8 -#bright2=a6e3a1 -#bright3=f9e2af -#bright4=89b4fa -#bright5=f5c2e7 -#bright6=94e2d5 -#bright7=a6adc8 -#16=fab387 -#17=f5e0dc -#selection-foreground=cdd6f4 -#selection-background=414356 -#search-box-no-match=11111b f38ba8 -#search-box-match=cdd6f4 313244 -#jump-labels=11111b fab387 -#urls=89b4fa +cursor=11111b f5e0dc +foreground=cdd6f4 +background=1e1e2e + +regular0=45475a +regular1=f38ba8 +regular2=a6e3a1 +regular3=f9e2af +regular4=89b4fa +regular5=f5c2e7 +regular6=94e2d5 +regular7=bac2de + +bright0=585b70 +bright1=f38ba8 +bright2=a6e3a1 +bright3=f9e2af +bright4=89b4fa +bright5=f5c2e7 +bright6=94e2d5 +bright7=a6adc8 +16=fab387 +17=f5e0dc +selection-foreground=cdd6f4 +selection-background=414356 +search-box-no-match=11111b f38ba8 +search-box-match=cdd6f4 313244 +jump-labels=11111b fab387 +urls=89b4fa [key-bindings] search-start=Control+Shift+f |
