Skip to content

Commit 906d9e5

Browse files
committed
feat: default theme is onedark
1 parent 1821dad commit 906d9e5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

lua/marksman.lua

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ local config = {
1515
goto_4 = "<M-o>",
1616
},
1717
highlights = {
18-
ProjectMarksTitle = { fg = "#7aa2f7", bold = true },
19-
ProjectMarksNumber = { fg = "#bb9af7" },
20-
ProjectMarksName = { fg = "#9ece6a", bold = true },
21-
ProjectMarksFile = { fg = "#73daca" },
22-
ProjectMarksLine = { fg = "#ff9e64" },
23-
ProjectMarksText = { fg = "#565f89", italic = true },
24-
ProjectMarksHelp = { fg = "#7aa2f7" },
25-
ProjectMarksBorder = { fg = "#3b4261" },
18+
ProjectMarksTitle = { fg = "#61AFEF", bold = true },
19+
ProjectMarksNumber = { fg = "#C678DD" },
20+
ProjectMarksName = { fg = "#98C379", bold = true },
21+
ProjectMarksFile = { fg = "#56B6C2" },
22+
ProjectMarksLine = { fg = "#D19A66" },
23+
ProjectMarksText = { fg = "#5C6370", italic = true },
24+
ProjectMarksHelp = { fg = "#61AFEF" },
25+
ProjectMarksBorder = { fg = "#5A5F8C" },
2626
},
2727
auto_save = true,
2828
max_marks = 100,

0 commit comments

Comments
 (0)