Skip to content

Commit

Permalink
------- Generate Themes -------
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 26, 2024
1 parent 5ce9e16 commit bc0f46b
Show file tree
Hide file tree
Showing 11 changed files with 63 additions and 63 deletions.
2 changes: 1 addition & 1 deletion data/themes.json

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions installs/tomorrow-night-blue.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,28 @@

export PROFILE_NAME="Tomorrow Night Blue"

export COLOR_01="#000000" # Black (Host)
export COLOR_02="#FF9DA3" # Red (Syntax string)
export COLOR_01="#00346E" # Black (Host)
export COLOR_02="#FF9DA4" # Red (Syntax string)
export COLOR_03="#D1F1A9" # Green (Command)
export COLOR_04="#FFEEAD" # Yellow (Command second)
export COLOR_05="#BBDAFF" # Blue (Path)
export COLOR_06="#EBBBFF" # Magenta (Syntax var)
export COLOR_07="#99FFFF" # Cyan (Prompt)
export COLOR_08="#FFFEFE" # White

export COLOR_09="#000000" # Bright Black
export COLOR_10="#FF9CA3" # Bright Red (Command error)
export COLOR_11="#D0F0A8" # Bright Green (Exec)
export COLOR_12="#FFEDAC" # Bright Yellow
export COLOR_13="#BADAFF" # Bright Blue (Folder)
export COLOR_14="#EBBAFF" # Bright Magenta
export COLOR_08="#FFFFFF" # White

export COLOR_09="#7285B7" # Bright Black
export COLOR_10="#FF9DA4" # Bright Red (Command error)
export COLOR_11="#D1F1A9" # Bright Green (Exec)
export COLOR_12="#FFEEAD" # Bright Yellow
export COLOR_13="#BBDAFF" # Bright Blue (Folder)
export COLOR_14="#EBBBFF" # Bright Magenta
export COLOR_15="#99FFFF" # Bright Cyan
export COLOR_16="#FFFEFE" # Bright White
export COLOR_16="#FFFFFF" # Bright White

export BACKGROUND_COLOR="#002451" # Background
export FOREGROUND_COLOR="#FFFEFE" # Foreground (Text)
export FOREGROUND_COLOR="#FFFFFF" # Foreground (Text)

export CURSOR_COLOR="#FFFEFE" # Cursor
export CURSOR_COLOR="#FFFFFF" # Cursor

apply_theme() {
if [[ -e "${GOGH_APPLY_SCRIPT}" ]]; then
Expand Down
28 changes: 14 additions & 14 deletions installs/tomorrow-night-bright.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,28 @@

export PROFILE_NAME="Tomorrow Night Bright"

export COLOR_01="#000000" # Black (Host)
export COLOR_01="#2A2A2A" # Black (Host)
export COLOR_02="#D54E53" # Red (Syntax string)
export COLOR_03="#B9CA49" # Green (Command)
export COLOR_03="#B9CA4A" # Green (Command)
export COLOR_04="#E7C547" # Yellow (Command second)
export COLOR_05="#79A6DA" # Blue (Path)
export COLOR_05="#7AA6DA" # Blue (Path)
export COLOR_06="#C397D8" # Magenta (Syntax var)
export COLOR_07="#70C0B1" # Cyan (Prompt)
export COLOR_08="#FFFEFE" # White

export COLOR_09="#000000" # Bright Black
export COLOR_10="#D44D53" # Bright Red (Command error)
export COLOR_11="#B9C949" # Bright Green (Exec)
export COLOR_12="#E6C446" # Bright Yellow
export COLOR_13="#79A6DA" # Bright Blue (Folder)
export COLOR_14="#C396D7" # Bright Magenta
export COLOR_08="#EAEAEA" # White

export COLOR_09="#969896" # Bright Black
export COLOR_10="#D54E53" # Bright Red (Command error)
export COLOR_11="#B9CA4A" # Bright Green (Exec)
export COLOR_12="#E7C547" # Bright Yellow
export COLOR_13="#7AA6DA" # Bright Blue (Folder)
export COLOR_14="#C397D8" # Bright Magenta
export COLOR_15="#70C0B1" # Bright Cyan
export COLOR_16="#FFFEFE" # Bright White
export COLOR_16="#FFFFFF" # Bright White

export BACKGROUND_COLOR="#000000" # Background
export FOREGROUND_COLOR="#E9E9E9" # Foreground (Text)
export FOREGROUND_COLOR="#EAEAEA" # Foreground (Text)

export CURSOR_COLOR="#E9E9E9" # Cursor
export CURSOR_COLOR="#EAEAEA" # Cursor

apply_theme() {
if [[ -e "${GOGH_APPLY_SCRIPT}" ]]; then
Expand Down
14 changes: 7 additions & 7 deletions installs/tomorrow-night-eighties.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,25 @@

export PROFILE_NAME="Tomorrow Night Eighties"

export COLOR_01="#000000" # Black (Host)
export COLOR_02="#F27779" # Red (Syntax string)
export COLOR_01="#393939" # Black (Host)
export COLOR_02="#F2777A" # Red (Syntax string)
export COLOR_03="#99CC99" # Green (Command)
export COLOR_04="#FFCC66" # Yellow (Command second)
export COLOR_05="#6699CC" # Blue (Path)
export COLOR_06="#CC99CC" # Magenta (Syntax var)
export COLOR_07="#66CCCC" # Cyan (Prompt)
export COLOR_08="#FFFEFE" # White
export COLOR_08="#CCCCCC" # White

export COLOR_09="#000000" # Bright Black
export COLOR_10="#F17779" # Bright Red (Command error)
export COLOR_09="#999999" # Bright Black
export COLOR_10="#F2777A" # Bright Red (Command error)
export COLOR_11="#99CC99" # Bright Green (Exec)
export COLOR_12="#FFCC66" # Bright Yellow
export COLOR_13="#6699CC" # Bright Blue (Folder)
export COLOR_14="#CC99CC" # Bright Magenta
export COLOR_15="#66CCCC" # Bright Cyan
export COLOR_16="#FFFEFE" # Bright White
export COLOR_16="#FFFFFF" # Bright White

export BACKGROUND_COLOR="#2C2C2C" # Background
export BACKGROUND_COLOR="#2D2D2D" # Background
export FOREGROUND_COLOR="#CCCCCC" # Foreground (Text)

export CURSOR_COLOR="#CCCCCC" # Cursor
Expand Down
20 changes: 10 additions & 10 deletions installs/tomorrow-night.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,28 @@

export PROFILE_NAME="Tomorrow Night"

export COLOR_01="#000000" # Black (Host)
export COLOR_01="#282A2E" # Black (Host)
export COLOR_02="#CC6666" # Red (Syntax string)
export COLOR_03="#B5BD68" # Green (Command)
export COLOR_04="#F0C674" # Yellow (Command second)
export COLOR_05="#81A2BE" # Blue (Path)
export COLOR_06="#B293BB" # Magenta (Syntax var)
export COLOR_06="#B294BB" # Magenta (Syntax var)
export COLOR_07="#8ABEB7" # Cyan (Prompt)
export COLOR_08="#FFFEFE" # White
export COLOR_08="#C5C8C6" # White

export COLOR_09="#808080" # Bright Black
export COLOR_09="#969896" # Bright Black
export COLOR_10="#CC6666" # Bright Red (Command error)
export COLOR_11="#B5BD68" # Bright Green (Exec)
export COLOR_12="#F0C574" # Bright Yellow
export COLOR_13="#80A1BD" # Bright Blue (Folder)
export COLOR_14="#B294BA" # Bright Magenta
export COLOR_15="#8ABDB6" # Bright Cyan
export COLOR_16="#FFFEFE" # Bright White
export COLOR_12="#F0C674" # Bright Yellow
export COLOR_13="#81A2BE" # Bright Blue (Folder)
export COLOR_14="#B294BB" # Bright Magenta
export COLOR_15="#8ABEB7" # Bright Cyan
export COLOR_16="#FFFFFF" # Bright White

export BACKGROUND_COLOR="#1D1F21" # Background
export FOREGROUND_COLOR="#C5C8C6" # Foreground (Text)

export CURSOR_COLOR="#C4C8C5" # Cursor
export CURSOR_COLOR="#C5C8C6" # Cursor

apply_theme() {
if [[ -e "${GOGH_APPLY_SCRIPT}" ]]; then
Expand Down
26 changes: 13 additions & 13 deletions installs/tomorrow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,28 @@

export PROFILE_NAME="Tomorrow"

export COLOR_01="#000000" # Black (Host)
export COLOR_02="#C82828" # Red (Syntax string)
export COLOR_01="#E0E0E0" # Black (Host)
export COLOR_02="#C82829" # Red (Syntax string)
export COLOR_03="#718C00" # Green (Command)
export COLOR_04="#EAB700" # Yellow (Command second)
export COLOR_05="#4171AE" # Blue (Path)
export COLOR_05="#4271AE" # Blue (Path)
export COLOR_06="#8959A8" # Magenta (Syntax var)
export COLOR_07="#3E999F" # Cyan (Prompt)
export COLOR_08="#FFFEFE" # White
export COLOR_08="#4D4D4C" # White

export COLOR_09="#000000" # Bright Black
export COLOR_10="#C82828" # Bright Red (Command error)
export COLOR_11="#708B00" # Bright Green (Exec)
export COLOR_12="#E9B600" # Bright Yellow
export COLOR_13="#4170AE" # Bright Blue (Folder)
export COLOR_14="#8958A7" # Bright Magenta
export COLOR_15="#3D999F" # Bright Cyan
export COLOR_16="#FFFEFE" # Bright White
export COLOR_09="#8E908C" # Bright Black
export COLOR_10="#C82829" # Bright Red (Command error)
export COLOR_11="#718C00" # Bright Green (Exec)
export COLOR_12="#EAB700" # Bright Yellow
export COLOR_13="#4271AE" # Bright Blue (Folder)
export COLOR_14="#8959A8" # Bright Magenta
export COLOR_15="#3E999F" # Bright Cyan
export COLOR_16="#1D1F21" # Bright White

export BACKGROUND_COLOR="#FFFFFF" # Background
export FOREGROUND_COLOR="#4D4D4C" # Foreground (Text)

export CURSOR_COLOR="#4C4C4C" # Cursor
export CURSOR_COLOR="#4D4D4C" # Cursor

apply_theme() {
if [[ -e "${GOGH_APPLY_SCRIPT}" ]]; then
Expand Down
2 changes: 1 addition & 1 deletion json/tomorrow-night-blue.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"color_01": "#000000", "color_02": "#FF9DA3", "color_03": "#D1F1A9", "color_04": "#FFEEAD", "color_05": "#BBDAFF", "color_06": "#EBBBFF", "color_07": "#99FFFF", "color_08": "#FFFEFE", "color_09": "#000000", "color_10": "#FF9CA3", "color_11": "#D0F0A8", "color_12": "#FFEDAC", "color_13": "#BADAFF", "color_14": "#EBBAFF", "color_15": "#99FFFF", "color_16": "#FFFEFE", "name": "Tomorrow Night Blue", "foreground": "#FFFEFE", "background": "#002451", "cursor": "#FFFEFE", "hash": "23a0b4731f6e1266f90e7d4d6c00abdf0680af3085d3a37a550878341dae0392"}
{"color_01": "#00346E", "color_02": "#FF9DA4", "color_03": "#D1F1A9", "color_04": "#FFEEAD", "color_05": "#BBDAFF", "color_06": "#EBBBFF", "color_07": "#99FFFF", "color_08": "#FFFFFF", "color_09": "#7285B7", "color_10": "#FF9DA4", "color_11": "#D1F1A9", "color_12": "#FFEEAD", "color_13": "#BBDAFF", "color_14": "#EBBBFF", "color_15": "#99FFFF", "color_16": "#FFFFFF", "name": "Tomorrow Night Blue", "foreground": "#FFFFFF", "background": "#002451", "cursor": "#FFFFFF", "hash": "cc58ab0564de5c86bb1168a3cb573ad59020a64b4cc2cc4aae7903520aba60b0"}
2 changes: 1 addition & 1 deletion json/tomorrow-night-bright.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"color_01": "#000000", "color_02": "#D54E53", "color_03": "#B9CA49", "color_04": "#E7C547", "color_05": "#79A6DA", "color_06": "#C397D8", "color_07": "#70C0B1", "color_08": "#FFFEFE", "color_09": "#000000", "color_10": "#D44D53", "color_11": "#B9C949", "color_12": "#E6C446", "color_13": "#79A6DA", "color_14": "#C396D7", "color_15": "#70C0B1", "color_16": "#FFFEFE", "name": "Tomorrow Night Bright", "foreground": "#E9E9E9", "background": "#000000", "cursor": "#E9E9E9", "hash": "ff4616ab89515e6ed5893f9dc76fb40a1241c7d858cb61a427b87dc23613f47a"}
{"color_01": "#2A2A2A", "color_02": "#D54E53", "color_03": "#B9CA4A", "color_04": "#E7C547", "color_05": "#7AA6DA", "color_06": "#C397D8", "color_07": "#70C0B1", "color_08": "#EAEAEA", "color_09": "#969896", "color_10": "#D54E53", "color_11": "#B9CA4A", "color_12": "#E7C547", "color_13": "#7AA6DA", "color_14": "#C397D8", "color_15": "#70C0B1", "color_16": "#FFFFFF", "name": "Tomorrow Night Bright", "foreground": "#EAEAEA", "background": "#000000", "cursor": "#EAEAEA", "hash": "7ff815925f3733af70258ddbef98f262ca82e85c90ba674673ae48ffdb71d99e"}
2 changes: 1 addition & 1 deletion json/tomorrow-night-eighties.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"color_01": "#000000", "color_02": "#F27779", "color_03": "#99CC99", "color_04": "#FFCC66", "color_05": "#6699CC", "color_06": "#CC99CC", "color_07": "#66CCCC", "color_08": "#FFFEFE", "color_09": "#000000", "color_10": "#F17779", "color_11": "#99CC99", "color_12": "#FFCC66", "color_13": "#6699CC", "color_14": "#CC99CC", "color_15": "#66CCCC", "color_16": "#FFFEFE", "name": "Tomorrow Night Eighties", "foreground": "#CCCCCC", "background": "#2C2C2C", "cursor": "#CCCCCC", "hash": "06d7152965a67dd3df846250aef3b71693ecdf07782f4f2b076e0099067b1369"}
{"color_01": "#393939", "color_02": "#F2777A", "color_03": "#99CC99", "color_04": "#FFCC66", "color_05": "#6699CC", "color_06": "#CC99CC", "color_07": "#66CCCC", "color_08": "#CCCCCC", "color_09": "#999999", "color_10": "#F2777A", "color_11": "#99CC99", "color_12": "#FFCC66", "color_13": "#6699CC", "color_14": "#CC99CC", "color_15": "#66CCCC", "color_16": "#FFFFFF", "name": "Tomorrow Night Eighties", "foreground": "#CCCCCC", "background": "#2D2D2D", "cursor": "#CCCCCC", "hash": "1df5443d722d33e91cc9a21e6414ae8f059fd24efde606dabc5dda740167a97d"}
2 changes: 1 addition & 1 deletion json/tomorrow-night.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"color_01": "#000000", "color_02": "#CC6666", "color_03": "#B5BD68", "color_04": "#F0C674", "color_05": "#81A2BE", "color_06": "#B293BB", "color_07": "#8ABEB7", "color_08": "#FFFEFE", "color_09": "#808080", "color_10": "#CC6666", "color_11": "#B5BD68", "color_12": "#F0C574", "color_13": "#80A1BD", "color_14": "#B294BA", "color_15": "#8ABDB6", "color_16": "#FFFEFE", "name": "Tomorrow Night", "foreground": "#C5C8C6", "background": "#1D1F21", "cursor": "#C4C8C5", "hash": "6a891490b302c8bc0f96a5a2e894a24a68df1eaa0b403bf8c944310ffcefea98"}
{"color_01": "#282A2E", "color_02": "#CC6666", "color_03": "#B5BD68", "color_04": "#F0C674", "color_05": "#81A2BE", "color_06": "#B294BB", "color_07": "#8ABEB7", "color_08": "#C5C8C6", "color_09": "#969896", "color_10": "#CC6666", "color_11": "#B5BD68", "color_12": "#F0C674", "color_13": "#81A2BE", "color_14": "#B294BB", "color_15": "#8ABEB7", "color_16": "#FFFFFF", "name": "Tomorrow Night", "foreground": "#C5C8C6", "background": "#1D1F21", "cursor": "#C5C8C6", "hash": "f27e1517cc3c3be63d4f8bb42332b1d378e0adb5318f038e346395971ac4b08f"}
2 changes: 1 addition & 1 deletion json/tomorrow.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"color_01": "#000000", "color_02": "#C82828", "color_03": "#718C00", "color_04": "#EAB700", "color_05": "#4171AE", "color_06": "#8959A8", "color_07": "#3E999F", "color_08": "#FFFEFE", "color_09": "#000000", "color_10": "#C82828", "color_11": "#708B00", "color_12": "#E9B600", "color_13": "#4170AE", "color_14": "#8958A7", "color_15": "#3D999F", "color_16": "#FFFEFE", "name": "Tomorrow", "foreground": "#4D4D4C", "background": "#FFFFFF", "cursor": "#4C4C4C", "hash": "59626f973ef6e4c657e20f1adb18d02718dd136191e548f4de13744e9ae106fd"}
{"color_01": "#E0E0E0", "color_02": "#C82829", "color_03": "#718C00", "color_04": "#EAB700", "color_05": "#4271AE", "color_06": "#8959A8", "color_07": "#3E999F", "color_08": "#4D4D4C", "color_09": "#8E908C", "color_10": "#C82829", "color_11": "#718C00", "color_12": "#EAB700", "color_13": "#4271AE", "color_14": "#8959A8", "color_15": "#3E999F", "color_16": "#1D1F21", "name": "Tomorrow", "foreground": "#4D4D4C", "background": "#FFFFFF", "cursor": "#4D4D4C", "hash": "8270e24ddc40e8c902835d8e63bb44879d2c053fe8013387c753e4175330fa8d"}

0 comments on commit bc0f46b

Please sign in to comment.