Added configuration for WezTerm.

This commit is contained in:
Hans Goor 2025-05-16 17:31:27 +02:00
parent b2f713c8d3
commit 1584784949
Signed by: eyedevelop
SSH key fingerprint: SHA256:Td89veptDEwCV8J3fjqnknNk7SbwzedYhauyC2nFBYg
2 changed files with 22 additions and 0 deletions

View file

@ -0,0 +1,3 @@
#!/bin/bash
COMMAND_DEPS=("bash")

View file

@ -0,0 +1,19 @@
local wezterm = require("wezterm")
return {
color_scheme = "gruvbox_material_dark_hard",
color_schemes = {
["gruvbox_material_dark_hard"] = {
foreground = "#D4BE98",
background = "#1D2021",
cursor_bg = "#D4BE98",
cursor_border = "#D4BE98",
cursor_fg = "#1D2021",
selection_bg = "#D4BE98",
selection_fg = "#3C3836",
ansi = { "#1d2021", "#ea6962", "#a9b665", "#d8a657", "#7daea3", "#d3869b", "#89b482", "#d4be98" },
brights = { "#eddeb5", "#ea6962", "#a9b665", "#d8a657", "#7daea3", "#d3869b", "#89b482", "#d4be98" },
},
},
}