mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-24 03:50:24 +10:00
Fixing error in color schemes.
This commit is contained in:
@@ -248,59 +248,58 @@ schemes:
|
|||||||
|
|
||||||
# Dracula
|
# Dracula
|
||||||
dracula: &dracula
|
dracula: &dracula
|
||||||
colors:
|
primary:
|
||||||
primary:
|
background: '#282a36'
|
||||||
|
foreground: '#f8f8f2'
|
||||||
|
cursor:
|
||||||
|
text: CellBackground
|
||||||
|
cursor: CellForeground
|
||||||
|
vi_mode_cursor:
|
||||||
|
text: CellBackground
|
||||||
|
cursor: CellForeground
|
||||||
|
search:
|
||||||
|
matches:
|
||||||
|
foreground: '#44475a'
|
||||||
|
background: '#50fa7b'
|
||||||
|
focused_match:
|
||||||
|
foreground: '#44475a'
|
||||||
|
background: '#ffb86c'
|
||||||
|
bar:
|
||||||
background: '#282a36'
|
background: '#282a36'
|
||||||
foreground: '#f8f8f2'
|
foreground: '#f8f8f2'
|
||||||
cursor:
|
line_indicator:
|
||||||
text: CellBackground
|
foreground: None
|
||||||
cursor: CellForeground
|
background: None
|
||||||
vi_mode_cursor:
|
selection:
|
||||||
text: CellBackground
|
text: CellForeground
|
||||||
cursor: CellForeground
|
background: '#44475a'
|
||||||
search:
|
normal:
|
||||||
matches:
|
black: '#000000'
|
||||||
foreground: '#44475a'
|
red: '#ff5555'
|
||||||
background: '#50fa7b'
|
green: '#50fa7b'
|
||||||
focused_match:
|
yellow: '#f1fa8c'
|
||||||
foreground: '#44475a'
|
blue: '#bd93f9'
|
||||||
background: '#ffb86c'
|
magenta: '#ff79c6'
|
||||||
bar:
|
cyan: '#8be9fd'
|
||||||
background: '#282a36'
|
white: '#bfbfbf'
|
||||||
foreground: '#f8f8f2'
|
bright:
|
||||||
line_indicator:
|
black: '#4d4d4d'
|
||||||
foreground: None
|
red: '#ff6e67'
|
||||||
background: None
|
green: '#5af78e'
|
||||||
selection:
|
yellow: '#f4f99d'
|
||||||
text: CellForeground
|
blue: '#caa9fa'
|
||||||
background: '#44475a'
|
magenta: '#ff92d0'
|
||||||
normal:
|
cyan: '#9aedfe'
|
||||||
black: '#000000'
|
white: '#e6e6e6'
|
||||||
red: '#ff5555'
|
dim:
|
||||||
green: '#50fa7b'
|
black: '#14151b'
|
||||||
yellow: '#f1fa8c'
|
red: '#ff2222'
|
||||||
blue: '#bd93f9'
|
green: '#1ef956'
|
||||||
magenta: '#ff79c6'
|
yellow: '#ebf85b'
|
||||||
cyan: '#8be9fd'
|
blue: '#4d5b86'
|
||||||
white: '#bfbfbf'
|
magenta: '#ff46b0'
|
||||||
bright:
|
cyan: '#59dffc'
|
||||||
black: '#4d4d4d'
|
white: '#e6e6d1'
|
||||||
red: '#ff6e67'
|
|
||||||
green: '#5af78e'
|
|
||||||
yellow: '#f4f99d'
|
|
||||||
blue: '#caa9fa'
|
|
||||||
magenta: '#ff92d0'
|
|
||||||
cyan: '#9aedfe'
|
|
||||||
white: '#e6e6e6'
|
|
||||||
dim:
|
|
||||||
black: '#14151b'
|
|
||||||
red: '#ff2222'
|
|
||||||
green: '#1ef956'
|
|
||||||
yellow: '#ebf85b'
|
|
||||||
blue: '#4d5b86'
|
|
||||||
magenta: '#ff46b0'
|
|
||||||
cyan: '#59dffc'
|
|
||||||
white: '#e6e6d1'
|
|
||||||
|
|
||||||
# Colors (Solarized Light)
|
# Colors (Solarized Light)
|
||||||
solarized-light: &solarized-light
|
solarized-light: &solarized-light
|
||||||
|
|||||||
Reference in New Issue
Block a user