Set some (initial) mangohud colours using base16/stylix
This commit is contained in:
parent
7fc20d017a
commit
ff288ef525
|
@ -36,22 +36,22 @@
|
|||
input-overlay
|
||||
];
|
||||
};
|
||||
xdg.configFile."MangoHud/MangoHud.conf".text = ''
|
||||
xdg.configFile."MangoHud/MangoHud.conf".text = with config.lib.stylix.scheme.withHashtag; ''
|
||||
preset=2
|
||||
time
|
||||
# text_color=FFFFFF
|
||||
# gpu_color=2E9762
|
||||
# cpu_color=2E97CB
|
||||
# vram_color=AD64C1
|
||||
# ram_color=C26693
|
||||
# engine_color=EB5B5B
|
||||
# io_color=A491D3
|
||||
# frametime_color=00FF00
|
||||
# background_color=020202
|
||||
# media_player_color=FFFFFF
|
||||
# wine_color=EB5B5B
|
||||
# battery_color=FF9078
|
||||
# network_color=E07B85
|
||||
text_color=${base00}
|
||||
gpu_color=${green}
|
||||
cpu_color=${green}
|
||||
vram_color=${magenta}
|
||||
ram_color=${magenta}
|
||||
engine_color=${red}
|
||||
io_color=${magenta}
|
||||
frametime_color=${green}
|
||||
background_color=${base05}
|
||||
media_player_color=${base00}
|
||||
wine_color=${red}
|
||||
battery_color=${orange}
|
||||
network_color=${red}
|
||||
'';
|
||||
};
|
||||
boot = {
|
||||
|
|
Loading…
Reference in a new issue