I hate this

This commit is contained in:
Michał Gdula 2023-04-19 11:04:08 +01:00
parent a9846b4ecd
commit 8c7569868d
416 changed files with 1549 additions and 208 deletions

View file

@ -0,0 +1,37 @@
/**
* @name Paradise
* @description Discord Recolour - Paradise
* @author Fluffy Bean
* @version 1.1
*/
@import url(https://mwittrien.github.io/BetterDiscordAddons/Themes/DiscordRecolor/DiscordRecolor.css);
:root {
/* General Font */
--font: Whitney, Helvetica Neue, Helvetica, Arial, sans-serif;
/* Use Settings Icons - Settings: 1 yes, 0 no */
--settingsicons: 1;
--accentcolor: 140, 151, 125;
--accentcolor2: 140, 151, 125;
--linkcolor: 140, 151, 125;
--mentioncolor: 140, 151, 125;
--successcolor: 140, 151, 125;
--warningcolor: 217, 178, 140;
--dangercolor: 182, 100, 103;
--textbrightest: 232, 227, 227;
--textbrighter: 232, 227, 227;
--textbright: 192, 187, 187;
--textdark: 172, 167, 167;
--textdarker: 152, 147, 147;
--textdarkest: 132, 127, 127;
--backgroundaccent: 30, 30, 30;
--backgroundprimary: 21, 21, 21;
--backgroundsecondary: 21, 21, 21;
--backgroundsecondaryalt: 21, 21, 21;
--backgroundtertiary: 21, 21, 21;
--backgroundfloating: 21, 21, 21;
}

View file

@ -0,0 +1,108 @@
{
"name": "Paradise",
"variables": {
"accent_color": "rgb(140,151,125)",
"accent_bg_color": "rgb(140,151,125)",
"accent_fg_color": "rgb(232,227,227)",
"destructive_color": "rgb(182,100,103)",
"destructive_bg_color": "rgb(182,100,103)",
"destructive_fg_color": "rgb(232,227,227)",
"success_color": "rgb(140,151,125)",
"success_bg_color": "rgb(140,151,125)",
"success_fg_color": "rgb(232,227,227)",
"warning_color": "rgb(217,188,140)",
"warning_bg_color": "rgb(217,188,140)",
"warning_fg_color": "rgba(0, 0, 0, 0.8)",
"error_color": "rgb(182,100,103)",
"error_bg_color": "rgb(182,100,103)",
"error_fg_color": "rgb(232,227,227)",
"window_bg_color": "rgb(21,21,21)",
"window_fg_color": "rgb(232,227,227)",
"view_bg_color": "rgb(21,21,21)",
"view_fg_color": "rgb(232,227,227)",
"headerbar_bg_color": "rgb(21,21,21)",
"headerbar_fg_color": "rgb(232,227,227)",
"headerbar_border_color": "rgb(232,227,227)",
"headerbar_backdrop_color": "@window_bg_color",
"headerbar_shade_color": "rgba(0, 0, 0, 0.36)",
"card_bg_color": "rgba(255, 255, 255, 0.08)",
"card_fg_color": "rgb(232,227,227)",
"card_shade_color": "rgba(0, 0, 0, 0.36)",
"dialog_bg_color": "rgb(21,21,21)",
"dialog_fg_color": "rgb(232,227,227)",
"popover_bg_color": "rgb(21,21,21)",
"popover_fg_color": "rgb(232,227,227)",
"shade_color": "rgb(21,21,21)",
"scrollbar_outline_color": "rgba(0, 0, 0, 0.5)"
},
"palette": {
"blue_": {
"1": "#99c1f1",
"2": "#62a0ea",
"3": "#3584e4",
"4": "#1c71d8",
"5": "#1a5fb4"
},
"green_": {
"1": "#8ff0a4",
"2": "#57e389",
"3": "#33d17a",
"4": "#2ec27e",
"5": "#26a269"
},
"yellow_": {
"1": "#f9f06b",
"2": "#f8e45c",
"3": "#f6d32d",
"4": "#f5c211",
"5": "#e5a50a"
},
"orange_": {
"1": "#ffbe6f",
"2": "#ffa348",
"3": "#ff7800",
"4": "#e66100",
"5": "#c64600"
},
"red_": {
"1": "#f66151",
"2": "#ed333b",
"3": "#e01b24",
"4": "#c01c28",
"5": "#a51d2d"
},
"purple_": {
"1": "#dc8add",
"2": "#c061cb",
"3": "#9141ac",
"4": "#813d9c",
"5": "#613583"
},
"brown_": {
"1": "#cdab8f",
"2": "#b5835a",
"3": "#986a44",
"4": "#865e3c",
"5": "#63452c"
},
"light_": {
"1": "#ffffff",
"2": "#f6f5f4",
"3": "#deddda",
"4": "#c0bfbc",
"5": "#9a9996"
},
"dark_": {
"1": "#77767b",
"2": "#5e5c64",
"3": "#3d3846",
"4": "#241f31",
"5": "#000000"
}
},
"custom_css": {
"gtk4": "",
"gtk3": ""
},
"plugins": {}
}