mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-02-07 09:52:50 +00:00
~
This commit is contained in:
parent
473d1523c4
commit
d8a72b165e
2 changed files with 10 additions and 6 deletions
|
@ -18,7 +18,7 @@ window.active.title.bg: Solid Flat
|
||||||
window.active.title.bg.color: #bcccdc
|
window.active.title.bg.color: #bcccdc
|
||||||
|
|
||||||
window.active.label.bg: Parentrelative
|
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: Solid Flat
|
||||||
window.active.button.unpressed.bg.color: #d9eafd
|
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
|
window.inactive.button.pressed.bg.color: #d9eafd
|
||||||
|
|
||||||
# Menus
|
# Menus
|
||||||
menu.separator.color: #23262a
|
menu.separator.color: #545c63
|
||||||
|
|
||||||
menu.items.bg: Solid Flat
|
menu.items.bg: Solid Flat
|
||||||
menu.items.bg.color: #9aa6b2
|
menu.items.bg.color: #bcccdc
|
||||||
menu.items.text.color: #23262a
|
menu.items.text.color: #545c63
|
||||||
|
|
||||||
menu.items.active.bg: Solid Flat
|
menu.items.active.bg: Solid Flat
|
||||||
menu.items.active.bg.color: #bcccdc
|
menu.items.active.bg.color: #d9eafd
|
||||||
menu.items.active.text.color: #000000
|
menu.items.active.text.color: #626a73
|
||||||
|
|
|
@ -1,5 +1,9 @@
|
||||||
{ pkgs, ... }:
|
{ 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; [
|
environment.systemPackages = with pkgs; [
|
||||||
# development
|
# development
|
||||||
(fenix.default.withComponents [ "cargo" "rustc" ])
|
(fenix.default.withComponents [ "cargo" "rustc" ])
|
||||||
|
|
Loading…
Reference in a new issue