gruvbox dunst

This commit is contained in:
Marco Thomas
2021-05-25 09:56:04 +02:00
parent 32a7c59b97
commit 9c1f2b2520
3 changed files with 9 additions and 11 deletions

View File

@@ -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)

View File

@@ -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:

View File

@@ -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