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