beginning of my own colorscheme
This commit is contained in:
parent
2038ab1d4f
commit
62b3b0f442
5 changed files with 64 additions and 49 deletions
|
@ -30,7 +30,7 @@
|
|||
system = {
|
||||
programs = {
|
||||
editors = {
|
||||
emacs.enable = false;
|
||||
emacs.enable = true;
|
||||
neovim.enable = false;
|
||||
helix.enable = true;
|
||||
kakoune.enable = false;
|
||||
|
@ -69,7 +69,7 @@
|
|||
style = {
|
||||
stylix = {
|
||||
enable = true;
|
||||
scheme = "${pkgs.base16-schemes}/share/themes/tomorrow-night.yaml";
|
||||
scheme = "${pkgs.base16-schemes}/share/themes/bright.yaml";
|
||||
cursor = {
|
||||
size = 28;
|
||||
package = pkgs.bibata-cursors;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue