5th commit : remodeling of file structure, adding noctalia config files
This commit is contained in:
parent
ab8162d69d
commit
ad72a517d9
71 changed files with 9931 additions and 0 deletions
54
.config/foot/foot.ini
Normal file
54
.config/foot/foot.ini
Normal file
|
|
@ -0,0 +1,54 @@
|
|||
# -*- conf -*-
|
||||
|
||||
font=JetBrainsMonoNerdFont:size=20
|
||||
|
||||
[desktop-notifications]
|
||||
command=notify-send -a ${app-id} -i ${app-id} ${title} ${body}command=notify-send -a ${app-id} -i ${app-id} ${title} ${body}command=notify-send -a ${app-id} -i ${app-id} ${title} ${body}command=notify-send -a ${app-id} -i ${app-id} ${title} ${body}
|
||||
|
||||
[scrollback]
|
||||
lines=100000
|
||||
|
||||
[key-bindings]
|
||||
clipboard-paste=Control+v XF86Paste
|
||||
|
||||
[search-bindings]
|
||||
cancel=Control+g Control+Shift+c Escape
|
||||
|
||||
[url-bindings]
|
||||
cancel=Control+g Control+Shift+c Control+d Escape
|
||||
|
||||
# Solarized Dark color scheme
|
||||
[cursor]
|
||||
color= 002b36 93a1a1
|
||||
|
||||
|
||||
[colors]
|
||||
foreground=c0caf5
|
||||
background=1a1b26
|
||||
|
||||
## Normal/regular colors (color palette 0-7)
|
||||
regular0=15161E # black
|
||||
regular1=f7768e # red
|
||||
regular2=9ece6a # green
|
||||
regular3=e0af68 # yellow
|
||||
regular4=7aa2f7 # blue
|
||||
regular5=bb9af7 # magenta
|
||||
regular6=7dcfff # cyan
|
||||
regular7=a9b1d6 # white
|
||||
|
||||
## Bright colors (color palette 8-15)
|
||||
bright0=414868 # bright black
|
||||
bright1=f7768e # bright red
|
||||
bright2=9ece6a # bright green
|
||||
bright3=e0af68 # bright yellow
|
||||
bright4=7aa2f7 # bright blue
|
||||
bright5=bb9af7 # bright magenta
|
||||
bright6=7dcfff # bright cyan
|
||||
bright7=c0caf5 # bright white
|
||||
|
||||
## dimmed colors (see foot.ini(5) man page)
|
||||
dim0=ff9e64
|
||||
dim1=db4b4b
|
||||
|
||||
alpha=0.6
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue