mirror of
https://github.com/Mayccoll/Gogh.git
synced 2023-08-10 21:12:46 +03:00
26 lines
801 B
YAML
26 lines
801 B
YAML
---
|
|
name: 'Ic Green Ppl'
|
|
|
|
color_01: '#1F1F1F' # Black (Host)
|
|
color_02: '#FB002A' # Red (Syntax string)
|
|
color_03: '#339C24' # Green (Command)
|
|
color_04: '#659B25' # Yellow (Command second)
|
|
color_05: '#149B45' # Blue (Path)
|
|
color_06: '#53B82C' # Magenta (Syntax var)
|
|
color_07: '#2CB868' # Cyan (Prompt)
|
|
color_08: '#E0FFEF' # White
|
|
|
|
color_09: '#032710' # Bright Black
|
|
color_10: '#A7FF3F' # Bright Red (Command error)
|
|
color_11: '#9FFF6D' # Bright Green (Exec)
|
|
color_12: '#D2FF6D' # Bright Yellow
|
|
color_13: '#72FFB5' # Bright Blue (Folder)
|
|
color_14: '#50FF3E' # Bright Magenta
|
|
color_15: '#22FF71' # Bright Cyan
|
|
color_16: '#DAEFD0' # Bright White
|
|
|
|
background: '#3A3D3F' # Background
|
|
foreground: '#D9EFD3' # Foreground (Text)
|
|
|
|
cursor: '#D9EFD3' # Cursor
|