add orange monochrome

This commit is contained in:
Lucas Barbieri 2024-07-02 18:54:36 -03:00
parent 68c07bcb93
commit b253d32eec
2 changed files with 7 additions and 7 deletions

View File

@ -5,17 +5,17 @@ foreground = "#868690"
background = "#0F1014" background = "#0F1014"
# Overrides the cell background color when the current cell is occupied by the # Overrides the cell background color when the current cell is occupied by the
# cursor and the cursor style is set to Block # cursor and the cursor style is set to Block
cursor_bg = "#ccb901" cursor_bg = "#ea9556"
# Overrides the text color when the current cell is occupied by the cursor # Overrides the text color when the current cell is occupied by the cursor
cursor_fg = "#868690" cursor_fg = "#868690"
# Specifies the border color of the cursor when the cursor style is set to Block, # Specifies the border color of the cursor when the cursor style is set to Block,
# or the color of the vertical or horizontal bar when the cursor style is set to # or the color of the vertical or horizontal bar when the cursor style is set to
# Bar or Underline. # Bar or Underline.
cursor_border = "#ccb901" cursor_border = "#ea9556"
# the foreground color of selected text # the foreground color of selected text
selection_fg = "#93939c" selection_fg = "#93939c"
# the background color of selected text # the background color of selected text
selection_bg = "#22222a" selection_bg = "#22222a"
ansi = ["#131317", "#999EB2", "#ccc04c", "#D3D5DE", "#ccb901", "#E2E4ED", "#B6BAC8", "#868690"] ansi = ["#131317", "#999EB2", "#ffa25e", "#D3D5DE", "#ea9556", "#E2E4ED", "#B6BAC8", "#868690"]
brights = ["#575861", "#999EB2", "#ccc04c", "#D3D5DE", "#ccb901", "#E2E4ED", "#B6BAC8", "#868690"] brights = ["#575861", "#999EB2", "#ffa25e", "#D3D5DE", "#ea9556", "#E2E4ED", "#B6BAC8", "#868690"]

View File

@ -48,7 +48,7 @@ return {
-- Font config -- Font config
font = font_with_fallback(font_name), font = font_with_fallback(font_name),
warn_about_missing_glyphs = false, warn_about_missing_glyphs = false,
font_size = 13, font_size = 12,
line_height = 1.0, line_height = 1.0,
dpi = 96.0, dpi = 96.0,
@ -56,7 +56,7 @@ return {
default_cursor_style = "BlinkingUnderline", default_cursor_style = "BlinkingUnderline",
-- X11 -- X11
enable_wayland = true, enable_wayland = false,
-- Keybinds -- Keybinds
disable_default_key_bindings = true, disable_default_key_bindings = true,
@ -101,7 +101,7 @@ return {
-- General -- General
automatically_reload_config = true, automatically_reload_config = true,
inactive_pane_hsb = { saturation = 1.0, brightness = 1.0 }, inactive_pane_hsb = { saturation = 1.0, brightness = 1.0 },
window_background_opacity = 0.85, window_background_opacity = 0.95,
window_close_confirmation = "NeverPrompt", window_close_confirmation = "NeverPrompt",
window_frame = { active_titlebar_bg = "#45475a", font = font_with_fallback(font_name, { bold = true }) }, window_frame = { active_titlebar_bg = "#45475a", font = font_with_fallback(font_name, { bold = true }) },
check_for_updates = false, check_for_updates = false,