mirror of
https://github.com/Mayccoll/Gogh.git
synced 2023-08-10 21:12:46 +03:00
Added Apprentice theme
This commit is contained in:
parent
4d50d510cd
commit
e319952bf5
28
themes/Apprentice.yml
Normal file
28
themes/Apprentice.yml
Normal file
@ -0,0 +1,28 @@
|
||||
---
|
||||
|
||||
# https://romainl.github.io/Apprentice/
|
||||
|
||||
name: 'Apprentice'
|
||||
|
||||
color_01: '#1C1C1C' # Black (Host)
|
||||
color_02: '#AF5F5F' # Red (Syntax string)
|
||||
color_03: '#5F875F' # Green (Command)
|
||||
color_04: '#87875F' # Yellow (Command second)
|
||||
color_05: '#5F87AF' # Blue (Path)
|
||||
color_06: '#5F5F87' # Magenta (Syntax var)
|
||||
color_07: '#5F8787' # Cyan (Prompt)
|
||||
color_08: '#6C6C6C' # White
|
||||
|
||||
color_09: '#444444' # Bright Black
|
||||
color_10: '#FF8700' # Bright Red (Command error)
|
||||
color_11: '#87AF87' # Bright Green (Exec)
|
||||
color_12: '#FFFFAF' # Bright Yellow
|
||||
color_13: '#8FAFD7' # Bright Blue (Folder)
|
||||
color_14: '#8787AF' # Bright Magenta
|
||||
color_15: '#5FAFAF' # Bright Cyan
|
||||
color_16: '#FFFFFF' # Bright White
|
||||
|
||||
background: '#262626' # Background
|
||||
foreground: '#BCBCBC' # Foreground (Text)
|
||||
|
||||
cursor: '#BCBCBC' # Cursor
|
Loading…
Reference in New Issue
Block a user