Is there a way to define a custom location for a theme? #6267
-
What Operating System(s) are you running on?macOS Which Wayland compositor or X11 Window manager(s) are you using?No response WezTerm version20240203-110809-5046fc22 Ask your question!I'd like to define a theme via an absolute (or better: a relative) path for WezTerm. Is there a way to configure the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I believe you just require it (the module) and depending on where you have it saved compared to your config file you may need more or less of a path in the require statement (if your theme is called poo_brown.lua and its in the same dir as the config then its just |
Beta Was this translation helpful? Give feedback.
I believe you just require it (the module) and depending on where you have it saved compared to your config file you may need more or less of a path in the require statement (if your theme is called poo_brown.lua and its in the same dir as the config then its just
local brown_scheme = require "poo_brown"
at the top). From there you are just referring that local variable when settingconfig.color_scheme