Compare commits

..

2 Commits

Author SHA1 Message Date
cd84e7a67d Merge branch 'master' of https://git.jefflance.me/jeff/dotfiles 2023-04-24 21:59:37 +02:00
638a039ad3 add theme 2023-04-24 21:59:26 +02:00

View File

@ -0,0 +1,35 @@
# Colors - https://github.com/olimorris/onedarkpro.nvim
colors:
name: onedarkpro
primary:
background: '#000000'
foreground: '#abb2bf'
normal:
black: '#000000'
red: '#ef596f'
green: '#89ca78'
yellow: '#e5c07b'
blue: '#61afef'
magenta: '#d55fde'
cyan: '#2bbac5'
white: '#abb2bf'
bright:
black: '#1a1a1a'
red: '#f38897'
green: '#a9d89d'
yellow: '#edd4a6'
blue: '#8fc6f4'
magenta: '#e089e7'
cyan: '#4bced8'
white: '#c8cdd5'
cursor:
text: CellBackground
cursor: CellForeground # syntax-cursor-color
selection:
text: CellForeground
background: "#434852"