From d43e03767baf71ab7a3b472da034df2ad3b26932 Mon Sep 17 00:00:00 2001 From: equationzhao Date: Fri, 10 May 2024 12:06:11 +0800 Subject: [PATCH] style: :lipstick: add new style graphql docker* cron* --- internal/theme/custom_builtin.json | 40 ++++++++++++++++++++++++++++++ internal/theme/default.go | 40 ++++++++++++++++++++++++++++++ internal/theme/default.json | 40 ++++++++++++++++++++++++++++++ 3 files changed, 120 insertions(+) diff --git a/internal/theme/custom_builtin.json b/internal/theme/custom_builtin.json index ef5192e..4fda6cb 100644 --- a/internal/theme/custom_builtin.json +++ b/internal/theme/custom_builtin.json @@ -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": "" @@ -351,6 +379,10 @@ "color": "[150]@256", "icon": "" }, + "docker-compose.yaml": { + "color": "BrightYellow", + "icon": "" + }, "docker-compose.yml": { "color": "BrightYellow", "icon": "" @@ -359,6 +391,10 @@ "color": "BrightYellow", "icon": "" }, + "dockerignore": { + "color": "BrightYellow", + "icon": "" + }, "documents": { "color": "white", "icon": "" @@ -917,6 +953,10 @@ "color": "[214]@256", "icon": "" }, + "graphql": { + "color": "white", + "icon": "" + }, "groovy": { "color": "[158]@256", "icon": "" diff --git a/internal/theme/default.go b/internal/theme/default.go index 0ed0520..13ff6ab 100644 --- a/internal/theme/default.go +++ b/internal/theme/default.go @@ -1055,6 +1055,10 @@ var Ext = Theme{ Color: constval.White, Icon: "\uebcb", }, + "graphql": Style{ + Color: constval.White, + Icon: "\uE662", + }, } var Special = map[string]Style{ @@ -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", @@ -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", @@ -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{ diff --git a/internal/theme/default.json b/internal/theme/default.json index ef5192e..3a7c95e 100644 --- a/internal/theme/default.json +++ b/internal/theme/default.json @@ -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": "" @@ -351,6 +379,10 @@ "color": "[150]@256", "icon": "" }, + "docker-compose.yaml": { + "color": "BrightYellow", + "icon": "" + }, "docker-compose.yml": { "color": "BrightYellow", "icon": "" @@ -359,6 +391,10 @@ "color": "BrightYellow", "icon": "" }, + "dockerignore": { + "color": "BrightYellow", + "icon": "" + }, "documents": { "color": "white", "icon": "" @@ -917,6 +953,10 @@ "color": "[214]@256", "icon": "" }, + "graphql": { + "color": "white", + "icon": "" + }, "groovy": { "color": "[158]@256", "icon": ""