mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-18 10:47:31 -08:00
remove unused style files
This commit is contained in:
parent
18989746ec
commit
4c1a1d2bc5
@ -1,38 +0,0 @@
|
|||||||
{
|
|
||||||
# Dracula
|
|
||||||
background = "#282a36";
|
|
||||||
foreground = "#f8f8f2";
|
|
||||||
|
|
||||||
selection = "#44475a";
|
|
||||||
|
|
||||||
black = "#000000";
|
|
||||||
red = "#ff5555";
|
|
||||||
green = "#50fa7b";
|
|
||||||
yellow = "#f1fa8c";
|
|
||||||
blue = "#bd93f9";
|
|
||||||
magenta = "#ff79c6";
|
|
||||||
cyan = "#8be9fd";
|
|
||||||
white = "#bfbfbf";
|
|
||||||
|
|
||||||
bright = {
|
|
||||||
black = "#4d4d4d";
|
|
||||||
red = "#ff6e67";
|
|
||||||
green = "#5af78e";
|
|
||||||
yellow = "#f4f99d";
|
|
||||||
blue = "#caa9fa";
|
|
||||||
magenta = "#ff92d0";
|
|
||||||
cyan = "#9aedfe";
|
|
||||||
white = "#e6e6e6";
|
|
||||||
};
|
|
||||||
|
|
||||||
dim = {
|
|
||||||
black = "#14151b";
|
|
||||||
red = "#ff2222";
|
|
||||||
green = "#1ef956";
|
|
||||||
yellow = "#ebf85b";
|
|
||||||
blue = "#4d5b86";
|
|
||||||
magenta = "#ff46b0";
|
|
||||||
cyan = "#59dffc";
|
|
||||||
white = "#e6e6d1";
|
|
||||||
};
|
|
||||||
}
|
|
@ -1,10 +0,0 @@
|
|||||||
rec {
|
|
||||||
font = {
|
|
||||||
mono = "Iosevka Fixed";
|
|
||||||
sans = "Iosevka Sparkle";
|
|
||||||
serif = "Iosevka Etoile";
|
|
||||||
icons = "Material Design Icons";
|
|
||||||
size = 12;
|
|
||||||
};
|
|
||||||
color = import ./colorschemes/dracula.nix;
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user