Skip to content

Instantly share code, notes, and snippets.

@p00f
Last active March 21, 2024 19:38
Show Gist options
  • Save p00f/ed538cf8a811184b23e065c0a5d3fc36 to your computer and use it in GitHub Desktop.
Save p00f/ed538cf8a811184b23e065c0a5d3fc36 to your computer and use it in GitHub Desktop.
Alabaster dark for wezterm
# Alabaster
[colors]
foreground = "#cecece"
background = "#0e1415"
cursor_bg = "#cd974b"
cursor_border = "#cd974b"
cursor_fg = "#0e1415"
selection_bg = "#293334"
selection_fg = "#cecece"
ansi = [
"#000000",
"#d2322d",
"#6abf40",
"#cd974b",
"#217EBC",
"#9B3596",
"#178F79",
"#cecece"
]
brights = [
"#333333",
"#c33c33",
"#95cb82",
"#dfdf8e",
"#71aed7",
"#cc8bc9",
"#47BEA9",
"#ffffff"
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment