Skip to content

Commit

Permalink
Xdefaults: light term and change default font
Browse files Browse the repository at this point in the history
  • Loading branch information
niclas committed Feb 23, 2023
1 parent 9433cd1 commit a59603c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .Xdefaults
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@ XTerm*saveLines: 10000
XTerm*scrollBar: true
XTerm*rightScrollBar: true

XTerm*Background: white
XTerm*Foreground: black

XTerm*boldMode: false
XTerm*faceName: DejaVu Sans Mono
XTerm*faceSize: 14
XTerm*faceName: JetBrains Mono
XTerm*faceSize: 12
XTerm*renderFont: true

XTerm*VT100*backarrowKey: false
Expand Down

0 comments on commit a59603c

Please sign in to comment.