Skip to content

Commit 8e4a11a

Browse files
authored
Merge pull request #197 from PHLAK/fixed-catppuccin-variables
2 parents 5b5ef68 + f0c7f65 commit 8e4a11a

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/Themes/Css/catppuccin-frappe.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ pre, code {
3636
}
3737

3838
.hl-variable {
39-
color: #000;
39+
color: #c6d0f5;
4040
}
4141

4242
.hl-comment {

src/Themes/Css/catppuccin-latte.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ pre, code {
3636
}
3737

3838
.hl-variable {
39-
color: #000;
39+
color: #4c4f69;
4040
}
4141

4242
.hl-comment {

src/Themes/Css/catppuccin-macchiato.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ pre, code {
3636
}
3737

3838
.hl-variable {
39-
color: #000;
39+
color: #cad3f5;
4040
}
4141

4242
.hl-comment {

src/Themes/Css/catppuccin-mocha.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ pre, code {
3636
}
3737

3838
.hl-variable {
39-
color: #000;
39+
color: #cdd6f4;
4040
}
4141

4242
.hl-comment {

0 commit comments

Comments
 (0)