rosepine.css 3.18 KB
Newer Older
1
.rose-pine * {
Timothy J. Baek's avatar
Timothy J. Baek committed
2
3
4
5
	color: #e0def4 !important;
	stroke: #907aa9 !important;
}

6
.rose-pine .app > * {
Timothy J. Baek's avatar
Timothy J. Baek committed
7
8
9
	background-color: #1f1d2e !important;
}

10
.rose-pine #nav {
Timothy J. Baek's avatar
Timothy J. Baek committed
11
12
13
	background-color: #191724;
}

14
.rose-pine .py-2\.5.my-auto.flex.flex-col.justify-between.h-screen {
Timothy J. Baek's avatar
Timothy J. Baek committed
15
16
17
	background: #191724;
}

18
.rose-pine .bg-white.dark\:bg-gray-800 {
Timothy J. Baek's avatar
Timothy J. Baek committed
19
20
21
	background: #26233a;
}

22
.rose-pine .w-4.h-4 {
Timothy J. Baek's avatar
Timothy J. Baek committed
23
24
25
	fill: #c4a7e7;
}

26
.rose-pine #chat-textarea {
Timothy J. Baek's avatar
Timothy J. Baek committed
27
28
29
30
31
	background: #393552;
	margin: 0.3rem;
	padding: 0.5rem;
}

32
.rose-pine .bg-gradient-to-t.from-white.dark\:from-gray-800.from-40\%.pb-2 {
Timothy J. Baek's avatar
Timothy J. Baek committed
33
34
35
36
	background: #26233a !important;
	padding-top: 0.6rem;
}

37
.rose-pine
Timothy J. Baek's avatar
Timothy J. Baek committed
38
39
40
41
42
	.text-white.bg-gray-100.dark\:text-gray-800.dark\:bg-gray-600.disabled.transition.rounded-lg.p-1.mr-0\.5.w-7.h-7.self-center {
	background-color: #6e6a86;
	transition: background 0.2s ease-out linear;
}

43
.rose-pine
Timothy J. Baek's avatar
Timothy J. Baek committed
44
45
46
47
48
	.bg-black.text-white.hover\:bg-gray-900.dark\:bg-white.dark\:text-black.dark\:hover\:bg-gray-100.transition.rounded-lg.p-1.mr-0\.5.w-7.h-7.self-center {
	background-color: #286983;
	transition: background 0.2s ease-out linear;
}

49
.rose-pine
Timothy J. Baek's avatar
Timothy J. Baek committed
50
51
52
53
54
55
	.bg-black.text-white.hover\:bg-gray-900.dark\:bg-white.dark\:text-black.dark\:hover\:bg-gray-100.transition.rounded-lg.p-1.mr-0\.5.w-7.h-7.self-center
	> * {
	fill: #9ccfd8 !important;
	transition: fill 0.2s ease-out linear;
}

56
.rose-pine
Timothy J. Baek's avatar
Timothy J. Baek committed
57
58
59
60
61
	.w-full.flex.justify-between.rounded-md.px-3.py-2.hover\:bg-gray-900.bg-gray-900.transition.whitespace-nowrap.text-ellipsis {
	background-color: #56526e;
	font-weight: bold;
}

62
.rose-pine .hover\:bg-gray-900:hover {
Timothy J. Baek's avatar
Timothy J. Baek committed
63
64
65
66
	--tw-bg-opacity: 1;
	background-color: rgb(57 53 82 / var(--tw-bg-opacity));
}

67
.rose-pine .text-xs.text-gray-700.uppercase.bg-gray-50.dark\:bg-gray-700.dark\:text-gray-400 {
Timothy J. Baek's avatar
Timothy J. Baek committed
68
69
70
	background-color: #403d52;
}

71
.rose-pine .scrollbar-hidden.relative.overflow-x-auto.whitespace-nowrap.svelte-3g4avz {
Timothy J. Baek's avatar
Timothy J. Baek committed
72
73
74
	border-radius: 16px 16px 0 0;
}

75
.rose-pine .base.enter.svelte-ug60r4 {
Timothy J. Baek's avatar
Timothy J. Baek committed
76
77
78
	background-color: #393552;
}

79
.rose-pine .message.svelte-1nauejd {
Timothy J. Baek's avatar
Timothy J. Baek committed
80
81
82
	color: #e0def4 !important;
}

ThatOneCalculator's avatar
ThatOneCalculator committed
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
.rose-pine #dropdownDots {
    background-color: #403d52;
}

.rose-pine .flex.py-2\.5.px-3\.5.w-full.hover\:bg-gray-800.transition:hover {
    background: #524f67;
}

.rose-pine .m-auto.rounded-xl.max-w-full.w-\[40rem\].mx-2.bg-gray-50.dark\:bg-gray-900.shadow-3xl {
    background-color: #26233a;
}

.rose-pine .w-full.rounded.p-4.text-sm.dark\:text-gray-300.dark\:bg-gray-800.outline-none.resize-none {
    background-color: #524f67;
}

.rose-pine .w-full.rounded.py-2.px-4.text-sm.dark\:text-gray-300.dark\:bg-gray-800.outline-none.svelte-1vx7r9s {
    background-color: #524f67;
}

.rose-pine .px-2\.5.py-2\.5.min-w-fit.rounded-lg.flex-1.md\:flex-none.flex.text-right.transition.bg-gray-200.dark\:bg-gray-700 {
    background-color: #403d52;
}

.rose-pine .px-2\.5.py-2\.5.min-w-fit.rounded-lg.flex-1.md\:flex-none.flex.text-right.transition.hover\:bg-gray-300.dark\:hover\:bg-gray-800:hover {
    background-color: #524f67;
}

.rose-pine .px-4.py-2.bg-emerald-600.hover\:bg-emerald-700.text-gray-100.transition.rounded {
    background-color: #31748f;
}

115
.rose-pine .svelte-1ee93ns {
Timothy J. Baek's avatar
Timothy J. Baek committed
116
117
118
119
	--primary: #eb6f92 !important;
	--secondary: #e0def4 !important;
}

120
.rose-pine .svelte-11kvm4p {
Timothy J. Baek's avatar
Timothy J. Baek committed
121
122
123
	--primary: #9ccfd8 !important;
	--secondary: #1f1d2e !important;
}