Remove theme from default theme (delayed logout)
This commit is contained in:
parent
48a53a1d27
commit
bf9e768015
|
@ -69,50 +69,6 @@ colors:
|
|||
text: CellBackground
|
||||
background: CellForeground
|
||||
|
||||
# Normal colors (gruvbox-ish)
|
||||
normal:
|
||||
black: '#282828'
|
||||
red: '#cc241d'
|
||||
green: '#98971a'
|
||||
yellow: '#d79921'
|
||||
blue: '#458588'
|
||||
magenta: '#b16286'
|
||||
cyan: '#68986a'
|
||||
white: '#a89984'
|
||||
|
||||
# Bright colors
|
||||
#bright:
|
||||
#black: '#928374'
|
||||
#red: '#fb4934'
|
||||
#green: '#b8bb26'
|
||||
#yellow: '#fabd2f'
|
||||
#blue: '#83a598'
|
||||
#magenta: '#d3869b'
|
||||
#cyan: '#8ec07c'
|
||||
#white: '#ebdbb2'
|
||||
|
||||
# Dim colors
|
||||
|
||||
# If the dim colors are not set, they will be calculated automatically based
|
||||
# on the `normal` colors.
|
||||
#dim:
|
||||
# black: '#131415'
|
||||
# red: '#864343'
|
||||
# green: '#777c44'
|
||||
# yellow: '#9e824c'
|
||||
# blue: '#556a7d'
|
||||
# magenta: '#75617b'
|
||||
# cyan: '#5b7d78'
|
||||
# white: '#828482'
|
||||
|
||||
# Indexed Colors
|
||||
#
|
||||
# The indexed colors include all colors from 16 to 256.
|
||||
# When these are not set, they're filled with sensible defaults.
|
||||
#
|
||||
# Example:
|
||||
# `- { index: 16, color: '#ff00ff' }`
|
||||
#
|
||||
indexed_colors: [
|
||||
{ index: 24, color: '#076678' },
|
||||
{ index: 66, color: '#427b58' },
|
||||
|
|
Loading…
Reference in New Issue