Fix deprecated window opacity option
This commit is contained in:
@ -19,6 +19,7 @@ window:
|
|||||||
dimensions:
|
dimensions:
|
||||||
columns: 80
|
columns: 80
|
||||||
lines: 24
|
lines: 24
|
||||||
|
opacity: 1.0
|
||||||
|
|
||||||
# The FreeType rasterizer needs to know the device DPI for best results
|
# The FreeType rasterizer needs to know the device DPI for best results
|
||||||
# (changes require restart)
|
# (changes require restart)
|
||||||
@ -88,10 +89,6 @@ font:
|
|||||||
debug:
|
debug:
|
||||||
render_timer: false
|
render_timer: false
|
||||||
|
|
||||||
# transparent background
|
|
||||||
#background_opacity: 0.91
|
|
||||||
background_opacity: 1.0
|
|
||||||
|
|
||||||
{% if light %}
|
{% if light %}
|
||||||
# Colors (Gruvbox light)
|
# Colors (Gruvbox light)
|
||||||
colors:
|
colors:
|
||||||
|
|||||||
Reference in New Issue
Block a user