mirror of
https://github.com/josean-dev/dev-environment-files.git
synced 2025-01-08 01:11:12 +01:00
Change to wezterm coolnight colorscheme
This commit is contained in:
parent
6614ff76b7
commit
b8feae4bd0
1 changed files with 3 additions and 4 deletions
|
@ -6,15 +6,14 @@ local config = wezterm.config_builder()
|
||||||
|
|
||||||
-- This is where you actually apply your config choices
|
-- This is where you actually apply your config choices
|
||||||
|
|
||||||
-- For example, changing the color scheme:
|
|
||||||
config.colors = {
|
config.colors = {
|
||||||
foreground = "#CBE0F0",
|
foreground = "#CBE0F0",
|
||||||
background = "#011423",
|
background = "#011423",
|
||||||
cursor_bg = "#47FF9C",
|
cursor_bg = "#47FF9C",
|
||||||
cursor_border = "#47FF9C",
|
cursor_border = "#47FF9C",
|
||||||
cursor_fg = "#011423",
|
cursor_fg = "#011423",
|
||||||
selection_bg = "#706b4e",
|
selection_bg = "#033259",
|
||||||
selection_fg = "#f3d9c4",
|
selection_fg = "#CBE0F0",
|
||||||
ansi = { "#214969", "#E52E2E", "#44FFB1", "#FFE073", "#0FC5ED", "#a277ff", "#24EAF7", "#24EAF7" },
|
ansi = { "#214969", "#E52E2E", "#44FFB1", "#FFE073", "#0FC5ED", "#a277ff", "#24EAF7", "#24EAF7" },
|
||||||
brights = { "#214969", "#E52E2E", "#44FFB1", "#FFE073", "#A277FF", "#a277ff", "#24EAF7", "#24EAF7" },
|
brights = { "#214969", "#E52E2E", "#44FFB1", "#FFE073", "#A277FF", "#a277ff", "#24EAF7", "#24EAF7" },
|
||||||
}
|
}
|
||||||
|
@ -26,7 +25,7 @@ config.enable_tab_bar = false
|
||||||
|
|
||||||
config.window_decorations = "RESIZE"
|
config.window_decorations = "RESIZE"
|
||||||
config.window_background_opacity = 0.75
|
config.window_background_opacity = 0.75
|
||||||
config.macos_window_background_blur = 8
|
config.macos_window_background_blur = 10
|
||||||
|
|
||||||
-- and finally, return the configuration to wezterm
|
-- and finally, return the configuration to wezterm
|
||||||
return config
|
return config
|
||||||
|
|
Loading…
Reference in a new issue