Skip to content

Commit

Permalink
Xdefaults: change font, swap colors
Browse files Browse the repository at this point in the history
  • Loading branch information
niclas committed Feb 23, 2024
1 parent 938d2b5 commit 97304a8
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .Xdefaults
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,17 @@ XTerm*loginShell: false

XTerm*internalBorder: 3

XTerm*saveLines: 10000
XTerm*saveLines: 100000
XTerm*scrollBar: true
XTerm*rightScrollBar: true

XTerm*Background: white
XTerm*Foreground: black
XTerm*Background: #000000
XTerm*Foreground: #FFFFFF
XTerm*cursorColor: #FFD700

XTerm*boldMode: false
XTerm*faceName: JetBrains Mono
XTerm*faceSize: 12
XTerm*faceName: Input Mono Narrow
XTerm*faceSize: 18
XTerm*renderFont: true

XTerm*VT100*backarrowKey: false
Expand Down

0 comments on commit 97304a8

Please sign in to comment.