set terminator theme to gruvbox

closes #29
This commit is contained in:
Pim Kunis 2023-11-04 18:42:19 +01:00
parent 08d62b5e2b
commit 8679e1a634

View file

@ -43,6 +43,14 @@
terminator = { terminator = {
enable = true; enable = true;
config = { config = {
profiles.default = {
# Gruvbox theme: https://github.com/egel/terminator-gruvbox
background_color = "#282828";
cursor_color = "#7c6f64";
foreground_color = "#ebdbb2";
palette = "#181818:#cc241d:#98971a:#d79921:#458588:#b16286:#689d6a:#a89984:#928374:#fb4934:#b8bb26:#fabd2f:#83a598:#d3869b:#8ec07c:#ebdbb2";
};
keybindings = { keybindings = {
zoom_in = "<Ctrl>plus"; zoom_in = "<Ctrl>plus";
zoom_out = "<Ctrl>minus"; zoom_out = "<Ctrl>minus";