mirror of
https://github.com/Mayccoll/Gogh.git
synced 2023-08-10 21:12:46 +03:00
------- Generate Themes -------
This commit is contained in:
parent
af97ff6358
commit
3b8cb842c0
File diff suppressed because one or more lines are too long
2
gogh.sh
2
gogh.sh
@ -106,6 +106,7 @@ declare -a THEMES=(
|
||||
'highway.sh'
|
||||
'hipster-green.sh'
|
||||
'homebrew-light.sh'
|
||||
'homebrew-ocean.sh'
|
||||
'homebrew.sh'
|
||||
'horizon-bright.sh'
|
||||
'horizon-dark.sh'
|
||||
@ -166,7 +167,6 @@ declare -a THEMES=(
|
||||
'novel.sh'
|
||||
'obsidian.sh'
|
||||
'ocean-dark.sh'
|
||||
'ocean.sh'
|
||||
'oceanic-next.sh'
|
||||
'ollie.sh'
|
||||
'omni.sh'
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
export PROFILE_NAME="Ocean"
|
||||
export PROFILE_NAME="Homebrew Ocean"
|
||||
|
||||
export COLOR_01="#000000" # Black (Host)
|
||||
export COLOR_02="#990000" # Red (Syntax string)
|
@ -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": "Ocean", "foreground": "#FFFFFF", "background": "#224FBC", "cursor": "#FFFFFF", "hash": "e7e0ba7366e1215c2aed421a38adaf0ca51935fbac4a58f3fd733698b2c12b32"}
|
||||
{"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 Ocean", "foreground": "#FFFFFF", "background": "#224FBC", "cursor": "#FFFFFF", "hash": "d308a5025336432b8aa35a6e301d3f86e020771a47e3370ec6ef3879ed77e1fc"}
|
Loading…
Reference in New Issue
Block a user