commit 287be756878999128403268266bf4882ee41b0bf
parent 8e36164527a1ad35b4488d5929299c976da8bc62
Author: Matthew Carlson <matt@mcarlson.xyz>
Date: Mon, 10 Jan 2022 03:25:55 -0500
disabled mouse accel
Diffstat:
5 files changed, 53 insertions(+), 53 deletions(-)
diff --git a/.config/vim/vimrc b/.config/vim/vimrc
@@ -33,15 +33,15 @@ set termguicolors
let &t_8f = "\<Esc>[38;2;%lu;%lu;%lum"
let &t_8b = "\<Esc>[48;2;%lu;%lu;%lum"
-" enable monochrome color scheme (dark)
-" let g:github_colors_soft = 1
+" enable github color scheme (dark)
+let g:github_colors_soft = 1
set background=dark
-" let g:github_colors_block_diffmark = 0
-colorscheme monochrome
+let g:github_colors_block_diffmark = 0
+colorscheme github
-" enable minimalist scheme for airline
-let g:airline_theme = "minimalist"
-" let g:lightline = { 'colorscheme': 'github' }
+" enable github color scheme for airline
+let g:airline_theme = "github"
+let g:lightline = { 'colorscheme': 'github' }
" transparent background if compositor is running
autocmd vimenter * hi Normal guibg=NONE ctermbg=NONE
diff --git a/.config/x/xprofile b/.config/x/xprofile
@@ -10,4 +10,4 @@ feh --no-fehbg --bg-scale "${XDG_DATA_HOME:-${HOME}/.local/share/}/wp"
xclickroot -r "${HOME}/.local/bin/menu.sh" &
mpd &
unclutter &
-xset r rate 250 50
+xset m 0 0 r rate 250 50 s noblank
diff --git a/.config/x/xresources b/.config/x/xresources
@@ -1,20 +1,20 @@
! colors
-#define col0 #000000
-#define col1 #6c6d6d
-#define col2 #7f807f
-#define col3 #8e8e8e
-#define col4 #9fa09f
-#define col5 #b1b1b1
-#define col6 #c0c1bf
-#define col7 #dedede
-#define col8 #9b9b9b
-#define col9 #6c6d6d
-#define col10 #7f807f
-#define col11 #8e8e8e
-#define col12 #9fa09f
-#define col13 #b1b1b1
-#define col14 #c0c1bf
-#define col15 #dedede
+#define col0 #17100c
+#define col1 #936521
+#define col2 #9f6f5c
+#define col3 #bd904a
+#define col4 #a67e81
+#define col5 #c8b3b1
+#define col6 #d5caca
+#define col7 #e9e3df
+#define col8 #a39e9c
+#define col9 #936521
+#define col10 #9f6f5c
+#define col11 #bd904a
+#define col12 #a67e81
+#define col13 #c8b3b1
+#define col14 #d5caca
+#define col15 #e9e3df
! font
Xft.antialias : 1
diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc
@@ -19,35 +19,35 @@ set recolor-keephue 'false'
set recolor-reverse-video 'false'
# Command line completion entries
-set completion-fg '#dedede'
-set completion-bg '#000000'
+set completion-fg '#e9e3df'
+set completion-bg '#17100c'
# Command line completion group elements
-set completion-group-fg '#7F807F'
-set completion-group-bg '#000000'
+set completion-group-fg '#9F6F5C'
+set completion-group-bg '#17100c'
# Current command line completion element
-set completion-highlight-fg '#000000'
-set completion-highlight-bg '#dedede'
+set completion-highlight-fg '#17100c'
+set completion-highlight-bg '#e9e3df'
# Default foreground/background color
-set default-bg rgba(0,0,0,0.95)
+set default-bg rgba(23,16,12,0.95)
# Input bar
-set inputbar-fg '#dedede'
-set inputbar-bg '#000000'
+set inputbar-fg '#e9e3df'
+set inputbar-bg '#17100c'
# Notification
-set notification-fg '#dedede'
-set notification-bg '#000000'
+set notification-fg '#e9e3df'
+set notification-bg '#17100c'
# Error notification
-set notification-error-fg '#dedede'
-set notification-error-bg '#6C6D6D'
+set notification-error-fg '#e9e3df'
+set notification-error-bg '#936521'
# Warning notification
-set notification-warning-fg '#dedede'
-set notification-warning-bg '#6C6D6D'
+set notification-warning-fg '#e9e3df'
+set notification-warning-bg '#936521'
# Tab - TODO
# set tabbar-fg
@@ -58,25 +58,25 @@ set notification-warning-bg '#6C6D6D'
# set tabbar-focus-bg
# Status bar
-set statusbar-fg '#dedede'
-set statusbar-bg '#000000'
+set statusbar-fg '#e9e3df'
+set statusbar-bg '#17100c'
# Highlighting parts of the document (e.g. show search results)
-set highlight-color '#7F807F'
-set highlight-active-color '#7F807F'
+set highlight-color '#9F6F5C'
+set highlight-active-color '#9F6F5C'
# Represent light/dark colors in recoloring mode
set recolor-lightcolor rgba(0,0,0,0)
-set recolor-darkcolor '#dedede'
+set recolor-darkcolor '#e9e3df'
# 'Loading...' text
-set render-loading-fg '#dedede'
-set render-loading-bg '#000000'
+set render-loading-fg '#e9e3df'
+set render-loading-bg '#17100c'
# Index mode
-set index-fg '#dedede'
-set index-bg '#000000'
+set index-fg '#e9e3df'
+set index-bg '#17100c'
# Selected element in index mode
-set index-active-fg '#000000'
-set index-active-bg '#dedede'
-\ No newline at end of file
+set index-active-fg '#17100c'
+set index-active-bg '#e9e3df'
+\ No newline at end of file
diff --git a/.local/share/wp b/.local/share/wp
@@ -1 +1 @@
-/home/mc/pix/wp/minimal-scenery.jpg
-\ No newline at end of file
+/home/mc/pix/wp/dream-of-arcadia.jpg
+\ No newline at end of file