Skip to content

Commit 9c5735f

Browse files
committed
theme
1 parent fa8fe73 commit 9c5735f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

examples/official-site/assets/highlightjs-and-tabler-theme.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,10 @@
4848
--tblr-purple: rgb(var(--tblr-purple-rgb));
4949
--tblr-cyan-rgb: 0, 149, 168; /* Deep cyan */
5050
--tblr-cyan: rgb(var(--tblr-cyan-rgb));
51-
--tblr-indigo-rgb: 68, 85, 190; /* Deep indigo */
51+
--tblr-indigo-rgb: 96, 113, 215; /* Deep indigo */
5252
--tblr-indigo: rgb(var(--tblr-indigo-rgb));
53+
--tblr-teal: #267d63;
54+
--tblr-teal-fg: #20050b;
5355

5456
--tblr-green: var(--tblr-success);
5557
--tblr-yellow: var(--tblr-warning);

0 commit comments

Comments
 (0)