-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added gtk configs and changed nvim config.
- Loading branch information
1 parent
c051988
commit a9f700c
Showing
4 changed files
with
54 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
! Dracula Xresources Palette | ||
*.foreground: #F8F8F2 | ||
*.background: #282A36 | ||
*.color0: #000000 | ||
*.color8: #4D4D4D | ||
*.color1: #FF5555 | ||
*.color9: #FF6E67 | ||
*.color2: #50FA7B | ||
*.color10: #5AF78E | ||
*.color3: #F1FA8C | ||
*.color11: #F4F99D | ||
*.color4: #BD93F9 | ||
*.color12: #CAA9FA | ||
*.color5: #FF79C6 | ||
*.color13: #FF92D0 | ||
*.color6: #8BE9FD | ||
*.color14: #9AEDFE | ||
*.color7: #BFBFBF | ||
*.color15: #E6E6E6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# DO NOT EDIT! This file will be overwritten by LXAppearance. | ||
# Any customization should be done in ~/.gtkrc-2.0.mine instead. | ||
|
||
include "/home/pepper/.gtkrc-2.0.mine" | ||
gtk-theme-name="Dracula" | ||
gtk-icon-theme-name="Adwaita" | ||
gtk-font-name="mononoki Nerd Font 11" | ||
gtk-cursor-theme-name="Adwaita" | ||
gtk-cursor-theme-size=0 | ||
gtk-toolbar-style=GTK_TOOLBAR_BOTH | ||
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_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="hintfull" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
[Settings] | ||
gtk-theme-name=Dracula | ||
gtk-icon-theme-name=Adwaita | ||
gtk-font-name=mononoki Nerd Font 11 | ||
gtk-cursor-theme-name=Adwaita | ||
gtk-cursor-theme-size=0 | ||
gtk-toolbar-style=GTK_TOOLBAR_BOTH | ||
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_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=hintfull |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters