Skip to content

Commit

Permalink
[Fix] Theme selector working now and optimized
Browse files Browse the repository at this point in the history
  • Loading branch information
marqmitk committed Feb 25, 2024
1 parent 2af4637 commit caeeb24
Show file tree
Hide file tree
Showing 507 changed files with 36,696 additions and 507 deletions.
1 change: 1 addition & 0 deletions lua/codesnap/static.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ return {
editor_font_family = "CaskaydiaCove Nerd Font",
watermark_font_family = "Pacifico",
auto_load = true,
highlight_theme = "atom-one-dark",
},
cwd = path_utils.back(path_utils.back(debug.getinfo(1, "S").source:sub(2):match("(.*[/\\])"))),
preview_switch = true,
Expand Down
1 change: 1 addition & 0 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ build_server:

make_static_files:
cp -r snap-client/build snap-server/public
cp -r snap-client/node_modules/highlight.js/styles/ snap-server/public/
Loading

0 comments on commit caeeb24

Please sign in to comment.