Use gruvbox theme in alacritty

This commit is contained in:
Dave Gallant
2022-10-30 13:19:35 -04:00
parent 74ae3def04
commit 9855d9e288
2 changed files with 21 additions and 21 deletions

6
flake.lock generated
View File

@@ -93,11 +93,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1666959691, "lastModified": 1667050928,
"narHash": "sha256-TRpWA3t8ata79HOGtFd5dDCl1kJQmIE16PDF53/Hcxo=", "narHash": "sha256-xOn0ZgjImIyeecEsrjxuvlW7IW5genTwvvnDQRFncB8=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "448a599c49978c2794401bfc3a2e1fba1a8663be", "rev": "fdebb81f45a1ba2c4afca5fd9f526e1653ad0949",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -228,29 +228,29 @@ in {
}; };
colors = { colors = {
primary.background = "0x101421"; primary.background = "0x282828";
primary.foreground = "0xfffbf6"; primary.foreground = "0xebdbb2";
normal = { normal = {
black = "0x2e2e2e"; black = "0x282828";
red = "0xeb4129"; red = "0xcc241d";
green = "0xabe047"; green = "0x98971a";
yellow = "0xf6c744"; yellow = "0xd79921";
blue = "0x47a0f3"; blue = "0x458588";
magenta = "0x7b5cb0"; magenta = "0xb16286";
cyan = "0x64dbed"; cyan = "0x689d6a";
white = "0xe5e9f0"; white = "0xa89984";
}; };
bright = { bright = {
black = "0x565656"; black = "0x928374";
red = "0xec5357"; red = "0xfb4934";
green = "0xc0e17d"; green = "0xb8bb26";
yellow = "0xf9da6a"; yellow = "0xfabd2f";
blue = "0x49a4f8"; blue = "0x83a598";
magenta = "0xa47de9"; magenta = "0xd3869b";
cyan = "0x99faf2"; cyan = "0x8ec07c";
white = "0xffffff"; white = "0xebdbb2";
}; };
key_bindings = [ key_bindings = [