parent
08d62b5e2b
commit
8679e1a634
1 changed files with 8 additions and 0 deletions
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue