diff --git a/themes/Modus Operandi Tinted.yml b/themes/Modus Operandi Tinted.yml new file mode 100644 index 00000000..c6438ec4 --- /dev/null +++ b/themes/Modus Operandi Tinted.yml @@ -0,0 +1,25 @@ +--- +name: 'Modus Operandi Tinted' + +color_01: '#fbf7f0' # Black (Host) OK +color_02: '#a60000' # Red (Syntax string) OK +color_03: '#006800' # Green (Command) OK +color_04: '#6f5500' # Yellow (Command second) +color_05: '#0031a9' # Blue (Path) +color_06: '#721045' # Magenta (Syntax var) +color_07: '#005e8b' # Cyan (Prompt) +color_08: '#000000' # White + +color_09: '#efe9dd' # Bright Black +color_10: '#d00000' # Bright Red (Command error) +color_11: '#008900' # Bright Green (Exec) +color_12: '#808000' # Bright Yellow +color_13: '#0000ff' # Bright Blue (Folder) +color_14: '#dd22dd' # Bright Magenta +color_15: '#008899' # Bright Cyan +color_16: '#595959' # Bright White + +background: '#fbf7f0' # Background +foreground: '#000000' # Foreground (Text) + +cursor: '#000000' # Cursor diff --git a/themes/Modus Operandi.yml b/themes/Modus Operandi.yml new file mode 100644 index 00000000..3961bd1a --- /dev/null +++ b/themes/Modus Operandi.yml @@ -0,0 +1,25 @@ +--- +name: 'Modus Operandi' + +color_01: '#ffffff' # Black (Host) +color_02: '#a60000' # Red (Syntax string) +color_03: '#006800' # Green (Command) +color_04: '#6f5500' # Yellow (Command second) +color_05: '#0031a9' # Blue (Path) +color_06: '#721045' # Magenta (Syntax var) +color_07: '#005e8b' # Cyan (Prompt) +color_08: '#000000' # White + +color_09: '#f2f2f2' # Bright Black +color_10: '#d00000' # Bright Red (Command error) +color_11: '#008900' # Bright Green (Exec) +color_12: '#808000' # Bright Yellow +color_13: '#0000ff' # Bright Blue (Folder) +color_14: '#dd22dd' # Bright Magenta +color_15: '#008899' # Bright Cyan +color_16: '#595959' # Bright White + +background: '#ffffff' # Background +foreground: '#000000' # Foreground (Text) + +cursor: '#000000' # Cursor diff --git a/themes/Modus Vivendi Tinted.yml b/themes/Modus Vivendi Tinted.yml new file mode 100644 index 00000000..677daed1 --- /dev/null +++ b/themes/Modus Vivendi Tinted.yml @@ -0,0 +1,25 @@ +--- +name: 'Modus Vivendi Tinted' + +color_01: '#0d0e1c' # Black (Host) +color_02: '#ff5f59' # Red (Syntax string) +color_03: '#44bc44' # Green (Command) +color_04: '#d0bc00' # Yellow (Command second) +color_05: '#2fafff' # Blue (Path) +color_06: '#feacd0' # Magenta (Syntax var) +color_07: '#00d3d0' # Cyan (Prompt) +color_08: '#ffffff' # White + +color_09: '#1d2235' # Bright Black +color_10: '#ff5f5f' # Bright Red (Command error) +color_11: '#44df44' # Bright Green (Exec) +color_12: '#efef00' # Bright Yellow +color_13: '#338fff' # Bright Blue (Folder) +color_14: '#ff66ff' # Bright Magenta +color_15: '#00eff0' # Bright Cyan +color_16: '#989898' # Bright White + +background: '#0d0e1c' # Background +foreground: '#ffffff' # Foreground (Text) + +cursor: '#ffffff' # Cursor diff --git a/themes/Modus Vivendi.yml b/themes/Modus Vivendi.yml new file mode 100644 index 00000000..367f2ff9 --- /dev/null +++ b/themes/Modus Vivendi.yml @@ -0,0 +1,25 @@ +--- +name: 'Modus Vivendi' + +color_01: "#000000" # Black (Host) +color_02: "#ff5f59" # Red (Syntax string) +color_03: "#44bc44" # Green (Command) +color_04: "#d0bc00" # Yellow (Command second) +color_05: "#2fafff" # Blue (Path) +color_06: "#feacd0" # Magenta (Syntax var) +color_07: "#00d3d0" # Cyan (Prompt) +color_08: "#ffffff" # White + +color_09: "#1e1e1e" # Bright Black +color_10: "#ff5f5f" # Bright Red (Command error) +color_11: "#44df44" # Bright Green (Exec) +color_12: "#efef00" # Bright Yellow +color_13: "#338fff" # Bright Blue (Folder) +color_14: "#ff66ff" # Bright Magenta +color_15: "#00eff0" # Bright Cyan +color_16: "#989898" # Bright White + +background: '#000000' # Background +foreground: '#ffffff' # Foreground (Text) + +cursor: '#ffffff' # Cursor