|
@@ -188,8 +188,8 @@ font:
|
|
|
colors:
|
|
|
# Default colors
|
|
|
primary:
|
|
|
- background: '0x263238'
|
|
|
- foreground: '0xeceff1'
|
|
|
+ #background: '0x263238'
|
|
|
+ #foreground: '0xeceff1'
|
|
|
|
|
|
# Bright and dim foreground colors
|
|
|
#
|
|
@@ -279,26 +279,34 @@ colors:
|
|
|
#selection:
|
|
|
# text: CellBackground
|
|
|
# background: CellForeground
|
|
|
+ colors:
|
|
|
+ # Default colors
|
|
|
+ primary:
|
|
|
+ background: '0x1d1f21'
|
|
|
+ foreground: '0xc5c8c6'
|
|
|
+
|
|
|
+ # Normal colors
|
|
|
normal:
|
|
|
- black: '0x263238'
|
|
|
- red: '0xff9800'
|
|
|
- green: '0x8bc34a'
|
|
|
- yellow: '0xffc107'
|
|
|
- blue: '0x03a9f4'
|
|
|
- magenta: '0xe91e63'
|
|
|
- cyan: '0x009688'
|
|
|
- white: '0xcfd8dc'
|
|
|
-
|
|
|
+ black: '0x1d1f21'
|
|
|
+ red: '0xcc6666'
|
|
|
+ green: '0xb5bd68'
|
|
|
+ yellow: '0xf0c674'
|
|
|
+ blue: '0x81a2be'
|
|
|
+ magenta: '0xb294bb'
|
|
|
+ cyan: '0x8abeb7'
|
|
|
+ white: '0xc5c8c6'
|
|
|
+
|
|
|
+ # Bright colors
|
|
|
bright:
|
|
|
- black: '0x37474f'
|
|
|
- red: '0xffa74d'
|
|
|
- green: '0x9ccc65'
|
|
|
- yellow: '0xffa000'
|
|
|
- blue: '0x81d4fa'
|
|
|
- magenta: '0xad1457'
|
|
|
- cyan: '0x26a69a'
|
|
|
- white: '0xeceff1'
|
|
|
- # Dim colors
|
|
|
+ black: '0x969896'
|
|
|
+ red: '0xcc6666'
|
|
|
+ green: '0xb5bd68'
|
|
|
+ yellow: '0xf0c674'
|
|
|
+ blue: '0x81a2be'
|
|
|
+ magenta: '0xb294bb'
|
|
|
+ cyan: '0x8abeb7'
|
|
|
+ white: '0xffffff'
|
|
|
+ # Dim colors
|
|
|
#
|
|
|
# If the dim colors are not set, they will be calculated automatically based
|
|
|
# on the `normal` colors.
|