laptop cfg
This commit is contained in:
parent
34f8e5cb61
commit
8be9000dc1
5 changed files with 40 additions and 46 deletions
|
@ -18,6 +18,7 @@
|
|||
element-desktop-wayland
|
||||
fluxcd
|
||||
fusee-launcher
|
||||
gcc
|
||||
gimp
|
||||
gnome.eog
|
||||
gnome.file-roller
|
||||
|
@ -41,7 +42,6 @@
|
|||
wf-recorder # Screenrecorder
|
||||
wl-clipboard # Clipboard manager
|
||||
wofi # Wayland rofi
|
||||
|
||||
];
|
||||
|
||||
programs.foot = {
|
||||
|
|
|
@ -1,5 +1,29 @@
|
|||
@import url(./colours.scss);
|
||||
|
||||
$rosewater: #f2d5cf;
|
||||
$flamingo: #eebebe;
|
||||
$pink: #f4b8e4;
|
||||
$mauve: #ca9ee6;
|
||||
$red: #e78284;
|
||||
$maroon: #ea999c;
|
||||
$peach: #ef9f76;
|
||||
$yellow: #e5c890;
|
||||
$green: #a6d189;
|
||||
$teal: #81c8be;
|
||||
$sky: #99d1db;
|
||||
$sapphire: #85c1dc;
|
||||
$blue: #8caaee;
|
||||
$lavender: #babbf1;
|
||||
$text: #c6d0f5;
|
||||
$subtext1: #b5bfe2;
|
||||
$subtext0: #a5adce;
|
||||
$overlay2: #949cbb;
|
||||
$overlay1: #838ba7;
|
||||
$overlay0: #737994;
|
||||
$surface2: #626880;
|
||||
$surface1: #51576d;
|
||||
$surface0: #414559;
|
||||
$base: #303446;
|
||||
$mantle: #292c3c;
|
||||
$crust: #232634;
|
||||
$light-gray: #9699b7;
|
||||
|
||||
* {
|
||||
|
|
|
@ -33,35 +33,6 @@ let
|
|||
};
|
||||
in
|
||||
{
|
||||
home.file.".config/eww/colours.scss".text = ''
|
||||
$rosewater: #${colour.rosewater};
|
||||
$flamingo: #${colour.flamingo};
|
||||
$pink: #${colour.pink};
|
||||
$mauve: #${colour.mauve};
|
||||
$red: #${colour.red};
|
||||
$maroon: #${colour.maroon};
|
||||
$peach: #${colour.peach};
|
||||
$yellow: #${colour.yellow};
|
||||
$green: #${colour.green};
|
||||
$teal: #${colour.teal};
|
||||
$sky: #${colour.sky};
|
||||
$sapphire: #${colour.sapphire};
|
||||
$blue: #${colour.blue};
|
||||
$lavender: #${colour.lavender};
|
||||
$text: #${colour.text};
|
||||
$subtext1: #${colour.subtext1};
|
||||
$subtext0: #${colour.subtext0};
|
||||
$overlay2: #${colour.overlay2};
|
||||
$overlay1: #${colour.overlay1};
|
||||
$overlay0: #${colour.overlay0};
|
||||
$surface2: #${colour.surface2};
|
||||
$surface1: #${colour.surface1};
|
||||
$surface0: #${colour.surface0};
|
||||
$base: #${colour.base};
|
||||
$mantle: #${colour.mantle};
|
||||
$crust: #${colour.crust};
|
||||
'';
|
||||
|
||||
# Note, pink and blue are switched
|
||||
programs.foot.settings.colors = {
|
||||
foreground = colour.text; # Text
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue