mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-06 21:20:13 +00:00
experiment with themes and colors
This commit is contained in:
BIN
modules/theme/carbonfiber/carbon-fiber.jpg
Normal file
BIN
modules/theme/carbonfiber/carbon-fiber.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 453 KiB |
35
modules/theme/carbonfiber/default.nix
Normal file
35
modules/theme/carbonfiber/default.nix
Normal file
@ -0,0 +1,35 @@
|
||||
{
|
||||
name = "carbonfiber";
|
||||
colors = {
|
||||
primary = {
|
||||
background = "#282828";
|
||||
foreground = "#d5c4a1";
|
||||
};
|
||||
cursor = {
|
||||
text = "#1d2021";
|
||||
cursor = "#d5c4a1";
|
||||
};
|
||||
normal = {
|
||||
black = "#1d2021";
|
||||
red = "#fb4934";
|
||||
green = "#b8bb26";
|
||||
yellow = "#fabd2f";
|
||||
blue = "#83a598";
|
||||
magenta = "#d3869b";
|
||||
cyan = "#8ec07c";
|
||||
white = "#d5c4a1";
|
||||
};
|
||||
bright = {
|
||||
black = "#665c54";
|
||||
red = "#fe8019";
|
||||
green = "#3c3836";
|
||||
yellow = "#504945";
|
||||
blue = "#bdae93";
|
||||
magenta = "#ebdbb2";
|
||||
cyan = "#d65d0e";
|
||||
white = "#fbf1c7";
|
||||
};
|
||||
};
|
||||
wallpaper = ./carbon-fiber.jpg;
|
||||
opacity = 0.8;
|
||||
}
|
Reference in New Issue
Block a user