Another copy of my dotfiles. Because I don't completely trust GitHub.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
580 B

  1. # DO NOT EDIT! This file will be overwritten by LXAppearance.
  2. # Any customization should be done in ~/.gtkrc-2.0.mine instead.
  3. include "/home/yigit/.gtkrc-2.0.mine"
  4. gtk-theme-name="material-ocean"
  5. gtk-icon-theme-name="Tela-dark"
  6. gtk-font-name="CaskaydiaCove Nerd Font 10"
  7. gtk-cursor-theme-name="Adwaita"
  8. gtk-cursor-theme-size=0
  9. gtk-toolbar-style=GTK_TOOLBAR_BOTH
  10. gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
  11. gtk-button-images=1
  12. gtk-menu-images=1
  13. gtk-enable-event-sounds=1
  14. gtk-enable-input-feedback-sounds=1
  15. gtk-xft-antialias=1
  16. gtk-xft-hinting=1
  17. gtk-xft-hintstyle="hintfull"