diff options
author | Yaroslav <contact@yaroslavps.com> | 2020-05-10 03:04:35 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2020-05-10 03:04:35 +0300 |
commit | c27a5efd2a7f43bd2f3c0a9f6606f332576cff1e (patch) | |
tree | e706c1d2b159340e6467d2300fdce62add98438c /dotfiles/.config/termite/config | |
parent | a8cc83eb26bf7f9e94f655c81331444d243e1f3d (diff) | |
download | swayrice-c27a5efd2a7f43bd2f3c0a9f6606f332576cff1e.tar.gz swayrice-c27a5efd2a7f43bd2f3c0a9f6606f332576cff1e.zip |
no more transparency in programs
Diffstat (limited to 'dotfiles/.config/termite/config')
-rw-r--r-- | dotfiles/.config/termite/config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dotfiles/.config/termite/config b/dotfiles/.config/termite/config index f5ffb37..fde7ad1 100644 --- a/dotfiles/.config/termite/config +++ b/dotfiles/.config/termite/config @@ -6,7 +6,7 @@ foreground = #e5e9f0 foreground_bold = #d8dee9 cursor = #d8dee9 cursor_foreground = #d8dee9 -background = rgba(27, 30, 37, 0.98) +background = #1b1e25 # #1b1e25 # 16 color space @@ -49,3 +49,4 @@ font = BlexMono Nerd Font Mono 10 allow_bold = true cursor_shape = underline mouse_autohide = true +audible_bell = true |