Skip to content

Commit

Permalink
style: 💄 add new style
Browse files Browse the repository at this point in the history
graphql
docker*
cron*
  • Loading branch information
Equationzhao committed May 10, 2024
1 parent b95bbc6 commit d43e037
Show file tree
Hide file tree
Showing 3 changed files with 120 additions and 0 deletions.
40 changes: 40 additions & 0 deletions internal/theme/custom_builtin.json
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,34 @@
"color": "white",
"icon": ""
},
"cron.d": {
"color": "white",
"icon": ""
},
"cron.daily": {
"color": "white",
"icon": ""
},
"cron.hourly": {
"color": "white",
"icon": ""
},
"cron.minutely": {
"color": "white",
"icon": ""
},
"cron.mouthly": {
"color": "white",
"icon": ""
},
"cron.weekly": {
"color": "white",
"icon": ""
},
"crontab": {
"color": "white",
"icon": "\uE615"
},
"desktop": {
"color": "white",
"icon": ""
Expand All @@ -351,6 +379,10 @@
"color": "[150]@256",
"icon": ""
},
"docker-compose.yaml": {
"color": "BrightYellow",
"icon": ""
},
"docker-compose.yml": {
"color": "BrightYellow",
"icon": ""
Expand All @@ -359,6 +391,10 @@
"color": "BrightYellow",
"icon": ""
},
"dockerignore": {
"color": "BrightYellow",
"icon": ""
},
"documents": {
"color": "white",
"icon": ""
Expand Down Expand Up @@ -917,6 +953,10 @@
"color": "[214]@256",
"icon": ""
},
"graphql": {
"color": "white",
"icon": ""
},
"groovy": {
"color": "[158]@256",
"icon": ""
Expand Down
40 changes: 40 additions & 0 deletions internal/theme/default.go
Original file line number Diff line number Diff line change
Expand Up @@ -1055,6 +1055,10 @@ var Ext = Theme{
Color: constval.White,
Icon: "\uebcb",
},
"graphql": Style{
Color: constval.White,
Icon: "\uE662",
},
}

var Special = map[string]Style{
Expand Down Expand Up @@ -1315,6 +1319,10 @@ var Name = map[string]Style{
Color: constval.BrightYellow,
Icon: "\ue7b0",
},
"dockerignore": {
Color: constval.BrightYellow,
Icon: "\ue7b0",
},
"readme": {
Color: constval.Yellow,
Icon: "\uF48A",
Expand Down Expand Up @@ -1455,6 +1463,10 @@ var Name = map[string]Style{
Color: constval.BrightYellow,
Icon: "\ue7b0",
},
"docker-compose.yaml": {
Color: constval.BrightYellow,
Icon: "\ue7b0",
},
"contributing": {
Color: constval.White,
Icon: "\uF0C0",
Expand All @@ -1463,6 +1475,34 @@ var Name = map[string]Style{
Color: constval.White,
Icon: "\uF0C0",
},
"cron.minutely": {
Color: constval.White,
Icon: "\uE5FC",
},
"cron.d": {
Color: constval.White,
Icon: "\uE5FC",
},
"cron.daily": {
Color: constval.White,
Icon: "\uE5FC",
},
"cron.hourly": {
Color: constval.White,
Icon: "\uE5FC",
},
"cron.mouthly": {
Color: constval.White,
Icon: "\uE5FC",
},
"cron.weekly": {
Color: constval.White,
Icon: "\uE5FC",
},
"crontab": {
Color: constval.White,
Icon: "\uE5FC",
},
}

var Permission = map[string]Style{
Expand Down
40 changes: 40 additions & 0 deletions internal/theme/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,34 @@
"color": "white",
"icon": ""
},
"cron.d": {
"color": "white",
"icon": ""
},
"cron.daily": {
"color": "white",
"icon": ""
},
"cron.hourly": {
"color": "white",
"icon": ""
},
"cron.minutely": {
"color": "white",
"icon": ""
},
"cron.mouthly": {
"color": "white",
"icon": ""
},
"cron.weekly": {
"color": "white",
"icon": ""
},
"crontab": {
"color": "white",
"icon": ""
},
"desktop": {
"color": "white",
"icon": ""
Expand All @@ -351,6 +379,10 @@
"color": "[150]@256",
"icon": ""
},
"docker-compose.yaml": {
"color": "BrightYellow",
"icon": ""
},
"docker-compose.yml": {
"color": "BrightYellow",
"icon": ""
Expand All @@ -359,6 +391,10 @@
"color": "BrightYellow",
"icon": ""
},
"dockerignore": {
"color": "BrightYellow",
"icon": ""
},
"documents": {
"color": "white",
"icon": ""
Expand Down Expand Up @@ -917,6 +953,10 @@
"color": "[214]@256",
"icon": ""
},
"graphql": {
"color": "white",
"icon": ""
},
"groovy": {
"color": "[158]@256",
"icon": ""
Expand Down

0 comments on commit d43e037

Please sign in to comment.