Skip to content

Commit 664a009

Browse files
committed
add boolean and number tokens to themes
1 parent 8f61fa4 commit 664a009

35 files changed

+47
-47
lines changed

src/Themes/Css/andromeeda.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ pre, code {
2828
}
2929

3030
.hl-boolean {
31-
color: #000;
31+
color: #96E072;
3232
}
3333

3434
.hl-number {
35-
color: #000;
35+
color: #96E072;
3636
}
3737

3838
.hl-variable {

src/Themes/Css/aurora-x.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pre, code {
2828
}
2929

3030
.hl-boolean {
31-
color: #000;
31+
color: #C3E88D;
3232
}
3333

3434
.hl-number {

src/Themes/Css/ayu-dark.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pre, code {
2828
}
2929

3030
.hl-boolean {
31-
color: #000;
31+
color: #aad94c;
3232
}
3333

3434
.hl-number {

src/Themes/Css/catppuccin-frappe.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pre, code {
2828
}
2929

3030
.hl-boolean {
31-
color: #000;
31+
color: #a6d189;
3232
}
3333

3434
.hl-number {

src/Themes/Css/catppuccin-latte.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pre, code {
2828
}
2929

3030
.hl-boolean {
31-
color: #000;
31+
color: #40a02b;
3232
}
3333

3434
.hl-number {

src/Themes/Css/catppuccin-macchiato.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pre, code {
2828
}
2929

3030
.hl-boolean {
31-
color: #000;
31+
color: #a6da95;
3232
}
3333

3434
.hl-number {

src/Themes/Css/catppuccin-mocha.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pre, code {
2828
}
2929

3030
.hl-boolean {
31-
color: #000;
31+
color: #a6e3a1;
3232
}
3333

3434
.hl-number {

src/Themes/Css/dark-plus.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pre, code {
2828
}
2929

3030
.hl-boolean {
31-
color: #000;
31+
color: #ce9178;
3232
}
3333

3434
.hl-number {

src/Themes/Css/dracula-soft.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ pre, code {
2828
}
2929

3030
.hl-boolean {
31-
color: #000;
31+
color: #e7ee98;
3232
}
3333

3434
.hl-number {
35-
color: #000;
35+
color: #e7ee98;
3636
}
3737

3838
.hl-variable {

src/Themes/Css/dracula.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ pre, code {
2828
}
2929

3030
.hl-boolean {
31-
color: #000;
31+
color: #F1FA8C;
3232
}
3333

3434
.hl-number {
35-
color: #000;
35+
color: #F1FA8C;
3636
}
3737

3838
.hl-variable {

0 commit comments

Comments
 (0)