mirror of
https://github.com/boxpositron/absolute-dotfiles.git
synced 2026-02-28 11:40:37 +00:00
style(wezterm.lua): update background color from #000000 to #1C1F26 for better visual aesthetics
This commit is contained in:
@@ -16,7 +16,7 @@ config.window_background_opacity = .9
|
|||||||
config.background = {
|
config.background = {
|
||||||
{
|
{
|
||||||
source = {
|
source = {
|
||||||
Color = "#000000",
|
Color = "#1C1F26",
|
||||||
},
|
},
|
||||||
width = "100%",
|
width = "100%",
|
||||||
height = "100%",
|
height = "100%",
|
||||||
|
|||||||
Reference in New Issue
Block a user