diff options
author | Mateja <mail@matejamaric.com> | 2020-11-25 23:02:13 +0100 |
---|---|---|
committer | Mateja <mail@matejamaric.com> | 2020-11-25 23:02:13 +0100 |
commit | 10cabf9065964bfe6a3c163f5b45a7ec12f11b9e (patch) | |
tree | a30dbd5c161ba587c9b28e2ba20a3fd8ef14c27c | |
parent | 8c2b8522ef77f8801885b44ca34c5c5ab8164be2 (diff) | |
download | dotfiles-10cabf9065964bfe6a3c163f5b45a7ec12f11b9e.tar.gz dotfiles-10cabf9065964bfe6a3c163f5b45a7ec12f11b9e.zip |
Transparent termite.
-rw-r--r-- | .config/termite/config | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.config/termite/config b/.config/termite/config index b64bfdc..a34ef86 100644 --- a/.config/termite/config +++ b/.config/termite/config @@ -6,7 +6,7 @@ #cell_width_scale = 1.0 #clickable_url = true #dynamic_title = true -font = Monospace 9 +font = Monospace 11 #fullscreen = true #icon_name = terminal #mouse_autohide = false @@ -60,7 +60,9 @@ cursor_foreground = #2e3440 foreground = #d8dee9 foreground_bold = #d8dee9 -background = #2e3440 +#background = #2e3440 +#background = rgba(46, 52, 64, 0.8) +background = rgba(23, 26, 32, 0.9) highlight = #4c566a |