From ceca275f6806ccbf12607f7603b54529a235d8a1 Mon Sep 17 00:00:00 2001 From: Alex Salois Date: Sat, 25 May 2024 12:07:42 -0600 Subject: [PATCH] Added the Iceberg Theme --- themes/Iceberg.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 themes/Iceberg.yml diff --git a/themes/Iceberg.yml b/themes/Iceberg.yml new file mode 100644 index 00000000..018e12b6 --- /dev/null +++ b/themes/Iceberg.yml @@ -0,0 +1,25 @@ +--- +name: 'Iceberg' + +color_01: '#161821' # Black (Host) +color_02: '#e27878' # Red (Syntax string) +color_03: '#b4be82' # Green (Command) +color_04: '#e2a478' # Yellow (Command second) +color_05: '#84a0c6' # Blue (Path) +color_06: '#a093c7' # Magenta (Syntax var) +color_07: '#89b8c2' # Cyan (Prompt) +color_08: '#c6c8d1' # White + +color_09: '#6b7089' # Bright Black +color_10: '#e98989' # Bright Red (Command error) +color_11: '#c0ca8e' # Bright Green (Exec) +color_12: '#e9b189' # Bright Yellow +color_13: '#91acd1' # Bright Blue (Folder) +color_14: '#ada0d3' # Bright Magenta +color_15: '#95c4ce' # Bright Cyan +color_16: '#d2d4de' # Bright White + +background: '#161821' # Background +foreground: '#c6c8d1' # Foreground (Text) + +cursor: '#d2d4de' # Cursor