init commit
This commit is contained in:
41
hypr/foot/colors.ini
Normal file
41
hypr/foot/colors.ini
Normal file
@@ -0,0 +1,41 @@
|
||||
[colors]
|
||||
alpha=1.0
|
||||
foreground=f1fcf9
|
||||
background=24273a
|
||||
|
||||
## Normal/regular colors (color palette 0-7)
|
||||
regular0=20262c # black
|
||||
regular1=ed8796 # red
|
||||
regular2=a6da95 # green
|
||||
regular3=eed49f # yellow
|
||||
regular4=8aadf4 # blue
|
||||
regular5=c6a0f6 # magenta
|
||||
regular6=91d7e3 # cyan
|
||||
regular7=f1fcf9 # white
|
||||
|
||||
## Bright colors (color palette 8-15)
|
||||
bright0=465463 # bright black
|
||||
bright1=d04e9d # bright red
|
||||
bright2=4bc66d # bright green
|
||||
bright3=db695b # bright yellow
|
||||
bright4=3dbac2 # bright blue
|
||||
bright5=825ece # bright magenta
|
||||
bright6=62cdcd # bright cyan
|
||||
bright7=e0e5e5 # bright white
|
||||
|
||||
## dimmed colors (see foot.ini(5) man page)
|
||||
# dim0=<not set>
|
||||
# ...
|
||||
# dim7=<not-set>
|
||||
|
||||
## The remaining 256-color palette
|
||||
# 16 = <256-color palette #16>
|
||||
# ...
|
||||
# 255 = <256-color palette #255>
|
||||
|
||||
## Misc colors
|
||||
# selection-foreground=<inverse foreground/background>
|
||||
# selection-background=<inverse foreground/background>
|
||||
# jump-labels=<regular0> <regular3>
|
||||
# urls=<regular3>
|
||||
# scrollback-indicator=<regular0> <bright4>
|
15
hypr/foot/fonts.ini
Normal file
15
hypr/foot/fonts.ini
Normal file
@@ -0,0 +1,15 @@
|
||||
## Copyright (C) 2020-2023 Aditya Shakya <adi1090x@gmail.com>
|
||||
##
|
||||
## --------------------------------------------------
|
||||
|
||||
# font=JetBrainsMono Nerd Font:size=8
|
||||
#font-bold=JetBrainsMono Nerd Font:size=8
|
||||
#font-italic=JetBrainsMono Nerd Font:size=8
|
||||
#font-bold-italic=JetBrainsMono Nerd Font:size=8
|
||||
#line-height=10
|
||||
#letter-spacing=0
|
||||
#horizontal-letter-offset=0
|
||||
#vertical-letter-offset=0
|
||||
#underline-offset=0
|
||||
#box-drawings-uses-font-glyphs=no
|
||||
dpi-aware=yes
|
33
hypr/foot/foot.ini
Normal file
33
hypr/foot/foot.ini
Normal file
@@ -0,0 +1,33 @@
|
||||
include=~/.config/hypr/foot/colors.ini
|
||||
include=~/.config/hypr/foot/fonts.ini
|
||||
|
||||
shell=/bin/fish
|
||||
|
||||
initial-window-size-chars=82x24
|
||||
initial-window-mode=windowed
|
||||
pad=15x15
|
||||
resize-delay-ms=100
|
||||
|
||||
[bell]
|
||||
#urgent=no
|
||||
#notify=no
|
||||
#command=
|
||||
#command-focused=no
|
||||
[scrollback]
|
||||
lines=1000
|
||||
multiplier=3.0
|
||||
|
||||
|
||||
[url]
|
||||
launch=xdg-open ${url}
|
||||
|
||||
[cursor]
|
||||
style=block
|
||||
# color=111111 dcdccc
|
||||
blink=yes
|
||||
|
||||
[mouse]
|
||||
hide-when-typing=yes
|
||||
alternate-scroll-mode=yes
|
||||
|
||||
|
Reference in New Issue
Block a user