From e509e6fe70576a23dde9991ccff5f25b4cad57f6 Mon Sep 17 00:00:00 2001 From: Artur Rocha Date: Wed, 6 Nov 2024 19:25:33 +0100 Subject: [PATCH] Nanosecond theme --- themes/Nanosecond.yml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 themes/Nanosecond.yml diff --git a/themes/Nanosecond.yml b/themes/Nanosecond.yml new file mode 100644 index 00000000..b8c6c655 --- /dev/null +++ b/themes/Nanosecond.yml @@ -0,0 +1,27 @@ +--- +name: 'Nanosecond' +author: '' # 'AUTHOR NAME (http://WEBSITE.com)' +variant: '' # dark or light + +color_01: '#000000' # Black (Host) +color_02: '#FF0000' # Red (Syntax string) +color_03: '#00AA00' # Green (Command) +color_04: '#FFAA00' # Yellow (Command second) +color_05: '#00AAFF' # Blue (Path) +color_06: '#FF00FF' # Magenta (Syntax var) +color_07: '#AA00AA' # Cyan (Prompt) +color_08: '#AAAAAA' # White + +color_09: '#555555' # Bright Black +color_10: '#FF5555' # Bright Red (Command error) +color_11: '#80FF80' # Bright Green (Exec) +color_12: '#FFFF80' # Bright Yellow +color_13: '#AACCFF' # Bright Blue (Folder) +color_14: '#FFAAFF' # Bright Magenta +color_15: '#80FFFF' # Bright Cyan +color_16: '#FFFFFF' # Bright White + +background: '#112233' # Background +foreground: '#FAFAFA' # Foreground (Text) + +cursor: '#FAFAFA' # Cursor