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 Feb 24, 2024
1 parent 77ba574 commit f4a914b
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion data/themes.json

Large diffs are not rendered by default.

44 changes: 22 additions & 22 deletions installs/github-light.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,28 @@

export PROFILE_NAME="Github Light"

export COLOR_01="#3E3E3E" # Black (Host)
export COLOR_02="#970B16" # Red (Syntax string)
export COLOR_03="#07962A" # Green (Command)
export COLOR_04="#F8EEC7" # Yellow (Command second)
export COLOR_05="#003E8A" # Blue (Path)
export COLOR_06="#E94691" # Magenta (Syntax var)
export COLOR_07="#89D1EC" # Cyan (Prompt)
export COLOR_08="#FFFFFF" # White

export COLOR_09="#666666" # Bright Black
export COLOR_10="#DE0000" # Bright Red (Command error)
export COLOR_11="#87D5A2" # Bright Green (Exec)
export COLOR_12="#F1D007" # Bright Yellow
export COLOR_13="#2E6CBA" # Bright Blue (Folder)
export COLOR_14="#FFA29F" # Bright Magenta
export COLOR_15="#1CFAFE" # Bright Cyan
export COLOR_16="#FFFFFF" # Bright White

export BACKGROUND_COLOR="#F4F4F4" # Background
export FOREGROUND_COLOR="#3E3E3E" # Foreground (Text)

export CURSOR_COLOR="#3E3E3E" # Cursor
export COLOR_01="#24292f" # Black (Host)
export COLOR_02="#cf222e" # Red (Syntax string)
export COLOR_03="#1a7f37" # Green (Command)
export COLOR_04="#9a6700" # Yellow (Command second)
export COLOR_05="#0969da" # Blue (Path)
export COLOR_06="#8250df" # Magenta (Syntax var)
export COLOR_07="#1b7c83" # Cyan (Prompt)
export COLOR_08="#6e7781" # White

export COLOR_09="#57606a" # Bright Black
export COLOR_10="#a40e26" # Bright Red (Command error)
export COLOR_11="#2da44e" # Bright Green (Exec)
export COLOR_12="#bf8700" # Bright Yellow
export COLOR_13="#218bff" # Bright Blue (Folder)
export COLOR_14="#a475f9" # Bright Magenta
export COLOR_15="#3192aa" # Bright Cyan
export COLOR_16="#8c959f" # Bright White

export BACKGROUND_COLOR="#f6f8fa" # Background
export FOREGROUND_COLOR="#1f2328" # Foreground (Text)

export CURSOR_COLOR="#1f2328" # Cursor

# | ===========================================================================
# | Apply Colors
Expand Down
2 changes: 1 addition & 1 deletion json/github-light.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"color_01": "#3E3E3E", "color_02": "#970B16", "color_03": "#07962A", "color_04": "#F8EEC7", "color_05": "#003E8A", "color_06": "#E94691", "color_07": "#89D1EC", "color_08": "#FFFFFF", "color_09": "#666666", "color_10": "#DE0000", "color_11": "#87D5A2", "color_12": "#F1D007", "color_13": "#2E6CBA", "color_14": "#FFA29F", "color_15": "#1CFAFE", "color_16": "#FFFFFF", "name": "Github Light", "foreground": "#3E3E3E", "background": "#F4F4F4", "cursor": "#3E3E3E", "hash": "23a76d8b9da3f4f136a854935e3c1b6d6921c311c5af03fdd2bd9843c2570b6d"}
{"color_01": "#24292f", "color_02": "#cf222e", "color_03": "#1a7f37", "color_04": "#9a6700", "color_05": "#0969da", "color_06": "#8250df", "color_07": "#1b7c83", "color_08": "#6e7781", "color_09": "#57606a", "color_10": "#a40e26", "color_11": "#2da44e", "color_12": "#bf8700", "color_13": "#218bff", "color_14": "#a475f9", "color_15": "#3192aa", "color_16": "#8c959f", "name": "Github Light", "foreground": "#1f2328", "background": "#f6f8fa", "cursor": "#1f2328", "hash": "a21d84f605749472b2473a9621f5b0a23a64acbbf4c9c313e4261752e73c3a64"}

0 comments on commit f4a914b

Please sign in to comment.