add TokyoNight theme
This commit is contained in:
parent
ee46d57ac0
commit
0b6e908525
3 changed files with 92 additions and 25 deletions
|
@ -1,31 +1,63 @@
|
|||
# Colors (One Darker)
|
||||
colors:
|
||||
|
||||
# Onedarker
|
||||
# primary:
|
||||
# foreground: "#abb2bf"
|
||||
# background: "#282c34"
|
||||
#
|
||||
# # Normal colors
|
||||
# normal:
|
||||
# black: "#1b1d1e"
|
||||
# red: "#ff5995"
|
||||
# green: "#b6e354"
|
||||
# yellow: "#f3fd21"
|
||||
# blue: "#3f78ff"
|
||||
# magenta: "#9e6ffe"
|
||||
# cyan: "#23ced4"
|
||||
# white: "#abb2bf"
|
||||
#
|
||||
# # Bright colors
|
||||
# bright:
|
||||
# black: "#505354"
|
||||
# red: "#ff5995"
|
||||
# green: "#b6e354"
|
||||
# yellow: "#f3fd21"
|
||||
# blue: "#3f78ff"
|
||||
# magenta: "#9e6ffe"
|
||||
# cyan: "#23ced4"
|
||||
# white: "#f8f8f2"
|
||||
|
||||
# TokyoNight
|
||||
# Default colors
|
||||
primary:
|
||||
foreground: "#abb2bf"
|
||||
background: "#282c34"
|
||||
background: '0x1a1b26'
|
||||
foreground: '0xc0caf5'
|
||||
|
||||
# Normal colors
|
||||
# Normal colors
|
||||
normal:
|
||||
black: "#1b1d1e"
|
||||
red: "#ff5995"
|
||||
green: "#b6e354"
|
||||
yellow: "#f3fd21"
|
||||
blue: "#3f78ff"
|
||||
magenta: "#9e6ffe"
|
||||
cyan: "#23ced4"
|
||||
white: "#abb2bf"
|
||||
black: '0x15161E'
|
||||
red: '0xf7768e'
|
||||
green: '0x9ece6a'
|
||||
yellow: '0xe0af68'
|
||||
blue: '0x7aa2f7'
|
||||
magenta: '0xbb9af7'
|
||||
cyan: '0x7dcfff'
|
||||
white: '0xa9b1d6'
|
||||
|
||||
# Bright colors
|
||||
# Bright colors
|
||||
bright:
|
||||
black: "#505354"
|
||||
red: "#ff5995"
|
||||
green: "#b6e354"
|
||||
yellow: "#f3fd21"
|
||||
blue: "#3f78ff"
|
||||
magenta: "#9e6ffe"
|
||||
cyan: "#23ced4"
|
||||
white: "#f8f8f2"
|
||||
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' }
|
||||
|
||||
transparent_background_colors: true
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue