Remove tmux, themes
This commit is contained in:
@ -1,52 +0,0 @@
|
||||
colors:
|
||||
primary:
|
||||
background: '#161c23'
|
||||
foreground: '#c6b8ad'
|
||||
bright_foreground: '#e5ded6'
|
||||
cursor:
|
||||
text: CellBackground
|
||||
cursor: CellForeground
|
||||
vi_mode_cursor:
|
||||
text: CellBackground
|
||||
cursor: CellForeground
|
||||
search:
|
||||
matches:
|
||||
foreground: CellForeground
|
||||
background: '#313f4e'
|
||||
focused_match:
|
||||
foreground: '#e5ded6'
|
||||
background: '#313f4e'
|
||||
footer_bar:
|
||||
background: '#e5ded6'
|
||||
foreground: '#313f4e'
|
||||
hints:
|
||||
start:
|
||||
foreground: '#232d38'
|
||||
background: '#23a580'
|
||||
end:
|
||||
foreground: '#23a580'
|
||||
background: '#232d38'
|
||||
line_indicator:
|
||||
foreground: None
|
||||
background: None
|
||||
selection:
|
||||
text: CellForeground
|
||||
background: '#313f4e'
|
||||
normal:
|
||||
black: '#161c23'
|
||||
red: '#d32c5d'
|
||||
green: '#57a331'
|
||||
yellow: '#dc7759'
|
||||
blue: '#36b2d4'
|
||||
magenta: '#b759dc'
|
||||
cyan: '#23a580'
|
||||
white: '#c6b8ad'
|
||||
bright:
|
||||
black: '#415367'
|
||||
red: '#dc597f'
|
||||
green: '#7fdc59'
|
||||
yellow: '#dcb659'
|
||||
blue: '#59dcd8'
|
||||
magenta: '#dc59c0'
|
||||
cyan: '#59dcb7'
|
||||
white: '#e5ded6'
|
@ -1,52 +0,0 @@
|
||||
colors:
|
||||
primary:
|
||||
foreground: '#161c23'
|
||||
background: '#c6b8ad'
|
||||
bright_foreground: '#e5ded6'
|
||||
cursor:
|
||||
text: CellBackground
|
||||
cursor: CellForeground
|
||||
vi_mode_cursor:
|
||||
text: CellBackground
|
||||
cursor: CellForeground
|
||||
search:
|
||||
matches:
|
||||
background: CellForeground
|
||||
foreground: '#313f4e'
|
||||
focused_match:
|
||||
background: '#e5ded6'
|
||||
foreground: '#313f4e'
|
||||
footer_bar:
|
||||
foreground: '#e5ded6'
|
||||
background: '#313f4e'
|
||||
hints:
|
||||
start:
|
||||
background: '#232d38'
|
||||
foreground: '#23a580'
|
||||
end:
|
||||
background: '#23a580'
|
||||
foreground: '#232d38'
|
||||
line_indicator:
|
||||
background: None
|
||||
foreground: None
|
||||
selection:
|
||||
text: CellForeground
|
||||
foreground: '#313f4e'
|
||||
normal:
|
||||
black: '#161c23'
|
||||
red: '#d32c5d'
|
||||
green: '#57a331'
|
||||
yellow: '#dc7759'
|
||||
blue: '#36b2d4'
|
||||
magenta: '#b759dc'
|
||||
cyan: '#23a580'
|
||||
white: '#c6b8ad'
|
||||
bright:
|
||||
black: '#415367'
|
||||
red: '#dc597f'
|
||||
green: '#7fdc59'
|
||||
yellow: '#dcb659'
|
||||
blue: '#59dcd8'
|
||||
magenta: '#dc59c0'
|
||||
cyan: '#59dcb7'
|
||||
white: '#e5ded6'
|
@ -1,24 +0,0 @@
|
||||
colors:
|
||||
primary:
|
||||
background: "0x2c2e34"
|
||||
foreground: "0xe2e2e3"
|
||||
|
||||
normal:
|
||||
black: "0x181819"
|
||||
red: "0xfc5d7c"
|
||||
green: "0x9ed072"
|
||||
yellow: "0xe7c664"
|
||||
blue: "0x76cce0"
|
||||
magenta: "0xb39df3"
|
||||
cyan: "0xf39660"
|
||||
white: "0xe2e2e3"
|
||||
|
||||
bright:
|
||||
black: "0x181819"
|
||||
red: "0xfc5d7c"
|
||||
green: "0x9ed072"
|
||||
yellow: "0xe7c664"
|
||||
blue: "0x76cce0"
|
||||
magenta: "0xb39df3"
|
||||
cyan: "0xf39660"
|
||||
white: "0xe2e2e3"
|
@ -1,32 +0,0 @@
|
||||
# Tokyonight
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '0x1a1b26'
|
||||
foreground: '0xc0caf5'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '0x15161E'
|
||||
red: '0xf7768e'
|
||||
green: '0x9ece6a'
|
||||
yellow: '0xe0af68'
|
||||
blue: '0x7aa2f7'
|
||||
magenta: '0xbb9af7'
|
||||
cyan: '0x7dcfff'
|
||||
white: '0xa9b1d6'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '0x414868'
|
||||
red: '0xf7768e'
|
||||
green: '0x9ece6a'
|
||||
yellow: '0xe0af68'
|
||||
blue: '0x7aa2f7'
|
||||
magenta: '0xbb9af7'
|
||||
cyan: '0x7dcfff'
|
||||
white: '0xc0caf5'
|
||||
|
||||
indexed_colors:
|
||||
- { index: 16, color: '0xff9e64' }
|
||||
- { index: 17, color: '0xdb4b4b' }
|
Reference in New Issue
Block a user