namishh / crystal

nix dotfiles for chilly people
MIT License
626 stars 20 forks source link

eww uses GTK theme. #21

Closed ItsTerm1n4l closed 7 months ago

ItsTerm1n4l commented 9 months ago

I have cloned the repo into ~/.config/eww/and ran eww open bar and the eww bar opens but uses the gtk theme for all widgets and colours, I have experienced this before sometimes with my own eww configs, and I think it is when there is a css component used in the .scss that eww does not support.

$ eww --version    
eww 0.4.0 4f1f853b5f9ef17da0e01e23e82cfcb2f718373d

Any way to fix this?

namishh commented 9 months ago

this is because the style/_colors.scss file doesnt exist yet. its generated for me via nixos, youll need to make your own

$background : #0c0c0c;
$foreground : #f4f4f4;
$background-alt : #161616;
$background-light : #1f1f1f;
$foreground-alt : #e0e0e0;
$red : #902c3b;
$red-light : #c1374b;

$green : #2a8664;
$green-light : #32ae80;

$yellow : #d78438;
$yellow-light : #e1a36b;

$blue : #546ad8;
$blue-light : #738be7;

$cyan : #1f7a89;
$cyan-light : #2b9eb0;

$magenta : #875fd4;
$magenta-light : #9e7ad5;

$comment : #525252;
$accent : #546ad8;
ItsTerm1n4l commented 7 months ago

mb, forgot to close the issue. Anyway it works now, thanks!