switched to hellwal
This commit is contained in:
parent
ac383289c7
commit
fa169ab0b6
40 changed files with 633 additions and 1761 deletions
31
.config/hellwal/templates/terminal.sh
Normal file
31
.config/hellwal/templates/terminal.sh
Normal file
|
@ -0,0 +1,31 @@
|
|||
# Set term colors script - Generated by hellwal
|
||||
|
||||
# Colors from 0-15
|
||||
printf "\033]4;0;#%%color0.hex%%\033\\"
|
||||
printf "\033]4;1;#%%color1.hex%%\033\\"
|
||||
printf "\033]4;2;#%%color2.hex%%\033\\"
|
||||
printf "\033]4;3;#%%color3.hex%%\033\\"
|
||||
printf "\033]4;4;#%%color4.hex%%\033\\"
|
||||
printf "\033]4;5;#%%color5.hex%%\033\\"
|
||||
printf "\033]4;6;#%%color6.hex%%\033\\"
|
||||
printf "\033]4;7;#%%color7.hex%%\033\\"
|
||||
printf "\033]4;8;#%%color8.hex%%\033\\"
|
||||
printf "\033]4;9;#%%color9.hex%%\033\\"
|
||||
printf "\033]4;10;#%%color10.hex%%\033\\"
|
||||
printf "\033]4;11;#%%color11.hex%%\033\\"
|
||||
printf "\033]4;12;#%%color12.hex%%\033\\"
|
||||
printf "\033]4;13;#%%color13.hex%%\033\\"
|
||||
printf "\033]4;14;#%%color14.hex%%\033\\"
|
||||
printf "\033]4;15;#%%color15.hex%%\033\\"
|
||||
|
||||
# Background
|
||||
printf "\033]11;#%%background%%\033\\";
|
||||
|
||||
# Foreground
|
||||
printf "\033]10;#%%foreground%%\033\\";
|
||||
|
||||
# Cursor
|
||||
printf "\033]12;#%%cursor%%\033\\";
|
||||
|
||||
# Border
|
||||
printf "\033]7044;#%%border%%\033\\";
|
Loading…
Add table
Add a link
Reference in a new issue