save
This commit is contained in:
@@ -24,39 +24,38 @@ config.window_padding = {
|
||||
config.color_scheme = "vx-rose-pine"
|
||||
|
||||
config.color_schemes = {
|
||||
['vx-rose-pine'] = {
|
||||
foreground = '#e0def4',
|
||||
background = '#000000',
|
||||
cursor_bg = '#e0def4',
|
||||
cursor_border = '#e0def4',
|
||||
cursor_fg = '#191724',
|
||||
selection_bg = '#524f67',
|
||||
selection_fg = '#e0def4',
|
||||
ansi = {
|
||||
'#191724', -- Base
|
||||
'#eb6f92', -- Love
|
||||
'#f6c177', -- Gold
|
||||
'#ebbcba', -- Rose
|
||||
'#9ccfd8', -- Pine
|
||||
'#c4a7e7', -- Iris
|
||||
'#31748f', -- Foam
|
||||
'#e0def4', -- Text
|
||||
},
|
||||
brights = {
|
||||
'#6e6a86', -- Subtle
|
||||
'#eb6f92', -- Love
|
||||
'#f6c177', -- Gold
|
||||
'#ebbcba', -- Rose
|
||||
'#9ccfd8', -- Pine
|
||||
'#c4a7e7', -- Iris
|
||||
'#31748f', -- Foam
|
||||
'#e0def4', -- Text
|
||||
},
|
||||
},
|
||||
["vx-rose-pine"] = {
|
||||
foreground = "#e0def4",
|
||||
background = "#000000",
|
||||
cursor_bg = "#e0def4",
|
||||
cursor_border = "#e0def4",
|
||||
cursor_fg = "#191724",
|
||||
selection_bg = "#524f67",
|
||||
selection_fg = "#e0def4",
|
||||
ansi = {
|
||||
"#191724", -- Base
|
||||
"#eb6f92", -- Love
|
||||
"#f6c177", -- Gold
|
||||
"#ebbcba", -- Rose
|
||||
"#9ccfd8", -- Pine
|
||||
"#c4a7e7", -- Iris
|
||||
"#31748f", -- Foam
|
||||
"#e0def4", -- Text
|
||||
},
|
||||
brights = {
|
||||
"#6e6a86", -- Subtle
|
||||
"#eb6f92", -- Love
|
||||
"#f6c177", -- Gold
|
||||
"#ebbcba", -- Rose
|
||||
"#9ccfd8", -- Pine
|
||||
"#c4a7e7", -- Iris
|
||||
"#31748f", -- Foam
|
||||
"#e0def4", -- Text
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
config.font = wezterm.font("Iosevka Slab")
|
||||
config.font_size = 18.0
|
||||
config.font_size = 20.0
|
||||
|
||||
return config
|
||||
|
||||
Reference in New Issue
Block a user