rosepine.css 2.15 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;
}

83
.rose-pine .svelte-1ee93ns {
Timothy J. Baek's avatar
Timothy J. Baek committed
84
85
86
87
	--primary: #eb6f92 !important;
	--secondary: #e0def4 !important;
}

88
.rose-pine .svelte-11kvm4p {
Timothy J. Baek's avatar
Timothy J. Baek committed
89
90
91
	--primary: #9ccfd8 !important;
	--secondary: #1f1d2e !important;
}