Make vantablack fully black for OLED glory
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 471 KiB |
@@ -1,5 +1,5 @@
|
|||||||
# Main background, empty for terminal default, need to be empty if you want transparent background
|
# Main background, empty for terminal default, need to be empty if you want transparent background
|
||||||
theme[main_bg]="#0d0d0d"
|
theme[main_bg]="#000000"
|
||||||
|
|
||||||
# Main text color
|
# Main text color
|
||||||
theme[main_fg]="#ffffff"
|
theme[main_fg]="#ffffff"
|
||||||
|
|||||||
@@ -4,14 +4,14 @@ cursor = "#ffffff"
|
|||||||
|
|
||||||
# Primary colors
|
# Primary colors
|
||||||
foreground = "#ffffff"
|
foreground = "#ffffff"
|
||||||
background = "#0d0d0d"
|
background = "#000000"
|
||||||
|
|
||||||
# Selection colors
|
# Selection colors
|
||||||
selection_foreground = "#0d0d0d"
|
selection_foreground = "#000000"
|
||||||
selection_background = "#ffffff"
|
selection_background = "#ffffff"
|
||||||
|
|
||||||
# Normal colors (ANSI 0-7)
|
# Normal colors (ANSI 0-7)
|
||||||
color0 = "#0d0d0d"
|
color0 = "#000000"
|
||||||
color1 = "#a4a4a4"
|
color1 = "#a4a4a4"
|
||||||
color2 = "#b6b6b6"
|
color2 = "#b6b6b6"
|
||||||
color3 = "#cecece"
|
color3 = "#cecece"
|
||||||
|
|||||||
Reference in New Issue
Block a user