From c11a0db97fad18db098447522bc0c2db3bfae071 Mon Sep 17 00:00:00 2001 From: Xander Swan Date: Wed, 3 Dec 2025 10:00:41 -0500 Subject: Discord and spicetify themes --- Discord.theme.css | 68 +++++++++++++ README.md | 19 +++- spicetify_bloom_colors.ini | 237 +++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 321 insertions(+), 3 deletions(-) create mode 100644 Discord.theme.css create mode 100644 spicetify_bloom_colors.ini diff --git a/Discord.theme.css b/Discord.theme.css new file mode 100644 index 0000000..864d6fd --- /dev/null +++ b/Discord.theme.css @@ -0,0 +1,68 @@ +/** + * @name DiscordRecolor + * @description Allows you to customize Discord's native Color Scheme + * @author DevilBro + * @version 1.0.0 + * @authorId 278543574059057154 + * @invite Jx3TjNS + * @donate https://www.paypal.me/MircoWittrien + * @patreon https://www.patreon.com/MircoWittrien + * @website https://mwittrien.github.io/ + * @source https://github.com/mwittrien/BetterDiscordAddons/tree/master/Themes/DiscordRecolor/ + * @updateUrl https://mwittrien.github.io/BetterDiscordAddons/Themes/DiscordRecolor/DiscordRecolor.theme.css + * + * @var checkbox settingsicons_s "User Settings Icons" 1 + * @var text font_s "General Font" "gg sans", "Noto Sans" + * @var text accentcolor_s "Blurple Color: [default] = 88, 101, 242" 88, 101, 242 + * @var text accentcolor2_s "Boost Pink Color: [default] = 255, 115, 250" 255, 115, 250 + * @var text linkcolor_s "Link Color: [default] = 0, 176, 244" 0, 176, 244 + * @var text mentioncolor_s "Mentioned Color: [default] = 250, 166, 26" 250, 166, 26 + * @var text successcolor_s "Success Color: [default] = 59, 165, 92" 59, 165, 92 + * @var text warningcolor_s "Warning Color: [default] = 250, 166, 26" 250, 166, 26 + * @var text dangercolor_s "Danger Color: [default] = 237, 66, 69" 237, 66, 69 + * @var text textbrightest_s "Text Color 1: [default] = 255, 255, 255" 255, 255, 255 + * @var text textbrighter_s "Text Color 2: [default] = 220, 221, 222" 222, 222, 222 + * @var text textbright_s "Text Color 3: [default] = 185, 187, 190" 185, 185, 185 + * @var text textdark_s "Text Color 4: [default] = 142, 146, 151" 140, 140, 140 + * @var text textdarker_s "Text Color 5: [default] = 114, 118, 125" 115, 115, 115 + * @var text textdarkest_s "Text Color 6: [default] = 79, 84, 92" 80, 80, 80 + * @var text backgroundaccent_s "Background Accent: [default] = 64, 68, 75" 50, 50, 50 + * @var text backgroundprimary_s "Background 1: [default] = 54, 57, 63" 30, 30, 30 + * @var text backgroundsecondary_s "Background 2: [default] = 47, 49, 54" 20, 20, 20 + * @var text backgroundsecondaryalt_s "Background 3: [default] = 41, 43, 47" 15, 15, 15 + * @var text backgroundtertiary_s "Background 4: [default] = 32, 34, 37" 10, 10, 10 + * @var text backgroundfloating_s "Background Elevated: [default] = 24, 25, 28" 0, 0, 0 + */ + +/* To change the colors, change the variables inside the root {}, do NOT change the @import url() */ + +@import url(https://mwittrien.github.io/BetterDiscordAddons/Themes/DiscordRecolor/DiscordRecolor.css); + +/* All colors are in RGB format (red, green, blue) use: https://www.google.com/search?q=colorpicker */ + +:root { + --settingsicons: 1; /* Use Settings Icons in User Settings: 1 = yes, 0 = no */ + --font: "gg sans", "Noto Sans"; /* General Font */ + + --accentcolor: 255, 68, 153; /* Blurple - default: 88,101,242 - hex: #5865f2 */ + --accentcolor2: 255, 68, 153; /* Boostpink - default: 255,115,250 - hex: #ff73fa */ + --linkcolor: 255, 68, 153; /* Link Color - default: 0,176,244 - hex: #00b0f4 */ + --mentioncolor: 255, 68, 153; /* Highlight Color - default: 250,166,26 - hex: #faa61a */ + --successcolor: 59,165,92; /* Success Color - default: 59,165,92 - hex: #3ba55c */ + --warningcolor: 250,166,26; /* Warning Color - default: 250,166,26 - hex: #faa61a */ + --dangercolor: 237,66,69; /* Danger Color - default: 237,66,69 - hex: #ed4245 */ + + --textbrightest: 255,255,255; /* Text Color 1 - default: 255,255,255 - hex: #ffffff */ + --textbrighter: 222,222,222; /* Text Color 2 - default: 220,221,222 - hex: #dcddde */ + --textbright: 185,185,185; /* Text Color 3 - default: 185,187,190 - hex: #b9bbbe */ + --textdark: 140,140,140; /* Text Color 4 - default: 142,146,151 - hex: #8e9297 */ + --textdarker: 115,115,115; /* Text Color 5 - default: 114,118,125 - hex: #72767d */ + --textdarkest: 80,80,80; /* Text Color 6 - default: 79,84,92 - hex: #4f545c */ + + --backgroundaccent: 51,51,51; /* Background Accent - default: 64,68,75 - hex: #40444b */ + --backgroundprimary: 25,25,25; /* Background 1 - default: 54,57,63 - hex: #36393f */ + --backgroundsecondary: 17,17,17; /* Background 2 - default: 47,49,54 - hex: #2f3136 */ + --backgroundsecondaryalt: 15,15,15; /* Background 3 - default: 41,43,47 - hex: #292b2f */ + --backgroundtertiary: 10,10,10; /* Background 4 - default: 32,34,37 - hex: #202225 */ + --backgroundfloating: 0,0,0; /* Background Elevated - default: 24,25,28 - hex: #18191c */ +} diff --git a/README.md b/README.md index b282526..b6e77b5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Dotfiles -My dotfiles. Neovim needs Packer. +My dotfiles. I use the JetBrains Nerd Font everywhere. Find it [here](https://www.nerdfonts.com/font-downloads). @@ -8,12 +8,25 @@ My wallpaper is [here](https://github.com/whoisYoges/lwalpapers/blob/PicturesOnl ![image](https://github.com/IAmCheeseman/dotfiles/assets/64710123/5cdc4272-4de3-4bac-92e9-0b3b246a69a3) +## Neovim +Install [Packer](https://github.com/wbthomason/packer.nvim). +Then run `:PackerSync`. + ## Rofi -I didn't want to put Rofi here since it's just a minorly edited version of someone else's theme. +I didn't want to put Rofi here since it's just a minorly edited version of +someone else's theme. If you want it, add it like so: -- Get the base theme [here](https://github.com/newmanls/rofi-themes-collection), it's the square material red. +- Get the base theme [here](https://github.com/newmanls/rofi-themes-collection), +it's the square material red. - Change `accent-color` to #FF4499. - Change `bg0` to #333333. - Change `bg1` to #444444. - Change `fg0` to #FFFFFF. - Change `font` to `"JetBrainsMono Nerd Font Medium 12"`. + +# Discord +Install better discord and move the theme into there. + +# Spicetify +Install spicetify, and [this theme](https://github.com/nimsandu/spicetify-bloom). +Replace `color.ini` with `spicetify_bloom_colors.ini`. diff --git a/spicetify_bloom_colors.ini b/spicetify_bloom_colors.ini new file mode 100644 index 0000000..bfdb067 --- /dev/null +++ b/spicetify_bloom_colors.ini @@ -0,0 +1,237 @@ +; accent = button = button-active - accent color +; alt-text - text on the accent color +; card = tab-active +; notif-bubble-info/error - if your text(!) is light then pick up the colors from the the light scheme. +; If it is dark - pick up the colors from the dark scheme. +; notification-error/notif-bubble-info - if your scheme is light then pick up the colors from the the light scheme. +; If it is dark - pick up the colors from the dark scheme. +; subtext = misc + +[dark] +text = ffffff +subtext = cccccc +alt-text = 000000 +main = 191919 +sidebar = 111111 +player = 222222 +player-border = ff4499 +player-bar-shadow = 000000 +player-bar-bg = 313131 +card = 222222 +shadow = ffffff +selected-row = 808080 +button = 222222 +button-active = ff4499 +button-disabled = 111111 +tab-active = 22222a +notification = 42a0fe +notification-error = ff99a4 +notif-bubble-info = 182b3f +notif-bubble-error = 442726 +misc = 909090 +not-selected = bbbbbb +accent = ff4499 +layer-shadow = 040404 +contour = 34363d +dark-border = 111111 +light-border = ff4499 + +[light] +text = 1B1B1B +subtext = 6d6d6d +alt-text = ffffff +main = f9f9f9 +sidebar = F3F3F3 +player = F3F3F3 +player-border = e4e4e4 +player-bar-shadow = a5a5a5 +player-bar-bg = 7d7d7d +card = ffffff +shadow = ffffff +selected-row = e6e6e6 +button = 006bba +button-active = 006bba +button-disabled = cccccc +tab-active = ffffff +notification = 0068d1 +notification-error = c42b1c +notif-bubble-info = e3f2fc +notif-bubble-error = fde7e9 +misc = 6d6d6d +not-selected = bbbbbb +accent = 006bba +layer-shadow = bfbfbf +contour = efefef +dark-border = E5E5E5 +light-border = E5E5E5 + +[darkmono] +text = ffffff +subtext = 909090 +alt-text = 000000 +main = 121212 +sidebar = 191919 +player = 262626 +player-border = 3c3c3c +player-bar-shadow = 080808 +player-bar-bg = 333333 +card = 1c1c1c +shadow = ffffff +selected-row = 373737 +button = 00ffa1 +button-active = 00ffa1 +button-disabled = 313131 +tab-active = 1c1c1c +notification = 42a0fe +notification-error = ff99a4 +notif-bubble-info = 182b3f +notif-bubble-error = 442726 +misc = 909090 +not-selected = bbbbbb +accent = 00ffa1 +layer-shadow = 000000 +contour = 3c3c3c +dark-border = 171717 +light-border = 3a3a3a + +[comfy] +text = ffffff +subtext = aaaaaa +alt-text = 000000 +main = 23283d +sidebar = 1a202e +nav-icon-active = bbbbbb +player = 1a202e +player-border = 333b4d +player-bar-shadow = 171717 +player-bar-bg = 313131 +card = 1e2233 +shadow = ffffff +selected-row = 303650 +button = 35b8f3 +button-active = 35b8f3 +button-disabled = 2c3149 +tab-active = 1e2233 +notification = 42a0fe +notification-error = ff99a4 +notif-bubble-info = 182b3f +notif-bubble-error = 442726 +misc = aaaaaa +not-selected = bbbbbb +accent = 35b8f3 +layer-shadow = 0e1016 +contour = 333b4d + +[darkgreen] +text = bfffe8 +subtext = 7ca697 +alt-text = 000000 +main = 1B2421 +sidebar = 161f1b +player = 101411 +player-border = 33433d +player-bar-shadow = BBF1DD +player-bar-bg = 323336 +card = 141a16 +shadow = 101411 +selected-row = 33433D +button = BBF1DD +button-active = BBF1DD +button-disabled = 2c3a35 +tab-active = 141a16 +notification = 42a0fe +notification-error = ff99a4 +notif-bubble-info = 182b3f +notif-bubble-error = 442726 +misc = 7ca697 +not-selected = 6b8a7f +accent = BBF1DD +layer-shadow = 090c0b +contour = 1B2421 + +[coffee] +text = fff7e5 +subtext = e0d3b8 +alt-text = 000000 +main = 533a28 +sidebar = 3a291d +player = 33241a +player-border = 5c473d +player-bar-shadow = 040508 +player-bar-bg = 313131 +card = 6a5139 +shadow = ffffff +selected-row = 7c634b +button = f0ddc2 +button-active = f0ddc2 +button-disabled = 705943 +tab-active = 69513a +notification = 42a0fe +notification-error = ff99a4 +notif-bubble-info = 182b3f +notif-bubble-error = 442726 +misc = e0d3b8 +not-selected = bbbbbb +accent = f0ddc2 +layer-shadow = 201713 +contour = 8a7566 +dark-border = 171717 +light-border = 3a3a3a + +[violet] +text = f1e9ff +subtext = cac3d9 +alt-text = 13101a +main = 362c48 +sidebar = 271f33 +player = 2d243b +player-border = 594b73 +player-bar-shadow = 040508 +player-bar-bg = 313131 +card = 453a59 +shadow = ffffff +selected-row = 5f517c +button = be98d9 +button-active = be98d9 +button-disabled = 000000 +tab-active = 453a59 +notification = 42a0fe +notification-error = ff99a4 +notif-bubble-info = 182b3f +notif-bubble-error = 442726 +misc = cac3d9 +not-selected = bbbbbb +accent = be98d9 +layer-shadow = 181320 +contour = 6f5e80 +dark-border = 171717 +light-border = 3a3a3a + +[dark-fluent] +text = ffffff +subtext = 909090 +alt-text = ffffff +main = 272727 +sidebar = 202020 +player = 202020 +player-border = 2d2d2d +player-bar-shadow = 171717 +player-bar-bg = 313131 +card = 323232 +shadow = ffffff +selected-row = 323232 +button = ffffff +button-active = ffffff +button-disabled = 313131 +tab-active = 272727 +notification = 00befd +notification-error = fb7c7c +misc = 202020 +not-selected = bbbbbb +notif-bubble-info = 182b3f +notif-bubble-error = 442726 +accent = 00befd +layer-shadow = 000000 +contour = 3c3c3c +dark-border = 171717 +light-border = 3a3a3a -- cgit v1.3-2-g0d8e