+ Adjust color brightness to be more visible

+ Added comments for xdefault "!"
This commit is contained in:
ziro 2020-11-07 09:14:26 +07:00
parent b4386e0cec
commit e5993cfd68
2 changed files with 15 additions and 3 deletions

View file

@ -55,23 +55,32 @@ st*tabspaces: 8
st*chscale: 1.0 st*chscale: 1.0
st*cwscale: 1.0 st*cwscale: 1.0
! black
st*color0: #353b48 st*color0: #353b48
st*color8: #2A3039 st*color8: #2A3039
!!/* #2f3640 */ !!/* #2f3640 */
! red
st*color1: #e84118 st*color1: #e84118
st*color9: #c23616 st*color9: #c23616
! green
st*color2: #4cd137 st*color2: #4cd137
st*color10: #44bd32 st*color10: #44bd32
! yellow
st*color3: #fbc531 st*color3: #fbc531
st*color11: #e1b12c st*color11: #e1b12c
! blue
st*color4: #60C0FF st*color4: #60C0FF
st*color12: #0EA0FF st*color12: #0EA0FF
st*color5: #6B85FF ! magenta
st*color13: #4466ff st*color5: #7e8afc
st*color6: #487eb0 st*color13: #4c6dff
! cyan
st*color6: #5992c6
st*color14: #40739e st*color14: #40739e
! white
st*color7: #f5f6fa st*color7: #f5f6fa
st*color15: #c5c8c6 st*color15: #c5c8c6
! transparency
st*alpha: 1 st*alpha: 1
!! Rofi !! Rofi

View file

@ -112,3 +112,6 @@ endfu
" Supertab " Supertab
let g:SuperTabDefaultCompletionType = "<c-n>" let g:SuperTabDefaultCompletionType = "<c-n>"
" Custom comments
autocmd FileType xdefaults setlocal commentstring=!\ %s