-
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 #460 from atelierbram/base2tone
added Base2Tone colorschemes
- Loading branch information
Showing
20 changed files
with
500 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: 'Base2Tone Cave' | ||
|
||
color_01: '#222021' # Black (Host) | ||
color_02: '#936c7a' # Red (Syntax string) | ||
color_03: '#cca133' # Green (Command) | ||
color_04: '#ffcc4d' # Yellow (Command second) | ||
color_05: '#9c818b' # Blue (Path) | ||
color_06: '#cca133' # Magenta (Syntax var) | ||
color_07: '#d27998' # Cyan (Prompt) | ||
color_08: '#9f999b' # White | ||
|
||
color_09: '#635f60' # Bright Black | ||
color_10: '#ddaf3c' # Bright Red (Command error) | ||
color_11: '#2f2d2e' # Bright Green (Exec) | ||
color_12: '#565254' # Bright Yellow | ||
color_13: '#706b6d' # Bright Blue (Folder) | ||
color_14: '#f0a8c1' # Bright Magenta | ||
color_15: '#c39622' # Bright Cyan | ||
color_16: '#ffebf2' # Bright White | ||
|
||
background: '#222021' # Background | ||
foreground: '#9f999b' # Foreground (Text) | ||
|
||
cursor: '#996e00' # 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: 'Base2Tone Desert' | ||
|
||
color_01: '#292724' # Black (Host) | ||
color_02: '#816f4b' # Red (Syntax string) | ||
color_03: '#ec9255' # Green (Command) | ||
color_04: '#ffb380' # Yellow (Command second) | ||
color_05: '#957e50' # Blue (Path) | ||
color_06: '#ec9255' # Magenta (Syntax var) | ||
color_07: '#ac8e53' # Cyan (Prompt) | ||
color_08: '#ada594' # White | ||
|
||
color_09: '#7e7767' # Bright Black | ||
color_10: '#f29d63' # Bright Red (Command error) | ||
color_11: '#3d3a34' # Bright Green (Exec) | ||
color_12: '#615c51' # Bright Yellow | ||
color_13: '#908774' # Bright Blue (Folder) | ||
color_14: '#ddcba6' # Bright Magenta | ||
color_15: '#e58748' # Bright Cyan | ||
color_16: '#f2ead9' # Bright White | ||
|
||
background: '#292724' # Background | ||
foreground: '#ada594' # Foreground (Text) | ||
|
||
cursor: '#bc672f' # 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: 'Base2Tone Drawbridge' | ||
|
||
color_01: '#1b1f32' # Black (Host) | ||
color_02: '#627af4' # Red (Syntax string) | ||
color_03: '#67c9e4' # Green (Command) | ||
color_04: '#99e9ff' # Yellow (Command second) | ||
color_05: '#7289fd' # Blue (Path) | ||
color_06: '#67c9e4' # Magenta (Syntax var) | ||
color_07: '#8b9efd' # Cyan (Prompt) | ||
color_08: '#9094a7' # White | ||
|
||
color_09: '#51587b' # Bright Black | ||
color_10: '#75d5f0' # Bright Red (Command error) | ||
color_11: '#252a41' # Bright Green (Exec) | ||
color_12: '#444b6f' # Bright Yellow | ||
color_13: '#5e6587' # Bright Blue (Folder) | ||
color_14: '#c3cdfe' # Bright Magenta | ||
color_15: '#5cbcd6' # Bright Cyan | ||
color_16: '#e1e6ff' # Bright White | ||
|
||
background: '#1b1f32' # Background | ||
foreground: '#9094a7' # Foreground (Text) | ||
|
||
cursor: '#289dbd' # 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: 'Base2Tone Earth' | ||
|
||
color_01: '#322d29' # Black (Host) | ||
color_02: '#816d5f' # Red (Syntax string) | ||
color_03: '#d9b154' # Green (Command) | ||
color_04: '#fcc440' # Yellow (Command second) | ||
color_05: '#88786d' # Blue (Path) | ||
color_06: '#d9b154' # Magenta (Syntax var) | ||
color_07: '#967e6e' # Cyan (Prompt) | ||
color_08: '#b5a9a1' # White | ||
|
||
color_09: '#6a5f58' # Bright Black | ||
color_10: '#e6b84d' # Bright Red (Command error) | ||
color_11: '#3f3a37' # Bright Green (Exec) | ||
color_12: '#5b534d' # Bright Yellow | ||
color_13: '#796b63' # Bright Blue (Folder) | ||
color_14: '#dfb99f' # Bright Magenta | ||
color_15: '#cda956' # Bright Cyan | ||
color_16: '#fff3eb' # Bright White | ||
|
||
background: '#322d29' # Background | ||
foreground: '#b5a9a1' # Foreground (Text) | ||
|
||
cursor: '#9c8349' # 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: 'Base2Tone Evening' | ||
|
||
color_01: '#2a2734' # Black (Host) | ||
color_02: '#8a75f5' # Red (Syntax string) | ||
color_03: '#ffad5c' # Green (Command) | ||
color_04: '#ffcc99' # Yellow (Command second) | ||
color_05: '#9a86fd' # Blue (Path) | ||
color_06: '#ffad5c' # Magenta (Syntax var) | ||
color_07: '#afa0fe' # Cyan (Prompt) | ||
color_08: '#a4a1b5' # White | ||
|
||
color_09: '#6c6783' # Bright Black | ||
color_10: '#ffb870' # Bright Red (Command error) | ||
color_11: '#363342' # Bright Green (Exec) | ||
color_12: '#545167' # Bright Yellow | ||
color_13: '#787391' # Bright Blue (Folder) | ||
color_14: '#d9d2fe' # Bright Magenta | ||
color_15: '#ffa142' # Bright Cyan | ||
color_16: '#eeebff' # Bright White | ||
|
||
background: '#2a2734' # Background | ||
foreground: '#a4a1b5' # Foreground (Text) | ||
|
||
cursor: '#b37537' # 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: 'Base2Tone Field' | ||
|
||
color_01: '#18201e' # Black (Host) | ||
color_02: '#0fbda0' # Red (Syntax string) | ||
color_03: '#3be381' # Green (Command) | ||
color_04: '#85ffb8' # Yellow (Command second) | ||
color_05: '#25d0b4' # Blue (Path) | ||
color_06: '#3be381' # Magenta (Syntax var) | ||
color_07: '#40ddc3' # Cyan (Prompt) | ||
color_08: '#8ea4a0' # White | ||
|
||
color_09: '#5a6d6a' # Bright Black | ||
color_10: '#55ec94' # Bright Red (Command error) | ||
color_11: '#242e2c' # Bright Green (Exec) | ||
color_12: '#42524f' # Bright Yellow | ||
color_13: '#667a77' # Bright Blue (Folder) | ||
color_14: '#88f2e0' # Bright Magenta | ||
color_15: '#25d46e' # Bright Cyan | ||
color_16: '#a8fff1' # Bright White | ||
|
||
background: '#18201e' # Background | ||
foreground: '#8ea4a0' # Foreground (Text) | ||
|
||
cursor: '#00943e' # 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: 'Base2Tone Forest' | ||
|
||
color_01: '#2a2d2a' # Black (Host) | ||
color_02: '#5c705c' # Red (Syntax string) | ||
color_03: '#bfd454' # Green (Command) | ||
color_04: '#e5fb79' # Yellow (Command second) | ||
color_05: '#687d68' # Blue (Path) | ||
color_06: '#bfd454' # Magenta (Syntax var) | ||
color_07: '#8fae8f' # Cyan (Prompt) | ||
color_08: '#a1b5a1' # White | ||
|
||
color_09: '#535f53' # Bright Black | ||
color_10: '#cbe25a' # Bright Red (Command error) | ||
color_11: '#353b35' # Bright Green (Exec) | ||
color_12: '#485148' # Bright Yellow | ||
color_13: '#5e6e5e' # Bright Blue (Folder) | ||
color_14: '#c8e4c8' # Bright Magenta | ||
color_15: '#b1c44f' # Bright Cyan | ||
color_16: '#f0fff0' # Bright White | ||
|
||
background: '#2a2d2a' # Background | ||
foreground: '#a1b5a1' # Foreground (Text) | ||
|
||
cursor: '#818b4b' # 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: 'Base2Tone Garden' | ||
|
||
color_01: '#1e1f1e' # Black (Host) | ||
color_02: '#3fac39' # Red (Syntax string) | ||
color_03: '#db9257' # Green (Command) | ||
color_04: '#e0cab8' # Yellow (Command second) | ||
color_05: '#4cb946' # Blue (Path) | ||
color_06: '#db9257' # Magenta (Syntax var) | ||
color_07: '#6bcc66' # Cyan (Prompt) | ||
color_08: '#969c96' # White | ||
|
||
color_09: '#5d605c' # Bright Black | ||
color_10: '#dba070' # Bright Red (Command error) | ||
color_11: '#2b2c2a' # Bright Green (Exec) | ||
color_12: '#505350' # Bright Yellow | ||
color_13: '#696d69' # Bright Blue (Folder) | ||
color_14: '#b7e3b5' # Bright Magenta | ||
color_15: '#dd843c' # Bright Cyan | ||
color_16: '#dcf0db' # Bright White | ||
|
||
background: '#1e1f1e' # Background | ||
foreground: '#969c96' # Foreground (Text) | ||
|
||
cursor: '#bd5d0f' # 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: 'Base2Tone Heath' | ||
|
||
color_01: '#222022' # Black (Host) | ||
color_02: '#8f6c93' # Red (Syntax string) | ||
color_03: '#cc8c33' # Green (Command) | ||
color_04: '#ffd599' # Yellow (Command second) | ||
color_05: '#9a819c' # Blue (Path) | ||
color_06: '#cc8c33' # Magenta (Syntax var) | ||
color_07: '#cb79d2' # Cyan (Prompt) | ||
color_08: '#9e999f' # White | ||
|
||
color_09: '#635f63' # Bright Black | ||
color_10: '#d9b98c' # Bright Red (Command error) | ||
color_11: '#2f2d2f' # Bright Green (Exec) | ||
color_12: '#575158' # Bright Yellow | ||
color_13: '#6f6b70' # Bright Blue (Folder) | ||
color_14: '#eaa8f0' # Bright Magenta | ||
color_15: '#c38022' # Bright Cyan | ||
color_16: '#fdebff' # Bright White | ||
|
||
background: '#222022' # Background | ||
foreground: '#9e999f' # Foreground (Text) | ||
|
||
cursor: '#995900' # 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: 'Base2Tone Lake' | ||
|
||
color_01: '#192d34' # Black (Host) | ||
color_02: '#3e91ac' # Red (Syntax string) | ||
color_03: '#cbbb4d' # Green (Command) | ||
color_04: '#ffeb66' # Yellow (Command second) | ||
color_05: '#499fbc' # Blue (Path) | ||
color_06: '#cbbb4d' # Magenta (Syntax var) | ||
color_07: '#62b1cb' # Cyan (Prompt) | ||
color_08: '#7ba8b7' # White | ||
|
||
color_09: '#3d6876' # Bright Black | ||
color_10: '#d6c65c' # Bright Red (Command error) | ||
color_11: '#223c44' # Bright Green (Exec) | ||
color_12: '#335966' # Bright Yellow | ||
color_13: '#467686' # Bright Blue (Folder) | ||
color_14: '#a5d8e9' # Bright Magenta | ||
color_15: '#c4b031' # Bright Cyan | ||
color_16: '#e1f7ff' # Bright White | ||
|
||
background: '#192d34' # Background | ||
foreground: '#7ba8b7' # Foreground (Text) | ||
|
||
cursor: '#84740b' # 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: 'Base2Tone Lavender' | ||
|
||
color_01: '#201d2a' # Black (Host) | ||
color_02: '#9375f5' # Red (Syntax string) | ||
color_03: '#d294ff' # Green (Command) | ||
color_04: '#ecd1ff' # Yellow (Command second) | ||
color_05: '#a286fd' # Blue (Path) | ||
color_06: '#d294ff' # Magenta (Syntax var) | ||
color_07: '#b5a0fe' # Cyan (Prompt) | ||
color_08: '#9992b0' # White | ||
|
||
color_09: '#625a7c' # Bright Black | ||
color_10: '#dba8ff' # Bright Red (Command error) | ||
color_11: '#2c2839' # Bright Green (Exec) | ||
color_12: '#4b455f' # Bright Yellow | ||
color_13: '#6e658b' # Bright Blue (Folder) | ||
color_14: '#dcd2fe' # Bright Magenta | ||
color_15: '#ca80ff' # Bright Cyan | ||
color_16: '#efebff' # Bright White | ||
|
||
background: '#201d2a' # Background | ||
foreground: '#9992b0' # Foreground (Text) | ||
|
||
cursor: '#b042ff' # 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: 'Base2Tone Mall' | ||
|
||
color_01: '#1e1e1f' # Black (Host) | ||
color_02: '#a17efc' # Red (Syntax string) | ||
color_03: '#75bfff' # Green (Command) | ||
color_04: '#b3dbff' # Yellow (Command second) | ||
color_05: '#b294ff' # Blue (Path) | ||
color_06: '#75bfff' # Magenta (Syntax var) | ||
color_07: '#c5adff' # Cyan (Prompt) | ||
color_08: '#97959d' # White | ||
|
||
color_09: '#5e5c60' # Bright Black | ||
color_10: '#8ac8ff' # Bright Red (Command error) | ||
color_11: '#2b2b2c' # Bright Green (Exec) | ||
color_12: '#515053' # Bright Yellow | ||
color_13: '#6a686e' # Bright Blue (Folder) | ||
color_14: '#e5dbff' # Bright Magenta | ||
color_15: '#69b5f7' # Bright Cyan | ||
color_16: '#f4f0ff' # Bright White | ||
|
||
background: '#1e1e1f' # Background | ||
foreground: '#97959d' # Foreground (Text) | ||
|
||
cursor: '#3692e2' # 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: 'Base2Tone Meadow' | ||
|
||
color_01: '#192834' # Black (Host) | ||
color_02: '#277fbe' # Red (Syntax string) | ||
color_03: '#80bf40' # Green (Command) | ||
color_04: '#a6f655' # Yellow (Command second) | ||
color_05: '#4299d7' # Blue (Path) | ||
color_06: '#80bf40' # Magenta (Syntax var) | ||
color_07: '#47adf5' # Cyan (Prompt) | ||
color_08: '#7b9eb7' # White | ||
|
||
color_09: '#3d5e76' # Bright Black | ||
color_10: '#8cdd3c' # Bright Red (Command error) | ||
color_11: '#223644' # Bright Green (Exec) | ||
color_12: '#335166' # Bright Yellow | ||
color_13: '#466b86' # Bright Blue (Folder) | ||
color_14: '#afddfe' # Bright Magenta | ||
color_15: '#73b234' # Bright Cyan | ||
color_16: '#d1ecff' # Bright White | ||
|
||
background: '#192834' # Background | ||
foreground: '#7b9eb7' # Foreground (Text) | ||
|
||
cursor: '#4d8217' # 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: 'Base2Tone Morning' | ||
|
||
color_01: '#232834' # Black (Host) | ||
color_02: '#1659df' # Red (Syntax string) | ||
color_03: '#b29762' # Green (Command) | ||
color_04: '#e5ddcd' # Yellow (Command second) | ||
color_05: '#3d75e6' # Blue (Path) | ||
color_06: '#b29762' # Magenta (Syntax var) | ||
color_07: '#728fcb' # Cyan (Prompt) | ||
color_08: '#8d95a5' # White | ||
|
||
color_09: '#656e81' # Bright Black | ||
color_10: '#c6b28b' # Bright Red (Command error) | ||
color_11: '#31363f' # Bright Green (Exec) | ||
color_12: '#4f5664' # Bright Yellow | ||
color_13: '#707a8f' # Bright Blue (Folder) | ||
color_14: '#b7c9eb' # Bright Magenta | ||
color_15: '#9a7c42' # Bright Cyan | ||
color_16: '#dee6f7' # Bright White | ||
|
||
background: '#232834' # Background | ||
foreground: '#8d95a5' # Foreground (Text) | ||
|
||
cursor: '#594212' # 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: 'Base2Tone Motel' | ||
|
||
color_01: '#242323' # Black (Host) | ||
color_02: '#956f76' # Red (Syntax string) | ||
color_03: '#f8917c' # Green (Command) | ||
color_04: '#ffc8bd' # Yellow (Command second) | ||
color_05: '#a7868b' # Blue (Path) | ||
color_06: '#f8917c' # Magenta (Syntax var) | ||
color_07: '#b89da2' # Cyan (Prompt) | ||
color_08: '#a5979a' # White | ||
|
||
color_09: '#766b6c' # Bright Black | ||
color_10: '#ffa28f' # Bright Red (Command error) | ||
color_11: '#373434' # Bright Green (Exec) | ||
color_12: '#5a5354' # Bright Yellow | ||
color_13: '#86797b' # Bright Blue (Folder) | ||
color_14: '#dec9cc' # Bright Magenta | ||
color_15: '#f77c64' # Bright Cyan | ||
color_16: '#f0dbdf' # Bright White | ||
|
||
background: '#242323' # Background | ||
foreground: '#a5979a' # Foreground (Text) | ||
|
||
cursor: '#e24f32' # Cursor |
Oops, something went wrong.