summaryrefslogtreecommitdiff
path: root/.wezterm.lua
diff options
context:
space:
mode:
authorJosh <joshott16@gmail.com>2024-01-01 02:48:42 -0500
committerJosh <joshott16@gmail.com>2024-01-01 02:48:42 -0500
commit32980eea1fbd013e92d5ef28dec540ee69bac368 (patch)
treeef91d10e85d3e7b1560b99ff228ba38fabce9be1 /.wezterm.lua
parent99baacb1f33acaea45b00e6661c29302b01562a6 (diff)
downloaddotfiles-32980eea1fbd013e92d5ef28dec540ee69bac368.tar.gz
dotfiles-32980eea1fbd013e92d5ef28dec540ee69bac368.zip
terminal stuff
Diffstat (limited to '.wezterm.lua')
-rw-r--r--.wezterm.lua24
1 files changed, 12 insertions, 12 deletions
diff --git a/.wezterm.lua b/.wezterm.lua
index c4283dc..f34d706 100644
--- a/.wezterm.lua
+++ b/.wezterm.lua
@@ -18,23 +18,23 @@ end
local scheme = wezterm.color.get_builtin_schemes()['Catppuccin Macchiato']
scheme.ansi = {
"#414559",
- "#FB6E71",
- "#A1EB70",
- "#FBCF7A",
- "#81A6F9",
- "#FEAEE9",
- "#67e5d4",
+ "#ed4760",
+ "#87d86c",
+ "#edc576",
+ "#6192f4",
+ "#f492da",
+ "#60d6c4",
"#CDD2E4",
}
scheme.brights = {
"#51576d",
- "#FB6E71",
- "#A1EB70",
- "#FBCF7A",
- "#81A6F9",
- "#FEAEE9",
- "#67e5d4",
+ "#ed4760",
+ "#87d86c",
+ "#edc576",
+ "#6192f4",
+ "#f492da",
+ "#60d6c4",
"#DADFF1",
}