1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-01-30 22:53:37 +00:00
This commit is contained in:
Rae 5e 2024-12-23 14:44:50 -05:00
parent 473d1523c4
commit d8a72b165e
2 changed files with 10 additions and 6 deletions

View file

@ -18,7 +18,7 @@ window.active.title.bg: Solid Flat
window.active.title.bg.color: #bcccdc
window.active.label.bg: Parentrelative
window.active.label.text.color: #000000
window.active.label.text.color: #545c63
window.active.button.unpressed.bg: Solid Flat
window.active.button.unpressed.bg.color: #d9eafd
@ -40,12 +40,12 @@ window.inactive.button.pressed.bg: Solid Flat
window.inactive.button.pressed.bg.color: #d9eafd
# Menus
menu.separator.color: #23262a
menu.separator.color: #545c63
menu.items.bg: Solid Flat
menu.items.bg.color: #9aa6b2
menu.items.text.color: #23262a
menu.items.bg.color: #bcccdc
menu.items.text.color: #545c63
menu.items.active.bg: Solid Flat
menu.items.active.bg.color: #bcccdc
menu.items.active.text.color: #000000
menu.items.active.bg.color: #d9eafd
menu.items.active.text.color: #626a73

View file

@ -1,5 +1,9 @@
{ pkgs, ... }:
{
# I'm not sure if you actually need stuff like GTK4 to be
# in here when it's really only used with nix-shell and the
# amount of time it saves during installation is probably
# only like a few seconds
environment.systemPackages = with pkgs; [
# development
(fenix.default.withComponents [ "cargo" "rustc" ])