mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-15 04:37:18 +00:00
6 lines
218 B
CSS
6 lines
218 B
CSS
/**
|
|
* GTK 4 reads the theme configured by gtk-theme-name, but ignores it.
|
|
* It does however respect user CSS, so import the theme from here.
|
|
**/
|
|
@import url("file:///usr/share/themes/Tokyonight-Dark/gtk-4.0/gtk.css");
|