add theme

This commit is contained in:
Jeff Lance 2023-04-24 21:59:26 +02:00
parent 3ac3cbfe9a
commit 638a039ad3

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"