mirror of
https://github.com/Mayccoll/Gogh.git
synced 2023-08-10 21:12:46 +03:00
26 lines
798 B
YAML
26 lines
798 B
YAML
|
---
|
||
|
name: 'Symphonic'
|
||
|
|
||
|
color_01: '#000000' # Black (Host)
|
||
|
color_02: '#DC322F' # Red (Syntax string)
|
||
|
color_03: '#56DB3A' # Green (Command)
|
||
|
color_04: '#FF8400' # Yellow (Command second)
|
||
|
color_05: '#0084D4' # Blue (Path)
|
||
|
color_06: '#B729D9' # Magenta (Syntax var)
|
||
|
color_07: '#CCCCFF' # Cyan (Prompt)
|
||
|
color_08: '#FFFFFF' # White
|
||
|
|
||
|
color_09: '#1B1D21' # Bright Black
|
||
|
color_10: '#DC322F' # Bright Red (Command error)
|
||
|
color_11: '#56DB3A' # Bright Green (Exec)
|
||
|
color_12: '#FF8400' # Bright Yellow
|
||
|
color_13: '#0084D4' # Bright Blue (Folder)
|
||
|
color_14: '#B729D9' # Bright Magenta
|
||
|
color_15: '#CCCCFF' # Bright Cyan
|
||
|
color_16: '#FFFFFF' # Bright White
|
||
|
|
||
|
background: '#000000' # Background
|
||
|
foreground: '#FFFFFF' # Foreground (Text)
|
||
|
|
||
|
cursor: '#FFFFFF' # Cursor
|