Compare commits

..

No commits in common. "cd84e7a67d34e36862c568a7fd9fc1b0f3d29e1a" and "a3161dfaac858d237ef63db518a4564105d5f2f4" have entirely different histories.

View File

@ -1,35 +0,0 @@
# 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"