This website requires JavaScript.
Explore
Help
Sign In
maddie
/
editor
Watch
1
Star
0
Fork
0
You've already forked editor
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
e5bbf8ecb4
editor
/
config
/
basics
/
colorscheme.nix
10 lines
127 B
Nix
Raw
Normal View
History
Unescape
Escape
initial commit
2024-09-07 20:51:15 +01:00
{
colorschemes
.
onedark
=
{
enable
=
true
;
settings
=
{
fix: switch onedark to dark theme for better integration
2024-09-07 22:43:08 +01:00
style
=
"
d
a
r
k
"
;
fix: enable transparency on the colorscheme
2024-10-14 17:35:19 +01:00
transparent
=
true
;
initial commit
2024-09-07 20:51:15 +01:00
}
;
}
;
}
Reference in New Issue
Copy Permalink