1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

fix(vim): colorscheme

This commit is contained in:
Kierán Meinhardt
2020-03-23 08:24:21 +01:00
parent 54d102c932
commit 1167fb9feb
2 changed files with 3 additions and 3 deletions

View File

@@ -7,8 +7,8 @@ nnoremap <C-p> :FZF<CR>
let g:fzf_layout = { 'down': '~15%' }
" colorscheme delek hipster
" colorscheme 256_noir
colorscheme paramount
colorscheme 256_noir
" colorscheme paramount
set background=dark
let mapleader = ","

View File

@@ -1,6 +1,6 @@
{ writeShellScriptBin, curl, xsv, gnused }:
writeShellScriptBin "literature-quote" ''
ROW=$(${curl}/bin/curl -Ls http://kmein.github.io/quotes/quotes.csv | shuf -n1)
ROW=$(${curl}/bin/curl -Ls http://kmein.github.io/logotheca/quotes.csv | shuf -n1)
(
printf '%s\n\n %s: _%s_, %s\n' \