mirror of
https://github.com/boxpositron/absolute-dotfiles.git
synced 2026-02-28 19:50:38 +00:00
style(wezterm.lua): update background color to black for better readability and consistency
This commit is contained in:
@@ -13,17 +13,17 @@ config.cursor_blink_rate = 0
|
|||||||
config.font = wezterm.font("FiraCode Nerd Font", { weight = 450, stretch = "Normal", style = "Normal" })
|
config.font = wezterm.font("FiraCode Nerd Font", { weight = 450, stretch = "Normal", style = "Normal" })
|
||||||
config.font_size = 14
|
config.font_size = 14
|
||||||
config.window_background_opacity = .9
|
config.window_background_opacity = .9
|
||||||
-- background = {
|
config.background = {
|
||||||
-- {
|
{
|
||||||
-- source = {
|
source = {
|
||||||
-- Color = "#1a1b26",
|
Color = "#000000",
|
||||||
-- },
|
},
|
||||||
-- width = "100%",
|
width = "100%",
|
||||||
-- height = "100%",
|
height = "100%",
|
||||||
-- opacity = 0.90,
|
opacity = 0.90,
|
||||||
--
|
|
||||||
-- }
|
}
|
||||||
-- },
|
}
|
||||||
config.window_padding = {
|
config.window_padding = {
|
||||||
left = 3,
|
left = 3,
|
||||||
right = 3,
|
right = 3,
|
||||||
|
|||||||
Reference in New Issue
Block a user