alacritty: use onedark background
This commit is contained in:
parent
108b94f111
commit
9a2cf27299
1 changed files with 7 additions and 6 deletions
|
@ -1,8 +1,12 @@
|
||||||
live_config_reload = true
|
live_config_reload = true
|
||||||
|
|
||||||
[window]
|
[window]
|
||||||
padding = { x = 10, y = 10 }
|
padding = { x = 5, y = 0 }
|
||||||
decorations_theme_variant = "Dark"
|
decorations = "None"
|
||||||
|
dynamic_padding = true
|
||||||
|
opacity = 0.9
|
||||||
|
blur = true
|
||||||
|
#decorations_theme_variant = "Dark"
|
||||||
|
|
||||||
[font]
|
[font]
|
||||||
normal = { family = "PragmataPro Mono" }
|
normal = { family = "PragmataPro Mono" }
|
||||||
|
@ -14,7 +18,7 @@ live_config_reload = true
|
||||||
[colors]
|
[colors]
|
||||||
draw_bold_text_with_bright_colors = true
|
draw_bold_text_with_bright_colors = true
|
||||||
[colors.primary]
|
[colors.primary]
|
||||||
background = '#303030'
|
background = '#282c34'
|
||||||
foreground = '#abb2bf'
|
foreground = '#abb2bf'
|
||||||
[colors.normal]
|
[colors.normal]
|
||||||
black = '#1e2127'
|
black = '#1e2127'
|
||||||
|
@ -35,8 +39,5 @@ live_config_reload = true
|
||||||
cyan = '#56b6c2'
|
cyan = '#56b6c2'
|
||||||
white = '#ffffff'
|
white = '#ffffff'
|
||||||
|
|
||||||
[cursor]
|
|
||||||
style = { blinking = "On" }
|
|
||||||
|
|
||||||
[terminal]
|
[terminal]
|
||||||
osc52 = "CopyPaste"
|
osc52 = "CopyPaste"
|
||||||
|
|
Loading…
Add table
Reference in a new issue