Skip to content

Commit

Permalink
Merge pull request #461 from atelierbram/base4tone
Browse files Browse the repository at this point in the history
added Base4Tone colorschemes
  • Loading branch information
Mgldvd authored Aug 21, 2024
2 parents b943766 + 4024d92 commit 953e34d
Show file tree
Hide file tree
Showing 19 changed files with 475 additions and 0 deletions.
25 changes: 25 additions & 0 deletions themes/Base4Tone Classic A.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: 'Base4Tone Classic A'

color_01: '#211d1c' # Black (Host)
color_02: '#8d9f04' # Red (Syntax string)
color_03: '#dd40a4' # Green (Command)
color_04: '#f17ec7' # Yellow (Command second)
color_05: '#eb8275' # Blue (Path)
color_06: '#dc9118' # Magenta (Syntax var)
color_07: '#e963b8' # Cyan (Prompt)
color_08: '#eee8e8' # White

color_09: '#0d0807' # Bright Black
color_10: '#b9cf17' # Bright Red (Command error)
color_11: '#f391cf' # Bright Green (Exec)
color_12: '#f6b1dd' # Bright Yellow
color_13: '#f8cac3' # Bright Blue (Folder)
color_14: '#e8a02c' # Bright Magenta
color_15: '#fbbab1' # Bright Cyan
color_16: '#f9f6f6' # Bright White

background: '#211d1c' # Background
foreground: '#a19391' # Foreground (Text)

cursor: '#81747c' # Cursor
25 changes: 25 additions & 0 deletions themes/Base4Tone Classic B.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: 'Base4Tone Classic B'

color_01: '#211e1c' # Black (Host)
color_02: '#669f04' # Red (Syntax string)
color_03: '#de5745' # Green (Command)
color_04: '#f18c7e' # Yellow (Command second)
color_05: '#e78b55' # Blue (Path)
color_06: '#c1aa15' # Magenta (Syntax var)
color_07: '#e97263' # Cyan (Prompt)
color_08: '#eeeae8' # White

color_09: '#0d0907' # Bright Black
color_10: '#8bcf17' # Bright Red (Command error)
color_11: '#f39c91' # Bright Green (Exec)
color_12: '#fbbab1' # Bright Yellow
color_13: '#f7cdb6' # Bright Blue (Folder)
color_14: '#dcc218' # Bright Magenta
color_15: '#f5c1a3' # Bright Cyan
color_16: '#f9f7f6' # Bright White

background: '#211e1c' # Background
foreground: '#a29790' # Foreground (Text)

cursor: '#847371' # Cursor
25 changes: 25 additions & 0 deletions themes/Base4Tone Classic C.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: 'Base4Tone Classic C'

color_01: '#221f1c' # Black (Host)
color_02: '#049a61' # Red (Syntax string)
color_03: '#de5745' # Green (Command)
color_04: '#f18c7e' # Yellow (Command second)
color_05: '#e6971a' # Blue (Path)
color_06: '#adc115' # Magenta (Syntax var)
color_07: '#e97263' # Cyan (Prompt)
color_08: '#eeebe8' # White

color_09: '#0d0b07' # Bright Black
color_10: '#16ca85' # Bright Red (Command error)
color_11: '#f39c91' # Bright Green (Exec)
color_12: '#fbbab1' # Bright Yellow
color_13: '#f5d8a8' # Bright Blue (Folder)
color_14: '#c5dc18' # Bright Magenta
color_15: '#f3cd91' # Bright Cyan
color_16: '#f9f8f6' # Bright White

background: '#221f1c' # Background
foreground: '#a39b8f' # Foreground (Text)

cursor: '#847371' # Cursor
25 changes: 25 additions & 0 deletions themes/Base4Tone Classic D.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: 'Base4Tone Classic D'

color_01: '#21211c' # Black (Host)
color_02: '#049582' # Red (Syntax string)
color_03: '#da6b2b' # Green (Command)
color_04: '#ee9968' # Yellow (Command second)
color_05: '#cfb617' # Blue (Path)
color_06: '#82c115' # Magenta (Syntax var)
color_07: '#e6854d' # Cyan (Prompt)
color_08: '#eeede8' # White

color_09: '#0d0c07' # Bright Black
color_10: '#1cc4ae' # Bright Red (Command error)
color_11: '#f0a57a' # Bright Green (Exec)
color_12: '#f5c1a3' # Bright Yellow
color_13: '#f6edb1' # Bright Blue (Folder)
color_14: '#95dc18' # Bright Magenta
color_15: '#f2e58c' # Bright Cyan
color_16: '#f9f8f6' # Bright White

background: '#21211c' # Background
foreground: '#a2a090' # Foreground (Text)

cursor: '#85776f' # Cursor
25 changes: 25 additions & 0 deletions themes/Base4Tone Classic E.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: 'Base4Tone Classic E'

color_01: '#21211c' # Black (Host)
color_02: '#088ea0' # Red (Syntax string)
color_03: '#c27905' # Green (Command)
color_04: '#e8a02c' # Yellow (Command second)
color_05: '#b9cf17' # Blue (Path)
color_06: '#5cba21' # Magenta (Syntax var)
color_07: '#dc9118' # Cyan (Prompt)
color_08: '#edeee8' # White

color_09: '#0d0d07' # Bright Black
color_10: '#25bcd0' # Bright Red (Command error)
color_11: '#eaa83e' # Bright Green (Exec)
color_12: '#f3cd91' # Bright Yellow
color_13: '#eef6b1' # Bright Blue (Folder)
color_14: '#69d425' # Bright Magenta
color_15: '#e6f28c' # Bright Cyan
color_16: '#f9f9f6' # Bright White

background: '#21211c' # Background
foreground: '#a0a290' # Foreground (Text)

cursor: '#877d6e' # Cursor
25 changes: 25 additions & 0 deletions themes/Base4Tone Classic F.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: 'Base4Tone Classic F'

color_01: '#1f211c' # Black (Host)
color_02: '#0b88d0' # Red (Syntax string)
color_03: '#a48f04' # Green (Command)
color_04: '#dcc218' # Yellow (Command second)
color_05: '#8bcf17' # Blue (Path)
color_06: '#15bc52' # Magenta (Syntax var)
color_07: '#c1aa15' # Cyan (Prompt)
color_08: '#ebeee8' # White

color_09: '#0b0d07' # Bright Black
color_10: '#47b5f5' # Bright Red (Command error)
color_11: '#e6ca1a' # Bright Green (Exec)
color_12: '#f2e58c' # Bright Yellow
color_13: '#ddf6b1' # Bright Blue (Folder)
color_14: '#18d85e' # Bright Magenta
color_15: '#cdf28c' # Bright Cyan
color_16: '#f8f9f6' # Bright White

background: '#1f211c' # Background
foreground: '#9ba191' # Foreground (Text)

cursor: '#85826f' # Cursor
25 changes: 25 additions & 0 deletions themes/Base4Tone Classic I.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: 'Base4Tone Classic I'

color_01: '#1d201d' # Black (Host)
color_02: '#5c6feb' # Red (Syntax string)
color_03: '#91a404' # Green (Command)
color_04: '#c5dc18' # Yellow (Command second)
color_05: '#24cc38' # Blue (Path)
color_06: '#23b4c7' # Magenta (Syntax var)
color_07: '#adc115' # Cyan (Prompt)
color_08: '#e8ede9' # White

color_09: '#080d08' # Bright Black
color_10: '#929ff7' # Bright Red (Command error)
color_11: '#cee61a' # Bright Green (Exec)
color_12: '#e6f28c' # Bright Yellow
color_13: '#b5f2bc' # Bright Blue (Folder)
color_14: '#3ccadd' # Bright Magenta
color_15: '#97eda1' # Bright Cyan
color_16: '#f6f9f6' # Bright White

background: '#1d201d' # Background
foreground: '#949e95' # Foreground (Text)

cursor: '#83856f' # Cursor
25 changes: 25 additions & 0 deletions themes/Base4Tone Classic L.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: 'Base4Tone Classic L'

color_01: '#1b2221' # Black (Host)
color_02: '#7667e4' # Red (Syntax string)
color_03: '#0da51f' # Green (Command)
color_04: '#2bda3f' # Yellow (Command second)
color_05: '#1cc4ae' # Blue (Path)
color_06: '#659efb' # Magenta (Syntax var)
color_07: '#22bf34' # Cyan (Prompt)
color_08: '#e8eeed' # White

color_09: '#070d0c' # Bright Black
color_10: '#a095f3' # Bright Red (Command error)
color_11: '#3cdd4f' # Bright Green (Exec)
color_12: '#97eda1' # Bright Yellow
color_13: '#adf0e7' # Bright Blue (Folder)
color_14: '#88b4fc' # Bright Magenta
color_15: '#93ece0' # Bright Cyan
color_16: '#f6f9f8' # Bright White

background: '#1b2221' # Background
foreground: '#8ea4a1' # Foreground (Text)

cursor: '#748176' # Cursor
25 changes: 25 additions & 0 deletions themes/Base4Tone Classic O.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: 'Base4Tone Classic O'

color_01: '#1a1d23' # Black (Host)
color_02: '#a24ad9' # Red (Syntax string)
color_03: '#0d9c89' # Green (Command)
color_04: '#1ed2ba' # Yellow (Command second)
color_05: '#74a8fb' # Blue (Path)
color_06: '#9488f2' # Magenta (Syntax var)
color_07: '#1bbba6' # Cyan (Prompt)
color_08: '#e7eaee' # White

color_09: '#07090d' # Bright Black
color_10: '#c27eed' # Bright Red (Command error)
color_11: '#2fdac3' # Bright Green (Exec)
color_12: '#93ece0' # Bright Yellow
color_13: '#c7dcff' # Bright Blue (Folder)
color_14: '#aba1f7' # Bright Magenta
color_15: '#c2d9ff' # Bright Cyan
color_16: '#f6f7f9' # Bright White

background: '#1a1d23' # Background
foreground: '#8995a9' # Foreground (Text)

cursor: '#6d8884' # Cursor
25 changes: 25 additions & 0 deletions themes/Base4Tone Classic P.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: 'Base4Tone Classic P'

color_01: '#1c1d21' # Black (Host)
color_02: '#c039d5' # Red (Syntax string)
color_03: '#1398aa' # Green (Command)
color_04: '#3ccadd' # Yellow (Command second)
color_05: '#929ff7' # Blue (Path)
color_06: '#a57af0' # Magenta (Syntax var)
color_07: '#23b4c7' # Cyan (Prompt)
color_08: '#e8e8ee' # White

color_09: '#07080d' # Bright Black
color_10: '#db75eb' # Bright Red (Command error)
color_11: '#5ad2e2' # Bright Green (Exec)
color_12: '#a4e6ef' # Bright Yellow
color_13: '#d0d5fb' # Bright Blue (Folder)
color_14: '#b792f6' # Bright Magenta
color_15: '#c6cdfb' # Bright Cyan
color_16: '#f6f6f9' # Bright White

background: '#1c1d21' # Background
foreground: '#9092a2' # Foreground (Text)

cursor: '#6a878a' # Cursor
25 changes: 25 additions & 0 deletions themes/Base4Tone Classic Q.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: 'Base4Tone Classic Q'

color_01: '#1d1d20' # Black (Host)
color_02: '#d4359a' # Red (Syntax string)
color_03: '#4287f5' # Green (Command)
color_04: '#88b4fc' # Yellow (Command second)
color_05: '#a095f3' # Blue (Path)
color_06: '#ba6cea' # Magenta (Syntax var)
color_07: '#659efb' # Cyan (Prompt)
color_08: '#e9e8ed' # White

color_09: '#08070d' # Bright Black
color_10: '#eb75c0' # Bright Red (Command error)
color_11: '#9cc1fc' # Bright Green (Exec)
color_12: '#c2d9ff' # Bright Yellow
color_13: '#d9d5fc' # Bright Blue (Folder)
color_14: '#c988f2' # Bright Magenta
color_15: '#d1cbfb' # Bright Cyan
color_16: '#f6f6f9' # Bright White

background: '#1d1d20' # Background
foreground: '#95949e' # Foreground (Text)

cursor: '#67768e' # Cursor
25 changes: 25 additions & 0 deletions themes/Base4Tone Classic R.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: 'Base4Tone Classic R'

color_01: '#1e1d20' # Black (Host)
color_02: '#d53975' # Red (Syntax string)
color_03: '#6577ec' # Green (Command)
color_04: '#a0acf8' # Yellow (Command second)
color_05: '#af88f2' # Blue (Path)
color_06: '#d763e9' # Magenta (Syntax var)
color_07: '#8493f6' # Cyan (Prompt)
color_08: '#eae8ed' # White

color_09: '#09070d' # Bright Black
color_10: '#eb75a2' # Bright Red (Command error)
color_11: '#aeb8f9' # Bright Green (Exec)
color_12: '#c6cdfb' # Bright Yellow
color_13: '#ddcbfb' # Bright Blue (Folder)
color_14: '#e17ef1' # Bright Magenta
color_15: '#d6c2fa' # Bright Cyan
color_16: '#f7f6f9' # Bright White

background: '#1e1d20' # Background
foreground: '#98949e' # Foreground (Text)

cursor: '#6f7285' # Cursor
25 changes: 25 additions & 0 deletions themes/Base4Tone Classic S.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: 'Base4Tone Classic S'

color_01: '#1f1d20' # Black (Host)
color_02: '#d64f3d' # Red (Syntax string)
color_03: '#7e70e6' # Green (Command)
color_04: '#aba1f7' # Yellow (Command second)
color_05: '#c27eed' # Blue (Path)
color_06: '#e963b8' # Magenta (Syntax var)
color_07: '#9488f2' # Cyan (Prompt)
color_08: '#ebe8ed' # White

color_09: '#0b070d' # Bright Black
color_10: '#eb8275' # Bright Red (Command error)
color_11: '#b7aff8' # Bright Green (Exec)
color_12: '#d1cbfb' # Bright Yellow
color_13: '#e6c8f9' # Bright Blue (Folder)
color_14: '#f17ec7' # Bright Magenta
color_15: '#e0baf7' # Bright Cyan
color_16: '#f8f6f9' # Bright White

background: '#1f1d20' # Background
foreground: '#9a949e' # Foreground (Text)

cursor: '#767481' # Cursor
25 changes: 25 additions & 0 deletions themes/Base4Tone Classic T.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: 'Base4Tone Classic T'

color_01: '#201d20' # Black (Host)
color_02: '#ce672c' # Red (Syntax string)
color_03: '#9263e3' # Green (Command)
color_04: '#b792f6' # Yellow (Command second)
color_05: '#db75eb' # Blue (Path)
color_06: '#e96396' # Magenta (Syntax var)
color_07: '#a57af0' # Cyan (Prompt)
color_08: '#ede8ed' # White

color_09: '#0c070d' # Bright Black
color_10: '#e78b55' # Bright Red (Command error)
color_11: '#c0a1f7' # Bright Green (Exec)
color_12: '#d6c2fa' # Bright Yellow
color_13: '#f1c3f8' # Bright Blue (Folder)
color_14: '#f17eaa' # Bright Magenta
color_15: '#edb1f6' # Bright Cyan
color_16: '#f8f6f9' # Bright White

background: '#201d20' # Background
foreground: '#9d949e' # Foreground (Text)

cursor: '#797481' # Cursor
25 changes: 25 additions & 0 deletions themes/Base4Tone Classic U.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: 'Base4Tone Classic U'

color_01: '#201d20' # Black (Host)
color_02: '#ce672c' # Red (Syntax string)
color_03: '#aa52e0' # Green (Command)
color_04: '#c988f2' # Yellow (Command second)
color_05: '#eb75dd' # Blue (Path)
color_06: '#e96375' # Magenta (Syntax var)
color_07: '#ba6cea' # Cyan (Prompt)
color_08: '#ede8ed' # White

color_09: '#0d070c' # Bright Black
color_10: '#e78b55' # Bright Red (Command error)
color_11: '#d19af4' # Bright Green (Exec)
color_12: '#e0baf7' # Bright Yellow
color_13: '#f8c3f2' # Bright Blue (Folder)
color_14: '#f17e8e' # Bright Magenta
color_15: '#f6b1ee' # Bright Cyan
color_16: '#f9f6f8' # Bright White

background: '#201d20' # Background
foreground: '#9e949d' # Foreground (Text)

cursor: '#7c7481' # Cursor
Loading

0 comments on commit 953e34d

Please sign in to comment.