diff --git a/wez/.config/wezterm/colors/tempus_past.toml b/wez/.config/wezterm/colors/tempus_past.toml new file mode 100644 index 0000000..67832a7 --- /dev/null +++ b/wez/.config/wezterm/colors/tempus_past.toml @@ -0,0 +1,35 @@ +[colors] +ansi = [ + "#53545b", + "#c00c50", + "#0a7040", + "#a6403a", + "#1763aa", + "#b02874", + "#096a83", + "#eae2de" +] +brights = [ + "#80565d", + "#bd3133", + "#337243", + "#8d554a", + "#5559bb", + "#b022a7", + "#07707a", + "#f3f2f4", +] + +cursor_bg = "#ff76ff" +cursor_border = "#ff76ff" +cursor_fg = "#53545b" +background = "f3f2f4" +foreground = "#53545b" +selection_bg = "#53545b" +selection_fg = "#f3f2f4" + +[metadata] +name = "Tempus Past" +aliases = ["Tempus Past"] +author = "protesilaos" +origin_url = "https://github.com/protesilaos/tempus-themes/blob/master/yaml/tempus_past.yml" diff --git a/wez/.config/wezterm/wezterm.lua b/wez/.config/wezterm/wezterm.lua index 6f9eebe..1066738 100644 --- a/wez/.config/wezterm/wezterm.lua +++ b/wez/.config/wezterm/wezterm.lua @@ -1,6 +1,6 @@ local wezterm = require('wezterm') local config = wezterm.config_builder() -config.color_scheme = "Catppuccin Mocha" +config.color_scheme = "Tempus Past" config.font = wezterm.font('TX-02') config.font_size = 17