From e5993cfd68cdc89d57a32497862c3d347158ebc7 Mon Sep 17 00:00:00 2001 From: ziro Date: Sat, 7 Nov 2020 09:14:26 +0700 Subject: [PATCH] + Adjust color brightness to be more visible + Added comments for xdefault "!" --- .config/Xresources | 15 ++++++++++++--- .config/vim/vim_plug | 3 +++ 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.config/Xresources b/.config/Xresources index e4c366f..56d865e 100644 --- a/.config/Xresources +++ b/.config/Xresources @@ -55,23 +55,32 @@ st*tabspaces: 8 st*chscale: 1.0 st*cwscale: 1.0 +! black st*color0: #353b48 st*color8: #2A3039 !!/* #2f3640 */ +! red st*color1: #e84118 st*color9: #c23616 +! green st*color2: #4cd137 st*color10: #44bd32 +! yellow st*color3: #fbc531 st*color11: #e1b12c +! blue st*color4: #60C0FF st*color12: #0EA0FF -st*color5: #6B85FF -st*color13: #4466ff -st*color6: #487eb0 +! magenta +st*color5: #7e8afc +st*color13: #4c6dff +! cyan +st*color6: #5992c6 st*color14: #40739e +! white st*color7: #f5f6fa st*color15: #c5c8c6 +! transparency st*alpha: 1 !! Rofi diff --git a/.config/vim/vim_plug b/.config/vim/vim_plug index 3c81229..eec8a42 100644 --- a/.config/vim/vim_plug +++ b/.config/vim/vim_plug @@ -112,3 +112,6 @@ endfu " Supertab let g:SuperTabDefaultCompletionType = "" + +" Custom comments +autocmd FileType xdefaults setlocal commentstring=!\ %s