From d538835974b441d719b6e1f43911ae0aa9603c52 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 17 Jun 2023 06:25:13 +0000 Subject: [PATCH] chore(build): auto-generate extras --- README.md | 1 + extras/dunst/tokyonight_day.dunstrc | 17 +++++++++++++++++ extras/dunst/tokyonight_moon.dunstrc | 17 +++++++++++++++++ extras/dunst/tokyonight_night.dunstrc | 17 +++++++++++++++++ extras/dunst/tokyonight_storm.dunstrc | 17 +++++++++++++++++ extras/lua/tokyonight_day.lua | 3 ++- extras/lua/tokyonight_moon.lua | 3 ++- extras/lua/tokyonight_night.lua | 3 ++- extras/lua/tokyonight_storm.lua | 3 ++- 9 files changed, 77 insertions(+), 4 deletions(-) create mode 100644 extras/dunst/tokyonight_day.dunstrc create mode 100644 extras/dunst/tokyonight_moon.dunstrc create mode 100644 extras/dunst/tokyonight_night.dunstrc create mode 100644 extras/dunst/tokyonight_storm.dunstrc diff --git a/README.md b/README.md index ebd972b..fb23a42 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ extra themes for Kitty, Alacritty, iTerm and Fish. - [Alacritty](https://github.com/alacritty/alacritty) ([alacritty](extras/alacritty)) - [Delta](https://github.com/dandavison/delta) ([delta](extras/delta)) +- [Dunst](https://dunst-project.org/) ([dunst](extras/dunst)) - [Fish](https://fishshell.com/docs/current/index.html) ([fish](extras/fish)) - [Fish Themes](https://fishshell.com/docs/current/interactive.html#syntax-highlighting) ([fish_themes](extras/fish_themes)) - [Foot](https://codeberg.org/dnkl/foot) ([foot](extras/foot)) diff --git a/extras/dunst/tokyonight_day.dunstrc b/extras/dunst/tokyonight_day.dunstrc new file mode 100644 index 0000000..908a1b7 --- /dev/null +++ b/extras/dunst/tokyonight_day.dunstrc @@ -0,0 +1,17 @@ +# TokyoNight colors for dunst +# For more configuraion options see https://github.com/dunst-project/dunst/blob/master/dunstrc + +[urgency_low] + background = "#e9e9ec" + foreground = "#3760bf" + frame_color = "#3760bf" + +[urgency_normal] + background = "#e1e2e7" + foreground = "#3760bf" + frame_color = "#3760bf" + +[urgency_critical] + background = "#c4c8da" + foreground = "#c64343" + frame_color = "#c64343" diff --git a/extras/dunst/tokyonight_moon.dunstrc b/extras/dunst/tokyonight_moon.dunstrc new file mode 100644 index 0000000..008fd68 --- /dev/null +++ b/extras/dunst/tokyonight_moon.dunstrc @@ -0,0 +1,17 @@ +# TokyoNight colors for dunst +# For more configuraion options see https://github.com/dunst-project/dunst/blob/master/dunstrc + +[urgency_low] + background = "#1e2030" + foreground = "#c8d3f5" + frame_color = "#c8d3f5" + +[urgency_normal] + background = "#222436" + foreground = "#c8d3f5" + frame_color = "#c8d3f5" + +[urgency_critical] + background = "#2f334d" + foreground = "#c53b53" + frame_color = "#c53b53" diff --git a/extras/dunst/tokyonight_night.dunstrc b/extras/dunst/tokyonight_night.dunstrc new file mode 100644 index 0000000..d58cd18 --- /dev/null +++ b/extras/dunst/tokyonight_night.dunstrc @@ -0,0 +1,17 @@ +# TokyoNight colors for dunst +# For more configuraion options see https://github.com/dunst-project/dunst/blob/master/dunstrc + +[urgency_low] + background = "#16161e" + foreground = "#c0caf5" + frame_color = "#c0caf5" + +[urgency_normal] + background = "#1a1b26" + foreground = "#c0caf5" + frame_color = "#c0caf5" + +[urgency_critical] + background = "#292e42" + foreground = "#db4b4b" + frame_color = "#db4b4b" diff --git a/extras/dunst/tokyonight_storm.dunstrc b/extras/dunst/tokyonight_storm.dunstrc new file mode 100644 index 0000000..c721102 --- /dev/null +++ b/extras/dunst/tokyonight_storm.dunstrc @@ -0,0 +1,17 @@ +# TokyoNight colors for dunst +# For more configuraion options see https://github.com/dunst-project/dunst/blob/master/dunstrc + +[urgency_low] + background = "#1f2335" + foreground = "#c0caf5" + frame_color = "#c0caf5" + +[urgency_normal] + background = "#24283b" + foreground = "#c0caf5" + frame_color = "#c0caf5" + +[urgency_critical] + background = "#292e42" + foreground = "#db4b4b" + frame_color = "#db4b4b" diff --git a/extras/lua/tokyonight_day.lua b/extras/lua/tokyonight_day.lua index 5056e63..8fd8d41 100644 --- a/extras/lua/tokyonight_day.lua +++ b/extras/lua/tokyonight_day.lua @@ -972,7 +972,8 @@ local highlights = { nocombine = true }, MiniIndentscopeSymbol = { - fg = "#188092" + fg = "#188092", + nocombine = true }, MiniJump = { bg = "#d20065", diff --git a/extras/lua/tokyonight_moon.lua b/extras/lua/tokyonight_moon.lua index 84b036e..c363058 100644 --- a/extras/lua/tokyonight_moon.lua +++ b/extras/lua/tokyonight_moon.lua @@ -972,7 +972,8 @@ local highlights = { nocombine = true }, MiniIndentscopeSymbol = { - fg = "#65bcff" + fg = "#65bcff", + nocombine = true }, MiniJump = { bg = "#ff007c", diff --git a/extras/lua/tokyonight_night.lua b/extras/lua/tokyonight_night.lua index 34e1d96..03d91e7 100644 --- a/extras/lua/tokyonight_night.lua +++ b/extras/lua/tokyonight_night.lua @@ -972,7 +972,8 @@ local highlights = { nocombine = true }, MiniIndentscopeSymbol = { - fg = "#2ac3de" + fg = "#2ac3de", + nocombine = true }, MiniJump = { bg = "#ff007c", diff --git a/extras/lua/tokyonight_storm.lua b/extras/lua/tokyonight_storm.lua index 8501ef6..1138858 100644 --- a/extras/lua/tokyonight_storm.lua +++ b/extras/lua/tokyonight_storm.lua @@ -972,7 +972,8 @@ local highlights = { nocombine = true }, MiniIndentscopeSymbol = { - fg = "#2ac3de" + fg = "#2ac3de", + nocombine = true }, MiniJump = { bg = "#ff007c",