rosepine.css 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. .rose * {
  2. color: #e0def4 !important;
  3. stroke: #907aa9 !important;
  4. }
  5. .rose .app > * {
  6. background-color: #1f1d2e !important;
  7. }
  8. .rose #nav {
  9. background-color: #191724;
  10. }
  11. .rose .py-2\.5.my-auto.flex.flex-col.justify-between.h-screen {
  12. background: #191724;
  13. }
  14. .rose .bg-white.dark\:bg-gray-800 {
  15. background: #26233a;
  16. }
  17. .rose .w-4.h-4 {
  18. fill: #c4a7e7;
  19. }
  20. .rose #chat-textarea {
  21. background: #393552;
  22. margin: 0.3rem;
  23. padding: 0.5rem;
  24. }
  25. .rose .bg-gradient-to-t.from-white.dark\:from-gray-800.from-40\%.pb-2 {
  26. background: #26233a !important;
  27. padding-top: 0.6rem;
  28. }
  29. .rose
  30. .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 {
  31. background-color: #6e6a86;
  32. transition: background 0.2s ease-out linear;
  33. }
  34. .rose
  35. .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 {
  36. background-color: #286983;
  37. transition: background 0.2s ease-out linear;
  38. }
  39. .rose
  40. .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
  41. > * {
  42. fill: #9ccfd8 !important;
  43. transition: fill 0.2s ease-out linear;
  44. }
  45. .rose
  46. .w-full.flex.justify-between.rounded-md.px-3.py-2.hover\:bg-gray-900.bg-gray-900.transition.whitespace-nowrap.text-ellipsis {
  47. background-color: #56526e;
  48. font-weight: bold;
  49. }
  50. .rose .hover\:bg-gray-900:hover {
  51. --tw-bg-opacity: 1;
  52. background-color: rgb(57 53 82 / var(--tw-bg-opacity));
  53. }
  54. .rose .text-xs.text-gray-700.uppercase.bg-gray-50.dark\:bg-gray-700.dark\:text-gray-400 {
  55. background-color: #403d52;
  56. }
  57. .rose .scrollbar-hidden.relative.overflow-x-auto.whitespace-nowrap.svelte-3g4avz {
  58. border-radius: 16px 16px 0 0;
  59. }
  60. .rose .base.enter.svelte-ug60r4 {
  61. background-color: #393552;
  62. }
  63. .rose .message.svelte-1nauejd {
  64. color: #e0def4 !important;
  65. }
  66. .rose .svelte-1ee93ns {
  67. --primary: #eb6f92 !important;
  68. --secondary: #e0def4 !important;
  69. }
  70. .rose .svelte-11kvm4p {
  71. --primary: #9ccfd8 !important;
  72. --secondary: #1f1d2e !important;
  73. }