lightmode
E. Almqvist 3 years ago
parent 2f98df8965
commit 4059d1af0d
  1. 4
      alacritty/.config/alacritty/alacritty.yml
  2. 2
      conky/.config/conky/conky.conf
  3. 1
      nvim/.config/nvim/init.vim

@ -3,7 +3,7 @@ env:
TERM: xterm-256color TERM: xterm-256color
window: window:
opacity: 1.0 opacity: 1.0
padding: padding:
x: 8 x: 8
y: 8 y: 8
@ -68,7 +68,7 @@ draw_bold_text_with_bright_colors: true
# Colors # Colors
colors: colors:
primary: primary:
background: '0x282c34' background: '0x272a34'
foreground: '0xFFFFFF' foreground: '0xFFFFFF'
normal: normal:
black: '0x1F2229' black: '0x1F2229'

@ -42,5 +42,5 @@ TODO:
${exec cat ~/.todo} ${exec cat ~/.todo}
MINER STATS: MINER STATS:
${exec ~/.scripts/ethstatus.py} ${execi 12 ~/.scripts/ethstatus.py}
]] ]]

@ -31,6 +31,7 @@ call plug#begin('~/.config/nvim/plugged')
" Plug 'jamestthompson3/nvim-remote-containers' " Docker Container Workspace " Plug 'jamestthompson3/nvim-remote-containers' " Docker Container Workspace
Plug 'slim-template/vim-slim' Plug 'slim-template/vim-slim'
Plug 'OmniSharp/omnisharp-vim' Plug 'OmniSharp/omnisharp-vim'
Plug 'ngmy/vim-rubocop'
call plug#end() call plug#end()
set nocompatible set nocompatible

Loading…
Cancel
Save