commit 4413bdc0ace99b2847356807aeb88ce4b791a672 parent bca42137ecfeb2f0ae71a6b70f17a710e07f2bf1 Author: Robbie D <git@robertdherb.com> Date: Mon, 30 Dec 2019 15:02:54 -0600 Set nicer cursors Diffstat:
phoebe/.Xdefaults | | | 9 | ++++++++- |
phoebe/gtk-3.0/settings.ini | | | 17 | +++++++++++++++++ |
2 files changed, 25 insertions(+), 1 deletion(-)
diff --git a/phoebe/.Xdefaults b/phoebe/.Xdefaults @@ -8,13 +8,20 @@ XTerm*selectToClipboard: true ! Look and feel +! Use the dandy new Spleen font! + +xterm*faceName: spleen:pixelsize=16:antialias=false + +! Adaita cursors? +Xcursor.theme: Adwaita + ! Scrollbars XTerm*saveLines: 2048 ! Colors ! special -*.foreground: #e1d2e7 +*.foreground: #a574b7 *.background: #0c050f *.cursorColor: #e1d2e7 diff --git a/phoebe/gtk-3.0/settings.ini b/phoebe/gtk-3.0/settings.ini @@ -0,0 +1,17 @@ +[Settings] +gtk-theme-name=Adwaita +gtk-icon-theme-name=Adwaita +gtk-font-name=Arimo 9 +gtk-toolbar-style=GTK_TOOLBAR_ICONS +gtk-toolbar-icon-size=GTK_ICON_SIZE_SMALL_TOOLBAR +gtk-button-images=1 +gtk-menu-images=1 +gtk-enable-event-sounds=1 +gtk-enable-input-feedback-sounds=1 +gtk-xft-antialias=1 +gtk-xft-hinting=1 +gtk-xft-hintstyle=hintslight +gtk-xft-rgba=rgb +gtk-cursor-theme-size=0 +gtk-cursor-theme-name=Adwaita +gtk-key-theme-name=Default