mirror of
https://github.com/zedsalim/debian-z.git
synced 2025-12-06 03:19:28 +00:00
Update
This commit is contained in:
parent
265dbee63b
commit
eeb4b71673
3 changed files with 4 additions and 4 deletions
|
|
@ -5,7 +5,7 @@ window:
|
|||
class:
|
||||
instance: Alacritty
|
||||
general: Alacritty
|
||||
opacity: 0.92
|
||||
opacity: 0.95
|
||||
|
||||
scrolling:
|
||||
history: 10000
|
||||
|
|
@ -30,4 +30,4 @@ draw_bold_text_with_bright_colors: true
|
|||
selection:
|
||||
save_to_clipboard: true
|
||||
import:
|
||||
- ~/.config/alacritty/manjaro.yml
|
||||
- ~/.config/alacritty/blue.yml
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
######################################
|
||||
# Colors
|
||||
# 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.unfocused #2F3D44 #2F3D44 #1ABC9C #454948
|
||||
client.urgent #CB4B16 #FDF6E3 #1ABC9C #268BD2
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ background = ${colors.background}
|
|||
foreground = ${colors.foreground}
|
||||
line-size = 3pt
|
||||
border-size = 1pt
|
||||
border-color = #c0c1b5
|
||||
border-color = #16a085
|
||||
padding-left = 0
|
||||
padding-right = 1
|
||||
module-margin = 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue