Commit d1cc238e authored by Daniel Firth's avatar Daniel Firth
Browse files

Switch to cyberdream

parent 3fdf7b0b
{ pkgs, ... }: {
colorschemes.kanagawa = {
enable = true;
settings = {
theme = "dragon";
colors = {
palette = {
sumiInk0 = "#000000";
fujiWhite = "#FFFFFF";
};
};
};
};
colorschemes.cyberdream.enable = true;
opts = {
clipboard = "unnamedplus";
expandtab = true;
number = true;
relativenumber = true;
shiftwidth = 2;
smartindent = true;
tabstop = 2;
number = true;
clipboard = "unnamedplus";
};
globals = {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment