rosepine.css 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. .rose-pine * {
  2. color: #e0def4 !important;
  3. stroke: #907aa9 !important;
  4. }
  5. .rose-pine .app > * {
  6. background-color: #1f1d2e !important;
  7. }
  8. .rose-pine #nav {
  9. background-color: #191724;
  10. }
  11. .rose-pine .py-2\.5.my-auto.flex.flex-col.justify-between.h-screen {
  12. background: #191724;
  13. }
  14. .rose-pine .bg-white.dark\:bg-gray-800 {
  15. background: #26233a;
  16. }
  17. .rose-pine .w-4.h-4 {
  18. fill: #c4a7e7;
  19. }
  20. .rose-pine #chat-input {
  21. background: #393552;
  22. margin: 0.3rem;
  23. padding: 0.5rem;
  24. }
  25. .rose-pine .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-pine
  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-color 0.2s ease-out linear;
  33. }
  34. .rose-pine
  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-color 0.2s ease-out linear;
  38. }
  39. .rose-pine
  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-pine
  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-pine .hover\:bg-gray-900:hover {
  51. --tw-bg-opacity: 1;
  52. background-color: rgb(57 53 82 / var(--tw-bg-opacity));
  53. }
  54. .rose-pine .text-xs.text-gray-700.uppercase.bg-gray-50.dark\:bg-gray-700.dark\:text-gray-400 {
  55. background-color: #403d52;
  56. }
  57. .rose-pine .scrollbar-hidden.relative.overflow-x-auto.whitespace-nowrap.svelte-3g4avz {
  58. border-radius: 16px 16px 0 0;
  59. }
  60. .rose-pine .base.enter.svelte-ug60r4 {
  61. background-color: #393552;
  62. }
  63. .rose-pine .message.svelte-1nauejd {
  64. color: #e0def4 !important;
  65. }
  66. .rose-pine #dropdownDots {
  67. background-color: #403d52;
  68. }
  69. .rose-pine .flex.py-2\.5.px-3\.5.w-full.hover\:bg-gray-800.transition:hover {
  70. background: #524f67;
  71. }
  72. .rose-pine .m-auto.rounded-xl.max-w-full.w-\[40rem\].mx-2.bg-gray-50.dark\:bg-gray-900.shadow-3xl {
  73. background-color: #26233a;
  74. }
  75. .rose-pine
  76. .w-full.rounded.p-4.text-sm.dark\:text-gray-300.dark\:bg-gray-800.outline-none.resize-none {
  77. background-color: #524f67;
  78. }
  79. .rose-pine
  80. .w-full.rounded.py-2.px-4.text-sm.dark\:text-gray-300.dark\:bg-gray-800.outline-none.svelte-1vx7r9s {
  81. background-color: #524f67;
  82. }
  83. .rose-pine
  84. .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 {
  85. background-color: #403d52;
  86. }
  87. .rose-pine
  88. .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 {
  89. background-color: #524f67;
  90. }
  91. .rose-pine .px-4.py-2.bg-emerald-600.hover\:bg-emerald-700.text-gray-100.transition.rounded {
  92. background-color: #31748f;
  93. }
  94. .rose-pine #chat-search > * {
  95. background-color: #403d52 !important;
  96. }
  97. .rose-pine .svelte-1ee93ns {
  98. --primary: #eb6f92 !important;
  99. --secondary: #e0def4 !important;
  100. }
  101. .rose-pine .svelte-11kvm4p {
  102. --primary: #9ccfd8 !important;
  103. --secondary: #1f1d2e !important;
  104. }