Skip to content

Commit

Permalink
refactor: code syntax highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
HEIGE-PCloud committed Feb 18, 2025
1 parent 261e784 commit 2e32f81
Show file tree
Hide file tree
Showing 6 changed files with 726 additions and 879 deletions.
8 changes: 6 additions & 2 deletions assets/css/themes/_themes.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
// Syntax for themes light
@import "syntax-catppuccin-latte";
.light {
@import "syntax-light";
}
// Syntax for themes dark
@import "syntax-onedark";
.dark {
@import "syntax-dark";
}
// Syntax for gist dark
@import "syntax-gist-dark";

Expand Down
154 changes: 0 additions & 154 deletions assets/css/themes/code-map.scss

This file was deleted.

Loading

0 comments on commit 2e32f81

Please sign in to comment.