diff options
Diffstat (limited to 'X11/Xresources')
-rw-r--r-- | X11/Xresources | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/X11/Xresources b/X11/Xresources index da301ce..745ed66 100644 --- a/X11/Xresources +++ b/X11/Xresources @@ -2,9 +2,12 @@ Xcursor.theme: SpaceKCursors +! *.font: "Monospace 12" +*.font: "Inconsolata:pixelsize=17:antialias=true:autohint=true" + ! special -*.foreground: #d9d6e3 -*.background: #0f0a1c +*.foreground: #d9d5e6 +*.background: #0a001f *.cursorColor: #d9d5e6 @@ -13,8 +16,8 @@ Xcursor.theme: SpaceKCursors *.color8: #828ff9 ! red -*.color1: #655395 -*.color9: #655395 +*.color1: #7f64ba +*.color9: #7f64ba ! green *.color2: #828ff9 @@ -33,8 +36,8 @@ Xcursor.theme: SpaceKCursors *.color13: #ace6f0 ! cyan -*.color6: #655395 -*.color14: #655395 +*.color6: #7f64ba +*.color14: #7f64ba ! white *.color7: #eebea4 |