feat(editorconfig): add an editorconfig

This commit is contained in:
Artur Manuel 2025-01-28 12:46:15 +00:00
commit 05bc137e03
6 changed files with 838 additions and 119 deletions

View file

@ -108,7 +108,7 @@
frame_width = 3
# Defines color of the frame around the notification window.
frame_color = "#ffffff"
frame_color = "#e5e9f0"
# Size of gap to display between notifications - requires a compositor.
# If value is greater than 0, separator_height will be ignored and a border
@ -333,24 +333,24 @@
[urgency_low]
# IMPORTANT: colors have to be defined in quotation marks.
# Otherwise the "#" and following would be interpreted as a comment.
background = "#161616"
foreground = "#f2f4f8"
background = "#3b4252"
foreground = "#4c566a"
timeout = 10
# Icon for notifications with low urgency
default_icon = dialog-information
[urgency_normal]
background = "#161616"
foreground = "#ffffff"
background = "#434c5e"
foreground = "#e5e9f0"
timeout = 10
override_pause_level = 30
# Icon for notifications with normal urgency
default_icon = dialog-information
[urgency_critical]
background = "#ee5396"
foreground = "#525252"
frame_color = "#525252"
background = "#bf616a"
foreground = "#eceff4"
frame_color = "#eceff4"
timeout = 0
override_pause_level = 60
# Icon for notifications with critical urgency