Fix typo resulting in pink terminal background :)

This commit is contained in:
Vili Sinervä 2024-06-04 15:45:46 +03:00
parent e5f1e11698
commit 51898ea2a6
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996

View file

@ -355,99 +355,99 @@ let
exec --no-startup-id nm-applet --sm-disable exec --no-startup-id nm-applet --sm-disable
''}"; ''}";
Xresources = "${pkgs.writeText "Xresources" '' Xresources = "${pkgs.writeText "Xresources" ''
Xft.dpi: 96 Xft.dpi: 96
Xft.antialias: true Xft.antialias: true
Xft.hinting: true Xft.hinting: true
Xft.rgba: rgb Xft.rgba: rgb
Xft.autohint: false Xft.autohint: false
Xft.hintstyle: hintslight Xft.hintstyle: hintslight
Xft.lcdfilter: lcddefault Xft.lcdfilter: lcddefault
XTerm*background: #222D31 XTerm*background: #222D31
XTerm*foreground: #d8d8d8 XTerm*foreground: #d8d8d8
XTerm*pointerColor: #1ABB9B XTerm*pointerColor: #1ABB9B
XTerm*faceName: Fixed XTerm*faceName: Fixed
XTerm*faceSize: 11 XTerm*faceSize: 11
XTerm*reverseVideo: on XTerm*reverseVideo: on
XTerm*selectToClipboard: true XTerm*selectToClipboard: true
*background: #222D31 *background: #222D31
*foreground: #d8d8d8 *foreground: #d8d8d8
*fading: 8 *fading: 8
*fadeColor: black *fadeColor: black
*cursorColor: #1ABB9B *cursorColor: #1ABB9B
*pointerColorBackground: #2B2C2B *pointerColorBackground: #2B2C2B
*pointerColorForeground: #16A085 *pointerColorForeground: #16A085
!! black dark/light !! black dark/light
*color0: #222D31 *color0: #222D31
*color8: #585858 *color8: #585858
!! red dark/light !! red dark/light
*color1: #ab4642 *color1: #ab4642
*color9: #ab4642 *color9: #ab4642
!! green dark/light !! green dark/light
*color2: #7E807E *color2: #7E807E
*color10: #8D8F8D *color10: #8D8F8D
!! yellow dark/light !! yellow dark/light
*color3: #f7ca88 *color3: #f7ca88
*color11: #f7ca88 *color11: #f7ca88
!! blue dark/light !! blue dark/light
*color4: #7cafc2 *color4: #7cafc2
*color12: #7cafc2 *color12: #7cafc2
!! magenta dark/light !! magenta dark/light
*color5: #ba8baf *color5: #ba8baf
*color13: #ba8baf *color13: #ba8baf
!! cyan dark/light !! cyan dark/light
*color6: #1ABB9B *color6: #1ABB9B
*color14: #1ABB9B *color14: #1ABB9B
!! white dark/light !! white dark/light
*color7: #d8d8d8 *color7: #d8d8d8
*color15: #f8f8f8 *color15: #f8f8f8
Xcursor.theme: xcursor-breeze Xcursor.theme: xcursor-breeze
Xcursor.size: 0 Xcursor.size: 0
URxvt.font: 9x15,xft:TerminessTTFNerdFontMono URxvt.font: 9x15,xft:TerminessTTFNerdFontMono
! alternative font settings with 'terminus': ! alternative font settings with 'terminus':
! URxvt.font: -xos4-terminus-medium-r-normal--16-160-72-72-c-80-iso10646-1 ! URxvt.font: -xos4-terminus-medium-r-normal--16-160-72-72-c-80-iso10646-1
! URxvt.bold.font: -xos4-terminus-bold-r-normal--16-160-72-72-c-80-iso10646-1 ! URxvt.bold.font: -xos4-terminus-bold-r-normal--16-160-72-72-c-80-iso10646-1
!! terminus names see end of file! !! terminus names see end of file!
URxvt.depth: 32 URxvt.depth: 32
URxvt.background: [100]#gf0f0f URxvt.background: [100]#0f0f0f
URxvt.foreground: #a0a0a0 URxvt.foreground: #a0a0a0
URxvt*scrollBar: false URxvt*scrollBar: false
URxvt*mouseWheelScrollPage: false URxvt*mouseWheelScrollPage: false
URxvt*cursorBlink: true URxvt*cursorBlink: true
URxvt*background: black URxvt*background: black
URxvt*saveLines: 5000 URxvt*saveLines: 5000
! for 'fake' transparency (without Compton) uncomment the following three lines ! for 'fake' transparency (without Compton) uncomment the following three lines
! URxvt*inheritPixmap: true ! URxvt*inheritPixmap: true
! URxvt*transparent: true ! URxvt*transparent: true
! URxvt*shading: 138 ! URxvt*shading: 138
! Normal copy-paste keybindings without perls ! Normal copy-paste keybindings without perls
URxvt.iso14755: false URxvt.iso14755: false
URxvt.keysym.Shift-Control-V: eval:paste_clipboard URxvt.keysym.Shift-Control-V: eval:paste_clipboard
URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard
!Xterm escape codes, word by word movement !Xterm escape codes, word by word movement
URxvt.keysym.Control-Left: \033[1;5D URxvt.keysym.Control-Left: \033[1;5D
URxvt.keysym.Shift-Control-Left: \033[1;6D URxvt.keysym.Shift-Control-Left: \033[1;6D
URxvt.keysym.Control-Right: \033[1;5C URxvt.keysym.Control-Right: \033[1;5C
URxvt.keysym.Shift-Control-Right: \033[1;6C URxvt.keysym.Shift-Control-Right: \033[1;6C
URxvt.keysym.Control-Up: \033[1;5A URxvt.keysym.Control-Up: \033[1;5A
URxvt.keysym.Shift-Control-Up: \033[1;6A URxvt.keysym.Shift-Control-Up: \033[1;6A
URxvt.keysym.Control-Down: \033[1;5B URxvt.keysym.Control-Down: \033[1;5B
URxvt.keysym.Shift-Control-Down: \033[1;6B URxvt.keysym.Shift-Control-Down: \033[1;6B
''}"; ''}";
in in
{ {