-
Notifications
You must be signed in to change notification settings - Fork 602
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 #458 from atelierbram/atelier-schemes
added Atelier Schemes
- Loading branch information
Showing
10 changed files
with
250 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: 'Atelier Cave' | ||
|
||
color_01: '#BE4678' # Black (Host) | ||
color_02: '#BE4678' # Red (Syntax string) | ||
color_03: '#2A9292' # Green (Command) | ||
color_04: '#A06E3B' # Yellow (Command second) | ||
color_05: '#576DDB' # Blue (Path) | ||
color_06: '#BF40BF' # Magenta (Syntax var) | ||
color_07: '#398BC6' # Cyan (Prompt) | ||
color_08: '#E2DFE7' # White | ||
|
||
color_09: '#655F6D' # Bright Black | ||
color_10: '#AA573C' # Bright Red (Command error) | ||
color_11: '#2A9292' # Bright Green (Exec) | ||
color_12: '#A06E3B' # Bright Yellow | ||
color_13: '#955AE7' # Bright Blue (Folder) | ||
color_14: '#BF40BF' # Bright Magenta | ||
color_15: '#398BC6' # Bright Cyan | ||
color_16: '#EFECF4' # Bright White | ||
|
||
background: '#19171C' # Background | ||
foreground: '#7E7887' # Foreground (Text) | ||
|
||
cursor: '#7E7887' # 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: 'Atelier Dune' | ||
|
||
color_01: '#D73737' # Black (Host) | ||
color_02: '#D73737' # Red (Syntax string) | ||
color_03: '#60AC39' # Green (Command) | ||
color_04: '#AE9513' # Yellow (Command second) | ||
color_05: '#6684E1' # Blue (Path) | ||
color_06: '#D43552' # Magenta (Syntax var) | ||
color_07: '#1FAD83' # Cyan (Prompt) | ||
color_08: '#E8E4CF' # White | ||
|
||
color_09: '#7D7A68' # Bright Black | ||
color_10: '#B65611' # Bright Red (Command error) | ||
color_11: '#60AC39' # Bright Green (Exec) | ||
color_12: '#AE9513' # Bright Yellow | ||
color_13: '#B854D4' # Bright Blue (Folder) | ||
color_14: '#D43552' # Bright Magenta | ||
color_15: '#1FAD83' # Bright Cyan | ||
color_16: '#FEFBEC' # Bright White | ||
|
||
background: '#20201D' # Background | ||
foreground: '#999580' # Foreground (Text) | ||
|
||
cursor: '#999580' # 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: 'Atelier Estuary' | ||
|
||
color_01: '#BA6236' # Black (Host) | ||
color_02: '#BA6236' # Red (Syntax string) | ||
color_03: '#7D9726' # Green (Command) | ||
color_04: '#A5980D' # Yellow (Command second) | ||
color_05: '#36A166' # Blue (Path) | ||
color_06: '#9D6C7C' # Magenta (Syntax var) | ||
color_07: '#5B9D48' # Cyan (Prompt) | ||
color_08: '#E7E6DF' # White | ||
|
||
color_09: '#6C6B5A' # Bright Black | ||
color_10: '#AE7313' # Bright Red (Command error) | ||
color_11: '#7D9726' # Bright Green (Exec) | ||
color_12: '#A5980D' # Bright Yellow | ||
color_13: '#5F9182' # Bright Blue (Folder) | ||
color_14: '#9D6C7C' # Bright Magenta | ||
color_15: '#5B9D48' # Bright Cyan | ||
color_16: '#F4F3EC' # Bright White | ||
|
||
background: '#22221B' # Background | ||
foreground: '#878573' # Foreground (Text) | ||
|
||
cursor: '#878573' # 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: 'Atelier Forest' | ||
|
||
color_01: '#F22C40' # Black (Host) | ||
color_02: '#F22C40' # Red (Syntax string) | ||
color_03: '#7B9726' # Green (Command) | ||
color_04: '#C38418' # Yellow (Command second) | ||
color_05: '#407EE7' # Blue (Path) | ||
color_06: '#C33FF3' # Magenta (Syntax var) | ||
color_07: '#3D97B8' # Cyan (Prompt) | ||
color_08: '#E6E2E0' # White | ||
|
||
color_09: '#766E6B' # Bright Black | ||
color_10: '#DF5320' # Bright Red (Command error) | ||
color_11: '#7B9726' # Bright Green (Exec) | ||
color_12: '#C38418' # Bright Yellow | ||
color_13: '#6666EA' # Bright Blue (Folder) | ||
color_14: '#C33FF3' # Bright Magenta | ||
color_15: '#3D97B8' # Bright Cyan | ||
color_16: '#F1EFEE' # Bright White | ||
|
||
background: '#1B1918' # Background | ||
foreground: '#9C9491' # Foreground (Text) | ||
|
||
cursor: '#9C9491' # 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: 'Atelier Heath' | ||
|
||
color_01: '#CA402B' # Black (Host) | ||
color_02: '#CA402B' # Red (Syntax string) | ||
color_03: '#918B3B' # Green (Command) | ||
color_04: '#BB8A35' # Yellow (Command second) | ||
color_05: '#516AEC' # Blue (Path) | ||
color_06: '#CC33CC' # Magenta (Syntax var) | ||
color_07: '#159393' # Cyan (Prompt) | ||
color_08: '#D8CAD8' # White | ||
|
||
color_09: '#776977' # Bright Black | ||
color_10: '#A65926' # Bright Red (Command error) | ||
color_11: '#918B3B' # Bright Green (Exec) | ||
color_12: '#BB8A35' # Bright Yellow | ||
color_13: '#7B59C0' # Bright Blue (Folder) | ||
color_14: '#CC33CC' # Bright Magenta | ||
color_15: '#159393' # Bright Cyan | ||
color_16: '#F7F3F7' # Bright White | ||
|
||
background: '#1B181B' # Background | ||
foreground: '#9E8F9E' # Foreground (Text) | ||
|
||
cursor: '#9E8F9E' # 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: 'Atelier Lakeside' | ||
|
||
color_01: '#D22D72' # Black (Host) | ||
color_02: '#D22D72' # Red (Syntax string) | ||
color_03: '#568C3B' # Green (Command) | ||
color_04: '#8A8A0F' # Yellow (Command second) | ||
color_05: '#257FAD' # Blue (Path) | ||
color_06: '#B72DD2' # Magenta (Syntax var) | ||
color_07: '#2D8F6F' # Cyan (Prompt) | ||
color_08: '#C1E4F6' # White | ||
|
||
color_09: '#5A7B8C' # Bright Black | ||
color_10: '#935C25' # Bright Red (Command error) | ||
color_11: '#568C3B' # Bright Green (Exec) | ||
color_12: '#8A8A0F' # Bright Yellow | ||
color_13: '#6B6BB8' # Bright Blue (Folder) | ||
color_14: '#B72DD2' # Bright Magenta | ||
color_15: '#2D8F6F' # Bright Cyan | ||
color_16: '#EBF8FF' # Bright White | ||
|
||
background: '#161B1D' # Background | ||
foreground: '#7195A8' # Foreground (Text) | ||
|
||
cursor: '#7195A8' # 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: 'Atelier Plateau' | ||
|
||
color_01: '#CA4949' # Black (Host) | ||
color_02: '#CA4949' # Red (Syntax string) | ||
color_03: '#4B8B8B' # Green (Command) | ||
color_04: '#A06E3B' # Yellow (Command second) | ||
color_05: '#7272CA' # Blue (Path) | ||
color_06: '#BD5187' # Magenta (Syntax var) | ||
color_07: '#5485B6' # Cyan (Prompt) | ||
color_08: '#E7DFDF' # White | ||
|
||
color_09: '#655D5D' # Bright Black | ||
color_10: '#B45A3C' # Bright Red (Command error) | ||
color_11: '#4B8B8B' # Bright Green (Exec) | ||
color_12: '#A06E3B' # Bright Yellow | ||
color_13: '#8464C4' # Bright Blue (Folder) | ||
color_14: '#BD5187' # Bright Magenta | ||
color_15: '#5485B6' # Bright Cyan | ||
color_16: '#F4ECEC' # Bright White | ||
|
||
background: '#1B1818' # Background | ||
foreground: '#7E7777' # Foreground (Text) | ||
|
||
cursor: '#7E7777' # 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: 'Atelier Savanna' | ||
|
||
color_01: '#B16139' # Black (Host) | ||
color_02: '#B16139' # Red (Syntax string) | ||
color_03: '#489963' # Green (Command) | ||
color_04: '#A07E3B' # Yellow (Command second) | ||
color_05: '#478C90' # Blue (Path) | ||
color_06: '#867469' # Magenta (Syntax var) | ||
color_07: '#1C9AA0' # Cyan (Prompt) | ||
color_08: '#DFE7E2' # White | ||
|
||
color_09: '#5F6D64' # Bright Black | ||
color_10: '#9F713C' # Bright Red (Command error) | ||
color_11: '#489963' # Bright Green (Exec) | ||
color_12: '#A07E3B' # Bright Yellow | ||
color_13: '#55859B' # Bright Blue (Folder) | ||
color_14: '#867469' # Bright Magenta | ||
color_15: '#1C9AA0' # Bright Cyan | ||
color_16: '#ECF4EE' # Bright White | ||
|
||
background: '#171C19' # Background | ||
foreground: '#78877D' # Foreground (Text) | ||
|
||
cursor: '#78877D' # 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: 'Atelier Seaside' | ||
|
||
color_01: '#E6193C' # Black (Host) | ||
color_02: '#E6193C' # Red (Syntax string) | ||
color_03: '#29A329' # Green (Command) | ||
color_04: '#98981B' # Yellow (Command second) | ||
color_05: '#3D62F5' # Blue (Path) | ||
color_06: '#E619C3' # Magenta (Syntax var) | ||
color_07: '#1999B3' # Cyan (Prompt) | ||
color_08: '#CFE8CF' # White | ||
|
||
color_09: '#687D68' # Bright Black | ||
color_10: '#87711D' # Bright Red (Command error) | ||
color_11: '#29A329' # Bright Green (Exec) | ||
color_12: '#98981B' # Bright Yellow | ||
color_13: '#AD2BEE' # Bright Blue (Folder) | ||
color_14: '#E619C3' # Bright Magenta | ||
color_15: '#1999B3' # Bright Cyan | ||
color_16: '#F4FBF4' # Bright White | ||
|
||
background: '#131513' # Background | ||
foreground: '#809980' # Foreground (Text) | ||
|
||
cursor: '#809980' # 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: 'Atelier Sulphurpool' | ||
|
||
color_01: '#C94922' # Black (Host) | ||
color_02: '#C94922' # Red (Syntax string) | ||
color_03: '#AC9739' # Green (Command) | ||
color_04: '#C08B30' # Yellow (Command second) | ||
color_05: '#3D8FD1' # Blue (Path) | ||
color_06: '#9C637A' # Magenta (Syntax var) | ||
color_07: '#22A2C9' # Cyan (Prompt) | ||
color_08: '#DFE2F1' # White | ||
|
||
color_09: '#6B7394' # Bright Black | ||
color_10: '#C76B29' # Bright Red (Command error) | ||
color_11: '#AC9739' # Bright Green (Exec) | ||
color_12: '#C08B30' # Bright Yellow | ||
color_13: '#6679CC' # Bright Blue (Folder) | ||
color_14: '#9C637A' # Bright Magenta | ||
color_15: '#22A2C9' # Bright Cyan | ||
color_16: '#F5F7FF' # Bright White | ||
|
||
background: '#202746' # Background | ||
foreground: '#898EA4' # Foreground (Text) | ||
|
||
cursor: '#898EA4' # Cursor |