Last active
July 12, 2019 01:23
-
-
Save VonHeikemen/568dccfdc3ee90fff12ce3a2869a0b7f to your computer and use it in GitHub Desktop.
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
Xft.dpi: 96 | |
Xft.antialias: true | |
Xft.hinting: true | |
Xft.rgba: rgb | |
Xft.autohint: false | |
Xft.hintstyle: hintslight | |
Xft.lcdfilter: lcddefault | |
XTerm*background: #DCE0DD | |
XTerm*foreground: #2F343F | |
XTerm*pointerColor: #1ABB9B | |
XTerm*faceName: Fixed | |
XTerm*faceSize: 13 | |
XTerm*reverseVideo: on | |
XTerm*selectToClipboard: true | |
*background: #DCE0DD | |
*foreground: #2F343F | |
*fading: 8 | |
*fadeColor: black | |
*cursorColor: #1ABB9B | |
*pointerColorBackground: #2B2C2B | |
*pointerColorForeground: #16A085 | |
!! black dark/light | |
*color0: #21252B | |
*color8: #5F6672 | |
!! red dark/light | |
*color1: #E06C75 | |
*color9: #E06C75 | |
!! green dark/light | |
*color2: #98C379 | |
*color10: #98C379 | |
!! yellow dark/light | |
*color3: #D19A66 | |
*color11: #D19A66 | |
!! blue dark/light | |
*color4: #61AFEF | |
*color12: #61AFEF | |
!! magenta dark/light | |
*color5: #BF79C3 | |
*color13: #BF79C3 | |
!! cyan dark/light | |
*color6: #56B6C2 | |
*color14: #56B6C2 | |
!! white dark/light | |
*color7: #ABB2BF | |
*color15: #D4D7D9 | |
Xcursor.theme: xcursor-breeze | |
Xcursor.size: 0 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment