1
0

Added dotnet and gtk config, added sources in the readme

This commit is contained in:
2023-10-01 16:09:59 +02:00
parent f129176f6f
commit 74d0b2de5c
14 changed files with 1471 additions and 0 deletions

20
gtk/.gtkrc-2.0 Normal file
View File

@ -0,0 +1,20 @@
gtk-theme-name="Breeze"
gtk-enable-animations=1
gtk-primary-button-warps-slider=0
gtk-toolbar-style=3
gtk-menu-images=1
gtk-button-images=1
gtk-cursor-theme-size=24
gtk-cursor-theme-name="Oxygen_Yellow"
gtk-icon-theme-name="breeze-dark"
gtk-font-name="Noto Sans, 10"
###############################################
# Created by cinnamon-settings - please do not edit or reformat.
#
style "cs-scrollbar-style" {
}
class "GtkScrollbar" style "cs-scrollbar-style"
###############################################