mirror of
https://github.com/ivabus/dotfiles
synced 2024-11-10 02:05:16 +03:00
Change theme back to solarized
This commit is contained in:
parent
9f4f7b56dd
commit
96765bbf9f
|
@ -28,57 +28,17 @@ font:
|
||||||
|
|
||||||
colors:
|
colors:
|
||||||
primary:
|
primary:
|
||||||
background: '#282a36'
|
background: '0x002b36'
|
||||||
foreground: '#f8f8f2'
|
foreground: '0x839496'
|
||||||
bright_foreground: '#ffffff'
|
|
||||||
cursor:
|
|
||||||
text: CellBackground
|
|
||||||
cursor: CellForeground
|
|
||||||
vi_mode_cursor:
|
|
||||||
text: CellBackground
|
|
||||||
cursor: CellForeground
|
|
||||||
search:
|
|
||||||
matches:
|
|
||||||
foreground: '#44475a'
|
|
||||||
background: '#50fa7b'
|
|
||||||
focused_match:
|
|
||||||
foreground: '#44475a'
|
|
||||||
background: '#ffb86c'
|
|
||||||
footer_bar:
|
|
||||||
background: '#282a36'
|
|
||||||
foreground: '#f8f8f2'
|
|
||||||
hints:
|
|
||||||
start:
|
|
||||||
foreground: '#282a36'
|
|
||||||
background: '#f1fa8c'
|
|
||||||
end:
|
|
||||||
foreground: '#f1fa8c'
|
|
||||||
background: '#282a36'
|
|
||||||
line_indicator:
|
|
||||||
foreground: None
|
|
||||||
background: None
|
|
||||||
selection:
|
|
||||||
text: CellForeground
|
|
||||||
background: '#44475a'
|
|
||||||
normal:
|
normal:
|
||||||
black: '#21222c'
|
black: '0x073642'
|
||||||
red: '#ff5555'
|
red: '0xdc322f'
|
||||||
green: '#50fa7b'
|
green: '0x859900'
|
||||||
yellow: '#f1fa8c'
|
yellow: '0xb58900'
|
||||||
blue: '#bd93f9'
|
blue: '0x268bd2'
|
||||||
magenta: '#ff79c6'
|
magenta: '0xd33682'
|
||||||
cyan: '#8be9fd'
|
cyan: '0x2aa198'
|
||||||
white: '#f8f8f2'
|
white: '0xeee8d5'
|
||||||
bright:
|
|
||||||
black: '#6272a4'
|
|
||||||
red: '#ff6e6e'
|
|
||||||
green: '#69ff94'
|
|
||||||
yellow: '#ffffa5'
|
|
||||||
blue: '#d6acff'
|
|
||||||
magenta: '#ff92df'
|
|
||||||
cyan: '#a4ffff'
|
|
||||||
white: '#ffffff'
|
|
||||||
|
|
||||||
cursor:
|
cursor:
|
||||||
shape: Block
|
shape: Block
|
||||||
blinking: on
|
blinking: on
|
||||||
|
|
Loading…
Reference in a new issue