diff --git a/polybar/config b/polybar/config index 0b26508..c09882b 100644 --- a/polybar/config +++ b/polybar/config @@ -2,7 +2,7 @@ #compositing-foreground = difference [colors] -background = #aa111015 +background = #111015 foreground = #d8dee9 line = #bbb border = #bbb diff --git a/vimrc b/vimrc index 4b10e01..2574e82 100644 --- a/vimrc +++ b/vimrc @@ -62,6 +62,7 @@ highlight LineNr ctermfg=grey ctermbg=NONE " Assembly let b:asmsyntax = "nasm" +let g:asmsyntax = 'nasm' " YCM set completeopt-=preview