From 9c1f2b25205bcc965268a6004b208dad32bb3839 Mon Sep 17 00:00:00 2001 From: Marco Thomas Date: Tue, 25 May 2021 09:56:04 +0200 Subject: [PATCH] gruvbox dunst --- README.md | 2 +- files/.config/alacritty/themes/gruvbox_light.yml | 4 +--- files/.config/dunst/dunstrc | 14 +++++++------- 3 files changed, 9 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 0d9c3ed..5c84076 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ ## Other Dependencies -+ [Nordic](https://github.com/EliverLara/Nordic): GTK Theme ++ [Gruvbox](https://github.com/hargonix/Pop-gruvbox/): GTK Theme (clone into ~/.themes) + [asetroot](https://github.com/Wilnath/asetroot): animated wallpaper + [i3-swallow](https://github.com/jamesofarrell/i3-swallow): swallow terminal (not used anymore) + [neovim-remote](https://github.com/mhinz/neovim-remote): zathura integration for nvim (unused) diff --git a/files/.config/alacritty/themes/gruvbox_light.yml b/files/.config/alacritty/themes/gruvbox_light.yml index ac47edc..1faf8d0 100644 --- a/files/.config/alacritty/themes/gruvbox_light.yml +++ b/files/.config/alacritty/themes/gruvbox_light.yml @@ -2,10 +2,8 @@ colors: # Default colors primary: - # hard contrast: background = '0xf9f5d7' background: '0xf2e5bc' - # soft contrast: background = '0xf2e5bc' - foreground: '0x3c3836' + foreground: '0x282828' # Normal colors normal: diff --git a/files/.config/dunst/dunstrc b/files/.config/dunst/dunstrc index fdf7472..edf86ae 100644 --- a/files/.config/dunst/dunstrc +++ b/files/.config/dunst/dunstrc @@ -64,7 +64,7 @@ frame_width = 2 # Defines color of the frame around the notification window. - frame_color = "#D8DEE9" + frame_color = "#282828" # Define a color for the separator. # possible values are: @@ -254,22 +254,22 @@ [urgency_low] # IMPORTANT: colors have to be defined in quotation marks. # Otherwise the "#" and following would be interpreted as a comment. - background = "#D8DEE9" - foreground = "#2E3440" + background = "#282828" + foreground = "#f2e5bc" timeout = 10 # Icon for notifications with low urgency, uncomment to enable #icon = /path/to/icon [urgency_normal] - background = "#D8DEE9" - foreground = "#2E3440" + background = "#282828" + foreground = "#f2e5bc" timeout = 10 # Icon for notifications with normal urgency, uncomment to enable #icon = /path/to/icon [urgency_critical] - background = "#D8DEE9" - foreground = "#2E3440" + background = "#282828" + foreground = "#f2e5bc" timeout = 0 # Icon for notifications with critical urgency, uncomment to enable #icon = /path/to/icon