diff --git a/1080p/applets/android/colors.rasi b/1080p/applets/android/colors.rasi index 5ce46fc..24b1353 100644 --- a/1080p/applets/android/colors.rasi +++ b/1080p/applets/android/colors.rasi @@ -15,7 +15,7 @@ * * // Other * adapta, adapta-nokto, arc, arc-dark, adwaita, gruvbox, dark - * armchair, darkpink, fresh, inside, party, sirin + * armchair, darkpink, fresh, inside, party, sirin, dracula * */ diff --git a/1080p/applets/styles/colors.rasi b/1080p/applets/styles/colors.rasi index f9043a3..dc826fc 100644 --- a/1080p/applets/styles/colors.rasi +++ b/1080p/applets/styles/colors.rasi @@ -15,7 +15,7 @@ * * // Other * adapta, adapta-nokto, arc, arc-dark, adwaita, gruvbox, dark - * armchair, darkpink, fresh, inside, party, sirin + * armchair, darkpink, fresh, inside, party, sirin, dracula * */ diff --git a/1080p/applets/styles/dracula.rasi b/1080p/applets/styles/dracula.rasi new file mode 100644 index 0000000..20d9bae --- /dev/null +++ b/1080p/applets/styles/dracula.rasi @@ -0,0 +1,8 @@ +* { + accent: #bd93f9; + background: #282a36; + background-light: #6272a4; + foreground: #f8f8f2; + on: #ff5555; + off: #55ff55; +} \ No newline at end of file diff --git a/1080p/launchers/ribbon/styles/colors.rasi b/1080p/launchers/ribbon/styles/colors.rasi index 058681d..47f4a66 100644 --- a/1080p/launchers/ribbon/styles/colors.rasi +++ b/1080p/launchers/ribbon/styles/colors.rasi @@ -3,7 +3,7 @@ * * Available Color Schemes * - * bluish berry nordic nightly gotham mask faded cocoa + * bluish berry nordic nightly gotham mask faded cocoa dracula * */ diff --git a/1080p/launchers/ribbon/styles/dracula.rasi b/1080p/launchers/ribbon/styles/dracula.rasi new file mode 100644 index 0000000..66d7df9 --- /dev/null +++ b/1080p/launchers/ribbon/styles/dracula.rasi @@ -0,0 +1,9 @@ +* { + background: #282a36FF; + background-alt: #44475aFF; + foreground: #f8f8f2FF; + border: #6272a4FF; + border-alt: #6272a4FF; + selected: #bd93f91A; + urgent: #ff5555FF; +} \ No newline at end of file diff --git a/1080p/launchers/text/styles/colors.rasi b/1080p/launchers/text/styles/colors.rasi index 8d14819..2423acd 100644 --- a/1080p/launchers/text/styles/colors.rasi +++ b/1080p/launchers/text/styles/colors.rasi @@ -4,7 +4,7 @@ * Available Color Schemes * * bluish berry nordic nightly gotham mask faded cocoa - * black white + * black white dracula * */ diff --git a/1080p/launchers/text/styles/dracula.rasi b/1080p/launchers/text/styles/dracula.rasi new file mode 100644 index 0000000..65b8bdf --- /dev/null +++ b/1080p/launchers/text/styles/dracula.rasi @@ -0,0 +1,15 @@ +/* colors */ + +* { + al: #00000000; + bg: #282a36FF; + se: #44475aFF; + fg: #f8f8f2FF; + ac: #6272a4FF; + red: #ff5555FF; + green: #50fa7bFF; + yellow: #f1fa8cFF; + blue: #8be9fdFF; + purple: #bd93f9FF; + cyan: #8be9fdFF; +} \ No newline at end of file diff --git a/1080p/powermenu/styles/colors.rasi b/1080p/powermenu/styles/colors.rasi index a3c4a5a..56bb881 100644 --- a/1080p/powermenu/styles/colors.rasi +++ b/1080p/powermenu/styles/colors.rasi @@ -3,7 +3,7 @@ * * Available Color Schemes * - * bluish berry nordic nightly gotham mask faded cocoa + * bluish berry nordic nightly gotham mask faded cocoa dracula * */ diff --git a/1080p/powermenu/styles/dracula.rasi b/1080p/powermenu/styles/dracula.rasi new file mode 100644 index 0000000..66d7df9 --- /dev/null +++ b/1080p/powermenu/styles/dracula.rasi @@ -0,0 +1,9 @@ +* { + background: #282a36FF; + background-alt: #44475aFF; + foreground: #f8f8f2FF; + border: #6272a4FF; + border-alt: #6272a4FF; + selected: #bd93f91A; + urgent: #ff5555FF; +} \ No newline at end of file diff --git a/720p/applets/android/colors.rasi b/720p/applets/android/colors.rasi index 5ce46fc..24b1353 100644 --- a/720p/applets/android/colors.rasi +++ b/720p/applets/android/colors.rasi @@ -15,7 +15,7 @@ * * // Other * adapta, adapta-nokto, arc, arc-dark, adwaita, gruvbox, dark - * armchair, darkpink, fresh, inside, party, sirin + * armchair, darkpink, fresh, inside, party, sirin, dracula * */ diff --git a/720p/applets/styles/colors.rasi b/720p/applets/styles/colors.rasi index f9043a3..dc826fc 100644 --- a/720p/applets/styles/colors.rasi +++ b/720p/applets/styles/colors.rasi @@ -15,7 +15,7 @@ * * // Other * adapta, adapta-nokto, arc, arc-dark, adwaita, gruvbox, dark - * armchair, darkpink, fresh, inside, party, sirin + * armchair, darkpink, fresh, inside, party, sirin, dracula * */ diff --git a/720p/applets/styles/dracula.rasi b/720p/applets/styles/dracula.rasi new file mode 100644 index 0000000..20d9bae --- /dev/null +++ b/720p/applets/styles/dracula.rasi @@ -0,0 +1,8 @@ +* { + accent: #bd93f9; + background: #282a36; + background-light: #6272a4; + foreground: #f8f8f2; + on: #ff5555; + off: #55ff55; +} \ No newline at end of file diff --git a/720p/launchers/ribbon/styles/colors.rasi b/720p/launchers/ribbon/styles/colors.rasi index a3c4a5a..56bb881 100644 --- a/720p/launchers/ribbon/styles/colors.rasi +++ b/720p/launchers/ribbon/styles/colors.rasi @@ -3,7 +3,7 @@ * * Available Color Schemes * - * bluish berry nordic nightly gotham mask faded cocoa + * bluish berry nordic nightly gotham mask faded cocoa dracula * */ diff --git a/720p/launchers/ribbon/styles/dracula.rasi b/720p/launchers/ribbon/styles/dracula.rasi new file mode 100644 index 0000000..66d7df9 --- /dev/null +++ b/720p/launchers/ribbon/styles/dracula.rasi @@ -0,0 +1,9 @@ +* { + background: #282a36FF; + background-alt: #44475aFF; + foreground: #f8f8f2FF; + border: #6272a4FF; + border-alt: #6272a4FF; + selected: #bd93f91A; + urgent: #ff5555FF; +} \ No newline at end of file diff --git a/720p/launchers/text/styles/colors.rasi b/720p/launchers/text/styles/colors.rasi index d091cae..2f77bfe 100644 --- a/720p/launchers/text/styles/colors.rasi +++ b/720p/launchers/text/styles/colors.rasi @@ -4,7 +4,7 @@ * Available Color Schemes * * bluish berry nordic nightly gotham mask faded cocoa - * black white + * black white dracula * */ diff --git a/720p/launchers/text/styles/dracula.rasi b/720p/launchers/text/styles/dracula.rasi new file mode 100644 index 0000000..65b8bdf --- /dev/null +++ b/720p/launchers/text/styles/dracula.rasi @@ -0,0 +1,15 @@ +/* colors */ + +* { + al: #00000000; + bg: #282a36FF; + se: #44475aFF; + fg: #f8f8f2FF; + ac: #6272a4FF; + red: #ff5555FF; + green: #50fa7bFF; + yellow: #f1fa8cFF; + blue: #8be9fdFF; + purple: #bd93f9FF; + cyan: #8be9fdFF; +} \ No newline at end of file diff --git a/720p/powermenu/styles/colors.rasi b/720p/powermenu/styles/colors.rasi index 57b810d..0e310ed 100644 --- a/720p/powermenu/styles/colors.rasi +++ b/720p/powermenu/styles/colors.rasi @@ -3,7 +3,7 @@ * * Available Color Schemes * - * bluish berry nordic nightly gotham mask faded cocoa + * bluish berry nordic nightly gotham mask faded cocoa dracula * */ diff --git a/720p/powermenu/styles/dracula.rasi b/720p/powermenu/styles/dracula.rasi new file mode 100644 index 0000000..66d7df9 --- /dev/null +++ b/720p/powermenu/styles/dracula.rasi @@ -0,0 +1,9 @@ +* { + background: #282a36FF; + background-alt: #44475aFF; + foreground: #f8f8f2FF; + border: #6272a4FF; + border-alt: #6272a4FF; + selected: #bd93f91A; + urgent: #ff5555FF; +} \ No newline at end of file