Skip to content

Commit

Permalink
Merge pull request #387 from haizaar/Apprentice
Browse files Browse the repository at this point in the history
Added Apprentice theme
  • Loading branch information
Mgldvd authored Jul 9, 2023
2 parents 4d50d51 + e319952 commit 6ac23a6
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions themes/Apprentice.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 6ac23a6

Please sign in to comment.