mirror of
https://github.com/Mayccoll/Gogh.git
synced 2023-08-10 21:12:46 +03:00
26 lines
797 B
YAML
26 lines
797 B
YAML
---
|
|
name: 'Darkside'
|
|
|
|
color_01: '#000000' # Black (Host)
|
|
color_02: '#E8341C' # Red (Syntax string)
|
|
color_03: '#68C256' # Green (Command)
|
|
color_04: '#F2D42C' # Yellow (Command second)
|
|
color_05: '#1C98E8' # Blue (Path)
|
|
color_06: '#8E69C9' # Magenta (Syntax var)
|
|
color_07: '#1C98E8' # Cyan (Prompt)
|
|
color_08: '#BABABA' # White
|
|
|
|
color_09: '#000000' # Bright Black
|
|
color_10: '#E05A4F' # Bright Red (Command error)
|
|
color_11: '#77B869' # Bright Green (Exec)
|
|
color_12: '#EFD64B' # Bright Yellow
|
|
color_13: '#387CD3' # Bright Blue (Folder)
|
|
color_14: '#957BBE' # Bright Magenta
|
|
color_15: '#3D97E2' # Bright Cyan
|
|
color_16: '#BABABA' # Bright White
|
|
|
|
background: '#222324' # Background
|
|
foreground: '#BABABA' # Foreground (Text)
|
|
|
|
cursor: '#BABABA' # Cursor
|