diff options
-rw-r--r-- | dunst/.config/dunst/dunstrc | 16 | ||||
-rw-r--r-- | nvim/.config/nvim/init.vim | 3 | ||||
-rw-r--r-- | x/.Xresources | 3 | ||||
-rw-r--r-- | zathura/.config/zathura/zathurarc | 31 |
4 files changed, 27 insertions, 26 deletions
diff --git a/dunst/.config/dunst/dunstrc b/dunst/.config/dunst/dunstrc index a016753..178e4ec 100644 --- a/dunst/.config/dunst/dunstrc +++ b/dunst/.config/dunst/dunstrc | |||
@@ -1,6 +1,6 @@ | |||
1 | [global] | 1 | [global] |
2 | # Make the width 3740 (3840 - 100), have 50 left margin and 95 above | 2 | # Make the width 3740 (3840 - 100), have 50 left margin and 95 above |
3 | geometry = "350x5-10+30" | 3 | geometry = "350x5-10+25" |
4 | monitor = 0 | 4 | monitor = 0 |
5 | follow = keyboard | 5 | follow = keyboard |
6 | indicate_hidden = yes | 6 | indicate_hidden = yes |
@@ -19,7 +19,7 @@ | |||
19 | horizontal_padding = 14 | 19 | horizontal_padding = 14 |
20 | 20 | ||
21 | # The frame color and width of the notification | 21 | # The frame color and width of the notification |
22 | frame_color = "#000000" | 22 | frame_color = "#5b5b5b" |
23 | frame_width = 5 | 23 | frame_width = 5 |
24 | line_height = 0 | 24 | line_height = 0 |
25 | 25 | ||
@@ -67,18 +67,18 @@ | |||
67 | 67 | ||
68 | # Set the background and foreground (text) color for all notifications | 68 | # Set the background and foreground (text) color for all notifications |
69 | [urgency_low] | 69 | [urgency_low] |
70 | background = "#09090d" | 70 | background = "#f3f4f5" |
71 | foreground = "#839496" | 71 | foreground = "#2f2f2f" |
72 | timeout = 5 | 72 | timeout = 5 |
73 | 73 | ||
74 | [urgency_normal] | 74 | [urgency_normal] |
75 | background = "#0c0d0d" | 75 | background = "#f3f4f5" |
76 | foreground = "#c6c8d1" | 76 | foreground = "#2f2f2f" |
77 | timeout = 5 | 77 | timeout = 5 |
78 | 78 | ||
79 | [urgency_critical] | 79 | [urgency_critical] |
80 | background = "#ffffff" | 80 | background = "#f3f4f5" |
81 | foreground = "#000000" | 81 | foreground = "#2f2f2f" |
82 | timeout = 0 | 82 | timeout = 0 |
83 | # vim:ft=cfg | 83 | # vim:ft=cfg |
84 | 84 | ||
diff --git a/nvim/.config/nvim/init.vim b/nvim/.config/nvim/init.vim index 26e74cf..32bf76c 100644 --- a/nvim/.config/nvim/init.vim +++ b/nvim/.config/nvim/init.vim | |||
@@ -87,6 +87,9 @@ hi Comment cterm=italic | |||
87 | " statusbar | 87 | " statusbar |
88 | scriptencoding utf-8 | 88 | scriptencoding utf-8 |
89 | 89 | ||
90 | " cpp template | ||
91 | autocmd BufNewFile *.cpp 0r ~/.config/nvim/templates/skeleton.cpp | ||
92 | |||
90 | " statusline | 93 | " statusline |
91 | hi PrimaryBlock ctermbg=NONE ctermfg=8 | 94 | hi PrimaryBlock ctermbg=NONE ctermfg=8 |
92 | hi ModeBlock ctermbg=NONE ctermfg=2 | 95 | hi ModeBlock ctermbg=NONE ctermfg=2 |
diff --git a/x/.Xresources b/x/.Xresources index 088e0cf..39bb560 100644 --- a/x/.Xresources +++ b/x/.Xresources | |||
@@ -53,7 +53,8 @@ URxvt.titleBar : false | |||
53 | URxvt.intensityStyles : false | 53 | URxvt.intensityStyles : false |
54 | 54 | ||
55 | 55 | ||
56 | URxvt.perl-ext-common : default,matcher | 56 | URxvt.perl-ext-common : default,matcher,font-size |
57 | URxvt.font-size.step: 1 | ||
57 | URxvt.url-launcher : chromium | 58 | URxvt.url-launcher : chromium |
58 | URxvt.matcher.button : 1 | 59 | URxvt.matcher.button : 1 |
59 | 60 | ||
diff --git a/zathura/.config/zathura/zathurarc b/zathura/.config/zathura/zathurarc index b37446e..1c03fd7 100644 --- a/zathura/.config/zathura/zathurarc +++ b/zathura/.config/zathura/zathurarc | |||
@@ -3,7 +3,7 @@ | |||
3 | 3 | ||
4 | # NOTE: This file is automatically generated by pywal. Do not edit it by hand. | 4 | # NOTE: This file is automatically generated by pywal. Do not edit it by hand. |
5 | 5 | ||
6 | set font "Hermit 8" # Use Hack as our font of choice | 6 | set font "JetBrainsMono Nerd Font Mono 8" # Use Hack as our font of choice |
7 | #set guioptions "v" # Show a "progress bar" when scrolling up/down | 7 | #set guioptions "v" # Show a "progress bar" when scrolling up/down |
8 | set adjust-open "width" # Make documents take up all the available space by default | 8 | set adjust-open "width" # Make documents take up all the available space by default |
9 | set statusbar-basename "true" # When using the status bar, show the basename only | 9 | set statusbar-basename "true" # When using the status bar, show the basename only |
@@ -14,26 +14,23 @@ set scroll-step "120" # Increase the scroll distance when using j/k | |||
14 | set recolor "false" # Use our theme colors (<C-r> for the original document colors) | 14 | set recolor "false" # Use our theme colors (<C-r> for the original document colors) |
15 | 15 | ||
16 | # [colors] | 16 | # [colors] |
17 | set default-bg "#000000" | 17 | set default-bg "#f3f4f5" |
18 | set default-fg "#a3a6ab" | 18 | set default-fg "#2f2f2f" |
19 | set statusbar-bg "#000000" | 19 | set statusbar-bg "#f3f4f5" |
20 | set statusbar-fg "#a3a6ab" | 20 | set statusbar-fg "#2f2f2f" |
21 | set inputbar-bg "#000000" | 21 | set inputbar-bg "#f3f4f5" |
22 | set inputbar-fg "#a3a6ab" | 22 | set inputbar-fg "#2f2f2f" |
23 | set notification-bg "#000000" | 23 | set notification-bg "#f3f4f5" |
24 | set notification-fg "#a3a6ab" | 24 | set notification-fg "#2f2f2f" |
25 | set notification-error-bg "#000000" | 25 | set notification-error-bg "#f3f4f5" |
26 | set notification-error-fg "#a3a6ab" | 26 | set notification-error-fg "#2f2f2f" |
27 | set notification-warning-bg "#000000" | 27 | set notification-warning-bg "#f3f4f5" |
28 | set notification-warning-fg "#a3a6ab" | 28 | set notification-warning-fg "#2f2f2f" |
29 | set highlight-color "#CD7860" | 29 | set highlight-color "#CD7860" |
30 | set highlight-active-color "#7A9388" | 30 | set highlight-active-color "#7A9388" |
31 | set completion-bg "#CD7860" | 31 | set completion-bg "#CD7860" |
32 | set completion-fg "#7A9388" | 32 | set completion-fg "#7A9388" |
33 | set completion-highlight-bg "#CD7860" | 33 | set completion-highlight-bg "#CD7860" |
34 | set completion-highlight-fg "#7A9388" | 34 | set completion-highlight-fg "#7A9388" |
35 | set recolor-lightcolor "#000000" | 35 | set recolor-lightcolor "#f3f4f5" |
36 | set recolor-darkcolor "#a3a6ab" | 36 | set recolor-darkcolor "#a3a6ab" |
37 | |||
38 | # vim:ft=conf | ||
39 | |||