Compare commits

...

2 commits

Author SHA1 Message Date
Yash Karandikar 7ee532bb55 Rofi rounded corners 2023-04-16 12:09:43 -05:00
Yash Karandikar 86923fa168 vim platformio 2023-04-16 11:52:02 -05:00
2 changed files with 5 additions and 0 deletions

View file

@ -23,6 +23,9 @@
spacing: 0px;
text-color: @nord4;
}
window {
border-radius: 15px;
}
#inputbar {
text-color: @nord3;
padding: 6px;
@ -33,6 +36,7 @@
background-color: @nord3;
text-color: @nord4;
padding: 5px;
border-radius: 10px;
}
#message {
border: 0px 0px 1px;

1
.vimrc
View file

@ -33,6 +33,7 @@ Plug 'valloric/MatchTagAlways'
Plug 'preservim/nerdcommenter'
Plug 'iamcco/markdown-preview.nvim', { 'do': 'cd app && yarn install' } " requires nodejs and yarn installed
Plug 'alvan/vim-closetag'
Plug 'normen/vim-pio'
call plug#end()
colorscheme nord