mirror of
https://github.com/Mayccoll/Gogh.git
synced 2023-08-10 21:12:46 +03:00
26 lines
813 B
YAML
26 lines
813 B
YAML
|
---
|
||
|
name: 'Ibm 3270 (High Contrast)'
|
||
|
|
||
|
color_01: '#000000' # Black (Host)
|
||
|
color_02: '#FF0000' # Red (Syntax string)
|
||
|
color_03: '#00FF00' # Green (Command)
|
||
|
color_04: '#FFFF00' # Yellow (Command second)
|
||
|
color_05: '#00BFFF' # Blue (Path)
|
||
|
color_06: '#FFC0CB' # Magenta (Syntax var)
|
||
|
color_07: '#40E0D0' # Cyan (Prompt)
|
||
|
color_08: '#BEBEBE' # White
|
||
|
|
||
|
color_09: '#414141' # Bright Black
|
||
|
color_10: '#FFA500' # Bright Red (Command error)
|
||
|
color_11: '#98FB98' # Bright Green (Exec)
|
||
|
color_12: '#FFFF00' # Bright Yellow
|
||
|
color_13: '#0000CD' # Bright Blue (Folder)
|
||
|
color_14: '#A020F0' # Bright Magenta
|
||
|
color_15: '#AEEEEE' # Bright Cyan
|
||
|
color_16: '#FFFFFF' # Bright White
|
||
|
|
||
|
background: '#000000' # Background
|
||
|
foreground: '#FDFDFD' # Foreground (Text)
|
||
|
|
||
|
cursor: '#FDFDFD' # Cursor
|