diff --git a/themes/Seoul256 Light.yml b/themes/Seoul256 Light.yml new file mode 100644 index 00000000..1a141231 --- /dev/null +++ b/themes/Seoul256 Light.yml @@ -0,0 +1,25 @@ +--- +name: 'Seoul256 Light' + +color_01: '#4e4e4e' # Black (Host) +color_02: '#af5f5f' # Red (Syntax string) +color_03: '#5f885f' # Green (Command) +color_04: '#af8760' # Yellow (Command second) +color_05: '#5f87ae' # Blue (Path) +color_06: '#875f87' # Magenta (Syntax var) +color_07: '#5f8787' # Cyan (Prompt) +color_08: '#e4e4e4' # White + +color_09: '#3a3a3a' # Bright Black +color_10: '#870100' # Bright Red (Command error) +color_11: '#005f00' # Bright Green (Exec) +color_12: '#d8865f' # Bright Yellow +color_13: '#0087af' # Bright Blue (Folder) +color_14: '#87025f' # Bright Magenta +color_15: '#008787' # Bright Cyan +color_16: '#eeeeee' # Bright White + +background: '#dadada' # Background +foreground: '#4e4e4e' # Foreground (Text) + +cursor: '#4e4e4e' # Cursor diff --git a/themes/Seoul256.yml b/themes/Seoul256.yml new file mode 100644 index 00000000..67a1d0f1 --- /dev/null +++ b/themes/Seoul256.yml @@ -0,0 +1,25 @@ +--- +name: 'Seoul256' + +color_01: '#4e4e4e' # Black (Host) +color_02: '#d68787' # Red (Syntax string) +color_03: '#5f865f' # Green (Command) +color_04: '#d8af5f' # Yellow (Command second) +color_05: '#85add4' # Blue (Path) +color_06: '#d7afaf' # Magenta (Syntax var) +color_07: '#87afaf' # Cyan (Prompt) +color_08: '#d0d0d0' # White + +color_09: '#626262' # Bright Black +color_10: '#d75f87' # Bright Red (Command error) +color_11: '#87af87' # Bright Green (Exec) +color_12: '#ffd787' # Bright Yellow +color_13: '#add4fb' # Bright Blue (Folder) +color_14: '#ffafaf' # Bright Magenta +color_15: '#87d7d7' # Bright Cyan +color_16: '#e4e4e4' # Bright White + +background: '#3a3a3a' # Background +foreground: '#d0d0d0' # Foreground (Text) + +cursor: '#d0d0d0' # Cursor