-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathnebula.theme.css
More file actions
57 lines (53 loc) · 5.22 KB
/
nebula.theme.css
File metadata and controls
57 lines (53 loc) · 5.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
/**
* @name Nebula
* @author Loremly#9359
* @donate https://www.patreon.com/aetheryx
* @description Round, Deep sea blue, consistent, Nebula!
* @invite 2dp4n5qdNm
* @source https://github.com/Loremly/Nebula/blob/main/nebula.theme.css
* @website https://github.com/loremly/Nebula
* @version 5.0.4
*/
/*
╔════════════════════════════════════════════════════════════════════════════════════════════════════════════════════╗
║ Theme Settings ║
╠══════════════════════════╦═════════════════════════════════════════════════════════════════════════════════════════╣
║ Theme: ║ Nebula ║
║ version: ║ 2.0.0 ║
║ author: ║ Loremly#9359 ║
╠══════════════════════════╩═════════════════════════════════════════════════════════════════════════════════════════╣
║ ║
║ Round, Deep sea blue, consistent, Nebula! Customize to your hearts Extent! ║
║ ║
║ A large amount of Nebula is inspired from CorellanStoma's CreArts Discord theme. Check It out! ║
║ ● https://github.com/CorellanStoma/CreArts-Discord ║
║ ║
║ More information about Powercord can be found here: ║
║ ● https://powercord.dev/ ║
║ ║
║ If you need more support join the Powercord Community: ║
║ ● https://discord.gg/2dp4n5qdNm ║
║ ║
╚════════════════════════════════════════════════════════════════════════════════════════════════════════════════════╝
*/
/*
╔══════════════════════════╦═════════════════════════════════════════════════════════════════════════════════════════╗
║ Source Import ║ I wouldnt remove that import line unless you dont want the theme.... To each his own ig ║
╚══════════════════════════╩═════════════════════════════════════════════════════════════════════════════════════════╝
*/
@import url('https://loremly.github.io/Nebula/index.css');
/*
╔══════════════════════╦════════════════════════════════════╗
║ Cosmetic Variables ║ Format: px, calc() ║
╚══════════════════════╩════════════════════════════════════╝
*/
:root{
--background-primary: #25294a;
--background-secondary: #202442;
--background-secondary-alt: #2D325A;
--background-tertiary: #1B1F38;
--btn-bg-primary: #2c3263;
--btn-bg-secondary: #202442;
--btn-bg-primary-hover: #1b1e35;
--btn-bg-secondary-hover: #22295a;
}