This commit is contained in:
Salim Zaidi 2023-06-27 17:01:27 +01:00
parent 265dbee63b
commit eeb4b71673
3 changed files with 4 additions and 4 deletions

View file

@ -5,7 +5,7 @@ window:
class: class:
instance: Alacritty instance: Alacritty
general: Alacritty general: Alacritty
opacity: 0.92 opacity: 0.95
scrolling: scrolling:
history: 10000 history: 10000
@ -30,4 +30,4 @@ draw_bold_text_with_bright_colors: true
selection: selection:
save_to_clipboard: true save_to_clipboard: true
import: import:
- ~/.config/alacritty/manjaro.yml - ~/.config/alacritty/blue.yml

View file

@ -1,7 +1,7 @@
###################################### ######################################
# Colors # Colors
# class border backgr. text indic. child_border # class border backgr. text indic. child_border
client.focused #c0c1b5 #c0c1b5 #80FFF9 #c0c1b5 client.focused #16a085 #16a085 #80FFF9 #16a085
client.focused_inactive #2F3D44 #2F3D44 #1ABC9C #454948 client.focused_inactive #2F3D44 #2F3D44 #1ABC9C #454948
client.unfocused #2F3D44 #2F3D44 #1ABC9C #454948 client.unfocused #2F3D44 #2F3D44 #1ABC9C #454948
client.urgent #CB4B16 #FDF6E3 #1ABC9C #268BD2 client.urgent #CB4B16 #FDF6E3 #1ABC9C #268BD2

View file

@ -15,7 +15,7 @@ background = ${colors.background}
foreground = ${colors.foreground} foreground = ${colors.foreground}
line-size = 3pt line-size = 3pt
border-size = 1pt border-size = 1pt
border-color = #c0c1b5 border-color = #16a085
padding-left = 0 padding-left = 0
padding-right = 1 padding-right = 1
module-margin = 1 module-margin = 1