dotfiles

personal dotfiles
git clone anongit@rnpnr.xyz:dotfiles.git
Log | Files | Refs | Feed | Submodules

gtk.css (159B)


      1 scrollbar {
      2 	background-color: #090909;
      3 	border: none;
      4 }
      5 
      6 slider {
      7 	background-color: #222;
      8 	border-radius: 3px;
      9 	border: none;
     10 	margin: 0;
     11 	min-width: 8px;
     12 }