We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78420e6 commit cf64c25Copy full SHA for cf64c25
1 file changed
config/nvim/lua/theme.lua
@@ -9,13 +9,13 @@ github_theme.setup({
9
styles = {
10
functions = "italic",
11
},
12
- darken = {
13
- sidebars = {
14
- enable = true,
15
- list = { "qf", "terminal", "lazy" },
16
- },
+ darken = {
+ sidebars = {
+ enable = true,
+ list = { "qf", "terminal", "lazy" },
17
18
+ },
19
20
-- Change the "hint" color to the "orange" color, and make the "error" color bright red
21
specs = {
0 commit comments