Change some more colors
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
frame_width = 2
|
||||
|
||||
# Defines color of the frame around the notification window.
|
||||
frame_color = "#4C566A"
|
||||
frame_color = "#0A0E14"
|
||||
|
||||
# Define a color for the separator.
|
||||
# possible values are:
|
||||
@@ -202,7 +202,7 @@
|
||||
# corners.
|
||||
# The radius will be automatically lowered if it exceeds half of the
|
||||
# notification height to avoid clipping text and/or icons.
|
||||
corner_radius = 12
|
||||
corner_radius = 0
|
||||
|
||||
### Legacy
|
||||
|
||||
@@ -254,21 +254,21 @@
|
||||
[urgency_low]
|
||||
# IMPORTANT: colors have to be defined in quotation marks.
|
||||
# Otherwise the "#" and following would be interpreted as a comment.
|
||||
background = "#2E3440"
|
||||
background = "#0A0E14"
|
||||
foreground = "#e5e9f0"
|
||||
timeout = 10
|
||||
# Icon for notifications with low urgency, uncomment to enable
|
||||
#icon = /path/to/icon
|
||||
|
||||
[urgency_normal]
|
||||
background = "#2E3440"
|
||||
background = "#0A0E14"
|
||||
foreground = "#e5e9f0"
|
||||
timeout = 10
|
||||
# Icon for notifications with normal urgency, uncomment to enable
|
||||
#icon = /path/to/icon
|
||||
|
||||
[urgency_critical]
|
||||
background = "#2E3440"
|
||||
background = "#0A0E14"
|
||||
foreground = "#e5e9f0"
|
||||
timeout = 0
|
||||
# Icon for notifications with critical urgency, uncomment to enable
|
||||
|
||||
6
laptop/.config/nvim/.netrwhist
Normal file
6
laptop/.config/nvim/.netrwhist
Normal file
@@ -0,0 +1,6 @@
|
||||
let g:netrw_dirhistmax =10
|
||||
let g:netrw_dirhistcnt =4
|
||||
let g:netrw_dirhist_4='/home/marc/dots/laptop/.config/rofi'
|
||||
let g:netrw_dirhist_3='/home/marc/.config/rofi'
|
||||
let g:netrw_dirhist_2='/home/marc/.config/dunst'
|
||||
let g:netrw_dirhist_1='/home/marc/dots/laptop/.config/rofi/launchers-git'
|
||||
@@ -22,11 +22,11 @@ configuration {
|
||||
}
|
||||
|
||||
* {
|
||||
background: #1d1f28;
|
||||
background-alt: #282a36;
|
||||
background-ib: #282a36;
|
||||
background: #01060E;
|
||||
background-alt: #01060E;
|
||||
background-ib: #0A0E14;
|
||||
foreground: #fdfdfd;
|
||||
border: #282a36;
|
||||
border: #0A0E14;
|
||||
border-sel: #79e6f3;
|
||||
selected: #282a36;
|
||||
urgent: #f37f97;
|
||||
@@ -39,12 +39,12 @@ window {
|
||||
border: 6px;
|
||||
border-radius: 15px;
|
||||
border-color: @border;
|
||||
height: 1030px;
|
||||
height: 1037px;
|
||||
width: 25%;
|
||||
location: west;
|
||||
anchor: west;
|
||||
x-offset: 15px;
|
||||
y-offset: 15px;
|
||||
x-offset: 14px;
|
||||
y-offset: 14px;
|
||||
}
|
||||
|
||||
prompt {
|
||||
|
||||
Reference in New Issue
Block a user