From e319952bf5388d4b6092acec01790a2ab272c09e Mon Sep 17 00:00:00 2001 From: Zaar Hai Date: Sun, 9 Jul 2023 15:55:06 +1000 Subject: [PATCH] Added Apprentice theme --- themes/Apprentice.yml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 themes/Apprentice.yml diff --git a/themes/Apprentice.yml b/themes/Apprentice.yml new file mode 100644 index 0000000..041441b --- /dev/null +++ b/themes/Apprentice.yml @@ -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