------- Generate Themes -------

This commit is contained in:
github-actions[bot] 2023-02-27 20:25:52 +00:00
parent 94c7367008
commit 7e440e1be3
4 changed files with 3 additions and 3 deletions

Binary file not shown.

View File

@ -105,6 +105,7 @@ declare -a THEMES=(
'hemisu-light.sh'
'highway.sh'
'hipster-green.sh'
'homebrew-light.sh'
'homebrew.sh'
'horizon-bright.sh'
'horizon-dark.sh'
@ -227,7 +228,6 @@ declare -a THEMES=(
'synthwave.sh'
'teerb.sh'
'tender.sh'
'terminal-basic.sh'
'terminix-dark.sh'
'thayer-bright.sh'
'tin.sh'

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
export PROFILE_NAME="Terminal Basic"
export PROFILE_NAME="Homebrew Light"
export COLOR_01="#000000" # Black (Host)
export COLOR_02="#990000" # Red (Syntax string)

View File

@ -1 +1 @@
{"color_01": "#000000", "color_02": "#990000", "color_03": "#00A600", "color_04": "#999900", "color_05": "#0000B2", "color_06": "#B200B2", "color_07": "#00A6B2", "color_08": "#BFBFBF", "color_09": "#666666", "color_10": "#E50000", "color_11": "#00D900", "color_12": "#E5E500", "color_13": "#0000FF", "color_14": "#E500E5", "color_15": "#00E5E5", "color_16": "#E5E5E5", "name": "Terminal Basic", "foreground": "#000000", "background": "#FFFFFF", "cursor": "#000000", "hash": "74807f5766f08f4ccf46918bb6e6f7d35a5c7b753673a37369141de48c8b1113"}
{"color_01": "#000000", "color_02": "#990000", "color_03": "#00A600", "color_04": "#999900", "color_05": "#0000B2", "color_06": "#B200B2", "color_07": "#00A6B2", "color_08": "#BFBFBF", "color_09": "#666666", "color_10": "#E50000", "color_11": "#00D900", "color_12": "#E5E500", "color_13": "#0000FF", "color_14": "#E500E5", "color_15": "#00E5E5", "color_16": "#E5E5E5", "name": "Homebrew Light", "foreground": "#000000", "background": "#FFFFFF", "cursor": "#000000", "hash": "1398d0263fb0a732519b7ea0d7aeb24f557f9d2df7df94be32e242194b33d309"}