diff options
author | awy <awy@awy.one> | 2025-09-14 19:07:39 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-09-14 19:07:39 +0300 |
commit | 4df12c15af1902ad4b26964e0428bd03f1baf31c (patch) | |
tree | 83ffcbdacd46b0286b39d03a3778f3638a07c326 /.config/foot | |
parent | 3464870dbd4828ace6be724e84d7a9d01b373023 (diff) | |
download | hyprdots-4df12c15af1902ad4b26964e0428bd03f1baf31c.tar.gz |
colors
Diffstat (limited to '.config/foot')
-rw-r--r-- | .config/foot/foot.ini | 42 |
1 files changed, 22 insertions, 20 deletions
diff --git a/.config/foot/foot.ini b/.config/foot/foot.ini index 3c93bac..c641d98 100644 --- a/.config/foot/foot.ini +++ b/.config/foot/foot.ini @@ -1,5 +1,5 @@ [main] -include=/usr/share/foot/themes/nord +include=/usr/share/foot/themes/gruvbox-dark font=monospace:size=14 font-size-adjustment=3 gamma-correct-blending=false @@ -14,25 +14,27 @@ hide-when-typing=true [colors] # alpha = 0.8 -foreground=d3c6aa -background=2b3339 - -regular0=374247 -bright0=404c51 -regular1=e67e80 -bright1=e67e80 -regular2=a7c080 -bright2=a7c080 -regular3=dbbc7f -bright3=dbbc7f -regular4=7fbbb3 -bright4=7fbbb3 -regular5=d699b6 -bright5=d699b6 -regular6=83c092 -bright6=83c092 -regular7=859289 -bright7=9da9a0 +#foreground=d3c6aa +#background=2b3339 +# +selection-background=d79921 +selection-foreground=282828 +#regular0=374247 +#bright0=404c51 +#regular1=e67e80 +#bright1=e67e80 +#regular2=a7c080 +#bright2=a7c080 +#regular3=dbbc7f +#bright3=dbbc7f +#regular4=7fbbb3 +#bright4=7fbbb3 +#regular5=d699b6 +#bright5=d699b6 +#regular6=83c092 +#bright6=83c092 +#regular7=859289 +#bright7=9da9a0 [key-bindings] clipboard-copy=Mod1+c |