Skip to content

Commit 4ac173d

Browse files
author
github-actions[bot]
committed
Gogh 🤖
1 parent 1355592 commit 4ac173d

File tree

9 files changed

+226
-3
lines changed

9 files changed

+226
-3
lines changed

data/json/minimalist-dark.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "Minimalist Dark",
3+
"author": "Gabriel Soares (https://github.com/Gabrielsoac)",
4+
"variant": "dark",
5+
"color_01": "#F5F5F5",
6+
"color_02": "#B81414",
7+
"color_03": "#205843",
8+
"color_04": "#D28F79",
9+
"color_05": "#AA5A24",
10+
"color_06": "#582957",
11+
"color_07": "#FE8330",
12+
"color_08": "#A5A2A2",
13+
"color_09": "#5C5855",
14+
"color_10": "#E8BBD0",
15+
"color_11": "#006400",
16+
"color_12": "#4A4543",
17+
"color_13": "#A16A94",
18+
"color_14": "#A020F0",
19+
"color_15": "#FF69B4",
20+
"color_16": "#CACAD0",
21+
"background": "#13141f",
22+
"foreground": "#F5F5F5",
23+
"cursor": "#F5F5F5",
24+
"hash": "7a64a4469d01f7f5da5dd7aa521c30b4afc05166e86930e0f3d22cd27d40188f"
25+
}

data/themes-min.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

data/themes.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ Mar,,,#000000,#B5407B,#7BB540,#B57B40,#407BB5,#7B40B5,#40B57B,#F8F8F8,#737373,#C
194194
Material,,,#073641,#EB606B,#C3E88D,#F7EB95,#80CBC3,#FF2490,#AEDDFF,#FFFFFF,#002B36,#EB606B,#C3E88D,#F7EB95,#7DC6BF,#6C71C3,#34434D,#FFFFFF,#1E282C,#C3C7D1,#657B83,7ae55f2c5c0cb062fe0065d3318717a598bbd809a70dda7fe8428530e1762cde
195195
Mathias,,,#000000,#E52222,#A6E32D,#FC951E,#C48DFF,#FA2573,#67D9F0,#F2F2F2,#555555,#FF5555,#55FF55,#FFFF55,#5555FF,#FF55FF,#55FFFF,#FFFFFF,#000000,#BBBBBB,#BBBBBB,e19270a109bedbdcabd7a269b336faf0c202b979bb902740dee0d76272d408ba
196196
Medallion,,,#000000,#B64C00,#7C8B16,#D3BD26,#616BB0,#8C5A90,#916C25,#CAC29A,#5E5219,#FF9149,#B2CA3B,#FFE54A,#ACB8FF,#FFA0FF,#FFBC51,#FED698,#1D1908,#CAC296,#CAC296,cf7907d8a3409514e6e34d9ce43c4d2615062a8d1ffce3fa2c4a391e718ab691
197+
Minimalist Dark,Gabriel Soares (https://github.com/Gabrielsoac),dark,#F5F5F5,#B81414,#205843,#D28F79,#AA5A24,#582957,#FE8330,#A5A2A2,#5C5855,#E8BBD0,#006400,#4A4543,#A16A94,#A020F0,#FF69B4,#CACAD0,#13141f,#F5F5F5,#F5F5F5,7a64a4469d01f7f5da5dd7aa521c30b4afc05166e86930e0f3d22cd27d40188f
197198
Miramare,,,#242021,#e68183,#a7c080,#d9bb80,#89beba,#d3a0bc,#87c095,#d8caac,#444444,#e39b7b,#a7c080,#d9bb80,#89beba,#d3a0bc,#87c095,#e6d6ac,#2a2426,#e6d6ac,#e6d6ac,d16846937e101153b67fa89ef204cc25e39f632407ab8aa54b3cb56906ec629d
198199
Misterioso,,,#000000,#FF4242,#74AF68,#FFAD29,#338F86,#9414E6,#23D7D7,#E1E1E0,#555555,#FF3242,#74CD68,#FFB929,#23D7D7,#FF37FF,#00EDE1,#FFFFFF,#2D3743,#E1E1E0,#E1E1E0,fbdececd7eee7b1ff32af7ac2ee11bab90d29db036d16dc51c605f02b752645f
199200
Modus Operandi,,,#ffffff,#a60000,#006800,#6f5500,#0031a9,#721045,#005e8b,#000000,#f2f2f2,#d00000,#008900,#808000,#0000ff,#dd22dd,#008899,#595959,#ffffff,#000000,#000000,eaaf666fad08b126c51535016bed934eca10f7629b08cdf9fd23cf7511e1fe16

data/themes.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4874,6 +4874,31 @@
48744874
"cursor": "#CAC296",
48754875
"hash": "cf7907d8a3409514e6e34d9ce43c4d2615062a8d1ffce3fa2c4a391e718ab691"
48764876
},
4877+
{
4878+
"name": "Minimalist Dark",
4879+
"author": "Gabriel Soares (https://github.com/Gabrielsoac)",
4880+
"variant": "dark",
4881+
"color_01": "#F5F5F5",
4882+
"color_02": "#B81414",
4883+
"color_03": "#205843",
4884+
"color_04": "#D28F79",
4885+
"color_05": "#AA5A24",
4886+
"color_06": "#582957",
4887+
"color_07": "#FE8330",
4888+
"color_08": "#A5A2A2",
4889+
"color_09": "#5C5855",
4890+
"color_10": "#E8BBD0",
4891+
"color_11": "#006400",
4892+
"color_12": "#4A4543",
4893+
"color_13": "#A16A94",
4894+
"color_14": "#A020F0",
4895+
"color_15": "#FF69B4",
4896+
"color_16": "#CACAD0",
4897+
"background": "#13141f",
4898+
"foreground": "#F5F5F5",
4899+
"cursor": "#F5F5F5",
4900+
"hash": "7a64a4469d01f7f5da5dd7aa521c30b4afc05166e86930e0f3d22cd27d40188f"
4901+
},
48774902
{
48784903
"name": "Miramare",
48794904
"author": "",

data/wcag-min.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

data/wcag.json

Lines changed: 120 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23359,6 +23359,126 @@
2335923359
"AA": 1
2336023360
}
2336123361
},
23362+
{
23363+
"theme": "Minimalist Dark",
23364+
"background": "#13141f",
23365+
"results": [
23366+
{
23367+
"Color": "Foreground",
23368+
"Hex": "#F5F5F5",
23369+
"Score": "AAA",
23370+
"Ratio": "16.8"
23371+
},
23372+
{
23373+
"Color": "color_01",
23374+
"Hex": "#F5F5F5",
23375+
"Score": "AAA",
23376+
"Ratio": "16.8"
23377+
},
23378+
{
23379+
"Color": "color_02",
23380+
"Hex": "#B81414",
23381+
"Score": "Fail",
23382+
"Ratio": "2.7"
23383+
},
23384+
{
23385+
"Color": "color_03",
23386+
"Hex": "#205843",
23387+
"Score": "Fail",
23388+
"Ratio": "2.2"
23389+
},
23390+
{
23391+
"Color": "color_04",
23392+
"Hex": "#D28F79",
23393+
"Score": "AA",
23394+
"Ratio": "6.9"
23395+
},
23396+
{
23397+
"Color": "color_05",
23398+
"Hex": "#AA5A24",
23399+
"Score": "AA Large",
23400+
"Ratio": "3.7"
23401+
},
23402+
{
23403+
"Color": "color_06",
23404+
"Hex": "#582957",
23405+
"Score": "Fail",
23406+
"Ratio": "1.6"
23407+
},
23408+
{
23409+
"Color": "color_07",
23410+
"Hex": "#FE8330",
23411+
"Score": "AAA",
23412+
"Ratio": "7.4"
23413+
},
23414+
{
23415+
"Color": "color_08",
23416+
"Hex": "#A5A2A2",
23417+
"Score": "AAA",
23418+
"Ratio": "7.2"
23419+
},
23420+
{
23421+
"Color": "color_09",
23422+
"Hex": "#5C5855",
23423+
"Score": "Fail",
23424+
"Ratio": "2.6"
23425+
},
23426+
{
23427+
"Color": "color_10",
23428+
"Hex": "#E8BBD0",
23429+
"Score": "AAA",
23430+
"Ratio": "10.8"
23431+
},
23432+
{
23433+
"Color": "color_11",
23434+
"Hex": "#006400",
23435+
"Score": "Fail",
23436+
"Ratio": "2.5"
23437+
},
23438+
{
23439+
"Color": "color_12",
23440+
"Hex": "#4A4543",
23441+
"Score": "Fail",
23442+
"Ratio": "1.9"
23443+
},
23444+
{
23445+
"Color": "color_13",
23446+
"Hex": "#A16A94",
23447+
"Score": "AA Large",
23448+
"Ratio": "4.4"
23449+
},
23450+
{
23451+
"Color": "color_14",
23452+
"Hex": "#A020F0",
23453+
"Score": "AA Large",
23454+
"Ratio": "3.5"
23455+
},
23456+
{
23457+
"Color": "color_15",
23458+
"Hex": "#FF69B4",
23459+
"Score": "AA",
23460+
"Ratio": "6.9"
23461+
},
23462+
{
23463+
"Color": "color_16",
23464+
"Hex": "#CACAD0",
23465+
"Score": "AAA",
23466+
"Ratio": "11.2"
23467+
},
23468+
{
23469+
"Color": "cursor",
23470+
"Hex": "#F5F5F5",
23471+
"Score": "AAA",
23472+
"Ratio": "16.8"
23473+
}
23474+
],
23475+
"scoreCounts": {
23476+
"AAA": 7,
23477+
"Fail": 6,
23478+
"AA": 2,
23479+
"AA Large": 3
23480+
}
23481+
},
2336223482
{
2336323483
"theme": "Miramare",
2336423484
"background": "#2a2426",

gogh.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ declare -a THEMES=(
221221
'material.sh'
222222
'mathias.sh'
223223
'medallion.sh'
224+
'minimalist-dark.sh'
224225
'miramare.sh'
225226
'misterioso.sh'
226227
'modus-operandi-tinted.sh'

installs/minimalist-dark.sh

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
#!/usr/bin/env bash
2+
3+
export PROFILE_NAME="Minimalist Dark"
4+
5+
export COLOR_01="#F5F5F5" # Black (Host)
6+
export COLOR_02="#B81414" # Red (Syntax string)
7+
export COLOR_03="#205843" # Green (Command)
8+
export COLOR_04="#D28F79" # Yellow (Command second)
9+
export COLOR_05="#AA5A24" # Blue (Path)
10+
export COLOR_06="#582957" # Magenta (Syntax var)
11+
export COLOR_07="#FE8330" # Cyan (Prompt)
12+
export COLOR_08="#A5A2A2" # White
13+
14+
export COLOR_09="#5C5855" # Bright Black
15+
export COLOR_10="#E8BBD0" # Bright Red (Command error)
16+
export COLOR_11="#006400" # Bright Green (Exec)
17+
export COLOR_12="#4A4543" # Bright Yellow
18+
export COLOR_13="#A16A94" # Bright Blue (Folder)
19+
export COLOR_14="#A020F0" # Bright Magenta
20+
export COLOR_15="#FF69B4" # Bright Cyan
21+
export COLOR_16="#CACAD0" # Bright White
22+
23+
export BACKGROUND_COLOR="#13141f" # Background
24+
export FOREGROUND_COLOR="#F5F5F5" # Foreground (Text)
25+
26+
export CURSOR_COLOR="#F5F5F5" # Cursor
27+
28+
apply_theme() {
29+
if [[ -e "${GOGH_APPLY_SCRIPT}" ]]; then
30+
bash "${GOGH_APPLY_SCRIPT}"
31+
elif [[ -e "${PARENT_PATH}/apply-colors.sh" ]]; then
32+
bash "${PARENT_PATH}/apply-colors.sh"
33+
elif [[ -e "${SCRIPT_PATH}/apply-colors.sh" ]]; then
34+
bash "${SCRIPT_PATH}/apply-colors.sh"
35+
else
36+
printf '\n%s\n' "Error: Couldn't find apply-colors.sh" 1>&2
37+
exit 1
38+
fi
39+
}
40+
41+
# | ===========================================================================
42+
# | Apply Colors
43+
# | ===========================================================================
44+
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
45+
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"
46+
47+
if [ -z "${GOGH_NONINTERACTIVE+no}" ]; then
48+
apply_theme
49+
else
50+
apply_theme 1>/dev/null
51+
fi

tools/run.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Pipeline run timestamp: 2024-11-22 13:07:30
1+
Pipeline run timestamp: 2024-11-29 13:32:57

0 commit comments

Comments
 (0)