-
Notifications
You must be signed in to change notification settings - Fork 596
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #436 from gustavofsantos/modus_themes
Modus Themes
- Loading branch information
Showing
4 changed files
with
100 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |