wez: Use Tempus Past theme

This commit is contained in:
Michael Yockey
2025-02-13 15:44:07 -05:00
parent 8de8148b03
commit 9a90772ef7
2 changed files with 36 additions and 1 deletions

View File

@@ -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"

View File

@@ -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