Skip to content

Commit ea345b4

Browse files
Finish up colors
1 parent 030c5f2 commit ea345b4

File tree

1 file changed

+140
-140
lines changed

1 file changed

+140
-140
lines changed

src/index.css

Lines changed: 140 additions & 140 deletions
Original file line numberDiff line numberDiff line change
@@ -1831,42 +1831,42 @@
18311831
/* Gray color themes */
18321832

18331833
@utility prose-slate {
1834-
--tw-prose-body: #334155;
1835-
--tw-prose-headings: #0f172a;
1836-
--tw-prose-lead: #475569;
1837-
--tw-prose-links: #0f172a;
1838-
--tw-prose-bold: #0f172a;
1839-
--tw-prose-counters: #64748b;
1840-
--tw-prose-bullets: #cbd5e1;
1841-
--tw-prose-hr: #e2e8f0;
1842-
--tw-prose-quotes: #0f172a;
1843-
--tw-prose-quote-borders: #e2e8f0;
1844-
--tw-prose-captions: #64748b;
1845-
--tw-prose-kbd: #0f172a;
1846-
--tw-prose-kbd-shadows: 15 23 42;
1847-
--tw-prose-code: #0f172a;
1848-
--tw-prose-pre-code: #e2e8f0;
1849-
--tw-prose-pre-bg: #1e293b;
1850-
--tw-prose-th-borders: #cbd5e1;
1851-
--tw-prose-td-borders: #e2e8f0;
1852-
--tw-prose-invert-body: #cbd5e1;
1853-
--tw-prose-invert-headings: #fff;
1854-
--tw-prose-invert-lead: #94a3b8;
1855-
--tw-prose-invert-links: #fff;
1856-
--tw-prose-invert-bold: #fff;
1857-
--tw-prose-invert-counters: #94a3b8;
1858-
--tw-prose-invert-bullets: #475569;
1859-
--tw-prose-invert-hr: #334155;
1860-
--tw-prose-invert-quotes: #f1f5f9;
1861-
--tw-prose-invert-quote-borders: #334155;
1862-
--tw-prose-invert-captions: #94a3b8;
1863-
--tw-prose-invert-kbd: #fff;
1864-
--tw-prose-invert-kbd-shadows: 255 255 255;
1865-
--tw-prose-invert-code: #fff;
1866-
--tw-prose-invert-pre-code: #cbd5e1;
1834+
--tw-prose-body: --theme(--color-slate-700, initial);
1835+
--tw-prose-headings: --theme(--color-slate-900, initial);
1836+
--tw-prose-lead: --theme(--color-slate-600, initial);
1837+
--tw-prose-links: --theme(--color-slate-900, initial);
1838+
--tw-prose-bold: --theme(--color-slate-900, initial);
1839+
--tw-prose-counters: --theme(--color-slate-500, initial);
1840+
--tw-prose-bullets: --theme(--color-slate-300, initial);
1841+
--tw-prose-hr: --theme(--color-slate-200, initial);
1842+
--tw-prose-quotes: --theme(--color-slate-900, initial);
1843+
--tw-prose-quote-borders: --theme(--color-slate-200, initial);
1844+
--tw-prose-captions: --theme(--color-slate-500, initial);
1845+
--tw-prose-kbd: --theme(--color-slate-900, initial);
1846+
--tw-prose-kbd-shadows: --theme(--color-slate-900, initial);
1847+
--tw-prose-code: --theme(--color-slate-900, initial);
1848+
--tw-prose-pre-code: --theme(--color-slate-200, initial);
1849+
--tw-prose-pre-bg: --theme(--color-slate-800, initial);
1850+
--tw-prose-th-borders: --theme(--color-slate-300, initial);
1851+
--tw-prose-td-borders: --theme(--color-slate-200, initial);
1852+
--tw-prose-invert-body: --theme(--color-slate-300, initial);
1853+
--tw-prose-invert-headings: --theme(--color-white, initial);
1854+
--tw-prose-invert-lead: --theme(--color-slate-400, initial);
1855+
--tw-prose-invert-links: --theme(--color-white, initial);
1856+
--tw-prose-invert-bold: --theme(--color-white, initial);
1857+
--tw-prose-invert-counters: --theme(--color-slate-400, initial);
1858+
--tw-prose-invert-bullets: --theme(--color-slate-600, initial);
1859+
--tw-prose-invert-hr: --theme(--color-slate-700, initial);
1860+
--tw-prose-invert-quotes: --theme(--color-slate-100, initial);
1861+
--tw-prose-invert-quote-borders: --theme(--color-slate-700, initial);
1862+
--tw-prose-invert-captions: --theme(--color-slate-400, initial);
1863+
--tw-prose-invert-kbd: --theme(--color-white, initial);
1864+
--tw-prose-invert-kbd-shadows: --theme(--color-white, initial);
1865+
--tw-prose-invert-code: --theme(--color-white, initial);
1866+
--tw-prose-invert-pre-code: --theme(--color-slate-300, initial);
18671867
--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
1868-
--tw-prose-invert-th-borders: #475569;
1869-
--tw-prose-invert-td-borders: #334155;
1868+
--tw-prose-invert-th-borders: --theme(--color-slate-600, initial);
1869+
--tw-prose-invert-td-borders: --theme(--color-slate-700, initial);
18701870
}
18711871

18721872
@utility prose-gray {
@@ -1909,120 +1909,120 @@
19091909
}
19101910

19111911
@utility prose-zinc {
1912-
--tw-prose-body: #3f3f46;
1913-
--tw-prose-headings: #18181b;
1914-
--tw-prose-lead: #52525b;
1915-
--tw-prose-links: #18181b;
1916-
--tw-prose-bold: #18181b;
1917-
--tw-prose-counters: #71717a;
1918-
--tw-prose-bullets: #d4d4d8;
1919-
--tw-prose-hr: #e4e4e7;
1920-
--tw-prose-quotes: #18181b;
1921-
--tw-prose-quote-borders: #e4e4e7;
1922-
--tw-prose-captions: #71717a;
1923-
--tw-prose-kbd: #18181b;
1924-
--tw-prose-kbd-shadows: 24 24 27;
1925-
--tw-prose-code: #18181b;
1926-
--tw-prose-pre-code: #e4e4e7;
1927-
--tw-prose-pre-bg: #27272a;
1928-
--tw-prose-th-borders: #d4d4d8;
1929-
--tw-prose-td-borders: #e4e4e7;
1930-
--tw-prose-invert-body: #d4d4d8;
1931-
--tw-prose-invert-headings: #fff;
1932-
--tw-prose-invert-lead: #a1a1aa;
1933-
--tw-prose-invert-links: #fff;
1934-
--tw-prose-invert-bold: #fff;
1935-
--tw-prose-invert-counters: #a1a1aa;
1936-
--tw-prose-invert-bullets: #52525b;
1937-
--tw-prose-invert-hr: #3f3f46;
1938-
--tw-prose-invert-quotes: #f4f4f5;
1939-
--tw-prose-invert-quote-borders: #3f3f46;
1940-
--tw-prose-invert-captions: #a1a1aa;
1941-
--tw-prose-invert-kbd: #fff;
1942-
--tw-prose-invert-kbd-shadows: 255 255 255;
1943-
--tw-prose-invert-code: #fff;
1944-
--tw-prose-invert-pre-code: #d4d4d8;
1912+
--tw-prose-body: --theme(--color-zinc-700, initial);
1913+
--tw-prose-headings: --theme(--color-zinc-900, initial);
1914+
--tw-prose-lead: --theme(--color-zinc-600, initial);
1915+
--tw-prose-links: --theme(--color-zinc-900, initial);
1916+
--tw-prose-bold: --theme(--color-zinc-900, initial);
1917+
--tw-prose-counters: --theme(--color-zinc-500, initial);
1918+
--tw-prose-bullets: --theme(--color-zinc-300, initial);
1919+
--tw-prose-hr: --theme(--color-zinc-200, initial);
1920+
--tw-prose-quotes: --theme(--color-zinc-900, initial);
1921+
--tw-prose-quote-borders: --theme(--color-zinc-200, initial);
1922+
--tw-prose-captions: --theme(--color-zinc-500, initial);
1923+
--tw-prose-kbd: --theme(--color-zinc-900, initial);
1924+
--tw-prose-kbd-shadows: --theme(--color-zinc-900, initial);
1925+
--tw-prose-code: --theme(--color-zinc-900, initial);
1926+
--tw-prose-pre-code: --theme(--color-zinc-200, initial);
1927+
--tw-prose-pre-bg: --theme(--color-zinc-800, initial);
1928+
--tw-prose-th-borders: --theme(--color-zinc-300, initial);
1929+
--tw-prose-td-borders: --theme(--color-zinc-200, initial);
1930+
--tw-prose-invert-body: --theme(--color-zinc-300, initial);
1931+
--tw-prose-invert-headings: --theme(--color-white, initial);
1932+
--tw-prose-invert-lead: --theme(--color-zinc-400, initial);
1933+
--tw-prose-invert-links: --theme(--color-white, initial);
1934+
--tw-prose-invert-bold: --theme(--color-white, initial);
1935+
--tw-prose-invert-counters: --theme(--color-zinc-400, initial);
1936+
--tw-prose-invert-bullets: --theme(--color-zinc-600, initial);
1937+
--tw-prose-invert-hr: --theme(--color-zinc-700, initial);
1938+
--tw-prose-invert-quotes: --theme(--color-zinc-100, initial);
1939+
--tw-prose-invert-quote-borders: --theme(--color-zinc-700, initial);
1940+
--tw-prose-invert-captions: --theme(--color-zinc-400, initial);
1941+
--tw-prose-invert-kbd: --theme(--color-white, initial);
1942+
--tw-prose-invert-kbd-shadows: --theme(--color-white, initial);
1943+
--tw-prose-invert-code: --theme(--color-white, initial);
1944+
--tw-prose-invert-pre-code: --theme(--color-zinc-300, initial);
19451945
--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
1946-
--tw-prose-invert-th-borders: #52525b;
1947-
--tw-prose-invert-td-borders: #3f3f46;
1946+
--tw-prose-invert-th-borders: --theme(--color-zinc-600, initial);
1947+
--tw-prose-invert-td-borders: --theme(--color-zinc-700, initial);
19481948
}
19491949

19501950
@utility prose-neutral {
1951-
--tw-prose-body: #404040;
1952-
--tw-prose-headings: #171717;
1953-
--tw-prose-lead: #525252;
1954-
--tw-prose-links: #171717;
1955-
--tw-prose-bold: #171717;
1956-
--tw-prose-counters: #737373;
1957-
--tw-prose-bullets: #d4d4d4;
1958-
--tw-prose-hr: #e5e5e5;
1959-
--tw-prose-quotes: #171717;
1960-
--tw-prose-quote-borders: #e5e5e5;
1961-
--tw-prose-captions: #737373;
1962-
--tw-prose-kbd: #171717;
1963-
--tw-prose-kbd-shadows: 23 23 23;
1964-
--tw-prose-code: #171717;
1965-
--tw-prose-pre-code: #e5e5e5;
1966-
--tw-prose-pre-bg: #262626;
1967-
--tw-prose-th-borders: #d4d4d4;
1968-
--tw-prose-td-borders: #e5e5e5;
1969-
--tw-prose-invert-body: #d4d4d4;
1970-
--tw-prose-invert-headings: #fff;
1971-
--tw-prose-invert-lead: #a3a3a3;
1972-
--tw-prose-invert-links: #fff;
1973-
--tw-prose-invert-bold: #fff;
1974-
--tw-prose-invert-counters: #a3a3a3;
1975-
--tw-prose-invert-bullets: #525252;
1976-
--tw-prose-invert-hr: #404040;
1977-
--tw-prose-invert-quotes: #f5f5f5;
1978-
--tw-prose-invert-quote-borders: #404040;
1979-
--tw-prose-invert-captions: #a3a3a3;
1980-
--tw-prose-invert-kbd: #fff;
1981-
--tw-prose-invert-kbd-shadows: 255 255 255;
1982-
--tw-prose-invert-code: #fff;
1983-
--tw-prose-invert-pre-code: #d4d4d4;
1951+
--tw-prose-body: --theme(--color-neutral-700, initial);
1952+
--tw-prose-headings: --theme(--color-neutral-900, initial);
1953+
--tw-prose-lead: --theme(--color-neutral-600, initial);
1954+
--tw-prose-links: --theme(--color-neutral-900, initial);
1955+
--tw-prose-bold: --theme(--color-neutral-900, initial);
1956+
--tw-prose-counters: --theme(--color-neutral-500, initial);
1957+
--tw-prose-bullets: --theme(--color-neutral-300, initial);
1958+
--tw-prose-hr: --theme(--color-neutral-200, initial);
1959+
--tw-prose-quotes: --theme(--color-neutral-900, initial);
1960+
--tw-prose-quote-borders: --theme(--color-neutral-200, initial);
1961+
--tw-prose-captions: --theme(--color-neutral-500, initial);
1962+
--tw-prose-kbd: --theme(--color-neutral-900, initial);
1963+
--tw-prose-kbd-shadows: --theme(--color-neutral-900, initial);
1964+
--tw-prose-code: --theme(--color-neutral-900, initial);
1965+
--tw-prose-pre-code: --theme(--color-neutral-200, initial);
1966+
--tw-prose-pre-bg: --theme(--color-neutral-800, initial);
1967+
--tw-prose-th-borders: --theme(--color-neutral-300, initial);
1968+
--tw-prose-td-borders: --theme(--color-neutral-200, initial);
1969+
--tw-prose-invert-body: --theme(--color-neutral-300, initial);
1970+
--tw-prose-invert-headings: --theme(--color-white, initial);
1971+
--tw-prose-invert-lead: --theme(--color-neutral-400, initial);
1972+
--tw-prose-invert-links: --theme(--color-white, initial);
1973+
--tw-prose-invert-bold: --theme(--color-white, initial);
1974+
--tw-prose-invert-counters: --theme(--color-neutral-400, initial);
1975+
--tw-prose-invert-bullets: --theme(--color-neutral-600, initial);
1976+
--tw-prose-invert-hr: --theme(--color-neutral-700, initial);
1977+
--tw-prose-invert-quotes: --theme(--color-neutral-100, initial);
1978+
--tw-prose-invert-quote-borders: --theme(--color-neutral-700, initial);
1979+
--tw-prose-invert-captions: --theme(--color-neutral-400, initial);
1980+
--tw-prose-invert-kbd: --theme(--color-white, initial);
1981+
--tw-prose-invert-kbd-shadows: --theme(--color-white, initial);
1982+
--tw-prose-invert-code: --theme(--color-white, initial);
1983+
--tw-prose-invert-pre-code: --theme(--color-neutral-300, initial);
19841984
--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
1985-
--tw-prose-invert-th-borders: #525252;
1986-
--tw-prose-invert-td-borders: #404040;
1985+
--tw-prose-invert-th-borders: --theme(--color-neutral-600, initial);
1986+
--tw-prose-invert-td-borders: --theme(--color-neutral-700, initial);
19871987
}
19881988

19891989
@utility prose-stone {
1990-
--tw-prose-body: #44403c;
1991-
--tw-prose-headings: #1c1917;
1992-
--tw-prose-lead: #57534e;
1993-
--tw-prose-links: #1c1917;
1994-
--tw-prose-bold: #1c1917;
1995-
--tw-prose-counters: #78716c;
1996-
--tw-prose-bullets: #d6d3d1;
1997-
--tw-prose-hr: #e7e5e4;
1998-
--tw-prose-quotes: #1c1917;
1999-
--tw-prose-quote-borders: #e7e5e4;
2000-
--tw-prose-captions: #78716c;
2001-
--tw-prose-kbd: #1c1917;
2002-
--tw-prose-kbd-shadows: 28 25 23;
2003-
--tw-prose-code: #1c1917;
2004-
--tw-prose-pre-code: #e7e5e4;
2005-
--tw-prose-pre-bg: #292524;
2006-
--tw-prose-th-borders: #d6d3d1;
2007-
--tw-prose-td-borders: #e7e5e4;
2008-
--tw-prose-invert-body: #d6d3d1;
2009-
--tw-prose-invert-headings: #fff;
2010-
--tw-prose-invert-lead: #a8a29e;
2011-
--tw-prose-invert-links: #fff;
2012-
--tw-prose-invert-bold: #fff;
2013-
--tw-prose-invert-counters: #a8a29e;
2014-
--tw-prose-invert-bullets: #57534e;
2015-
--tw-prose-invert-hr: #44403c;
2016-
--tw-prose-invert-quotes: #f5f5f4;
2017-
--tw-prose-invert-quote-borders: #44403c;
2018-
--tw-prose-invert-captions: #a8a29e;
2019-
--tw-prose-invert-kbd: #fff;
2020-
--tw-prose-invert-kbd-shadows: 255 255 255;
2021-
--tw-prose-invert-code: #fff;
2022-
--tw-prose-invert-pre-code: #d6d3d1;
1990+
--tw-prose-body: --theme(--color-stone-700, initial);
1991+
--tw-prose-headings: --theme(--color-stone-900, initial);
1992+
--tw-prose-lead: --theme(--color-stone-600, initial);
1993+
--tw-prose-links: --theme(--color-stone-900, initial);
1994+
--tw-prose-bold: --theme(--color-stone-900, initial);
1995+
--tw-prose-counters: --theme(--color-stone-500, initial);
1996+
--tw-prose-bullets: --theme(--color-stone-300, initial);
1997+
--tw-prose-hr: --theme(--color-stone-200, initial);
1998+
--tw-prose-quotes: --theme(--color-stone-900, initial);
1999+
--tw-prose-quote-borders: --theme(--color-stone-200, initial);
2000+
--tw-prose-captions: --theme(--color-stone-500, initial);
2001+
--tw-prose-kbd: --theme(--color-stone-900, initial);
2002+
--tw-prose-kbd-shadows: --theme(--color-stone-900, initial);
2003+
--tw-prose-code: --theme(--color-stone-900, initial);
2004+
--tw-prose-pre-code: --theme(--color-stone-200, initial);
2005+
--tw-prose-pre-bg: --theme(--color-stone-800, initial);
2006+
--tw-prose-th-borders: --theme(--color-stone-300, initial);
2007+
--tw-prose-td-borders: --theme(--color-stone-200, initial);
2008+
--tw-prose-invert-body: --theme(--color-stone-300, initial);
2009+
--tw-prose-invert-headings: --theme(--color-white, initial);
2010+
--tw-prose-invert-lead: --theme(--color-stone-400, initial);
2011+
--tw-prose-invert-links: --theme(--color-white, initial);
2012+
--tw-prose-invert-bold: --theme(--color-white, initial);
2013+
--tw-prose-invert-counters: --theme(--color-stone-400, initial);
2014+
--tw-prose-invert-bullets: --theme(--color-stone-600, initial);
2015+
--tw-prose-invert-hr: --theme(--color-stone-700, initial);
2016+
--tw-prose-invert-quotes: --theme(--color-stone-100, initial);
2017+
--tw-prose-invert-quote-borders: --theme(--color-stone-700, initial);
2018+
--tw-prose-invert-captions: --theme(--color-stone-400, initial);
2019+
--tw-prose-invert-kbd: --theme(--color-white, initial);
2020+
--tw-prose-invert-kbd-shadows: --theme(--color-white, initial);
2021+
--tw-prose-invert-code: --theme(--color-white, initial);
2022+
--tw-prose-invert-pre-code: --theme(--color-stone-300, initial);
20232023
--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
2024-
--tw-prose-invert-th-borders: #57534e;
2025-
--tw-prose-invert-td-borders: #44403c;
2024+
--tw-prose-invert-th-borders: --theme(--color-stone-600, initial);
2025+
--tw-prose-invert-td-borders: --theme(--color-stone-700, initial);
20262026
}
20272027

20282028
/* Link-only themes (for backward compatibility) */

0 commit comments

Comments
 (0)