Compare commits
No commits in common. "f6a4c570639f7940f4dfcdfa5a21354729eb71fb" and "81f5417313a7286e776235ee82e43b57e2b359eb" have entirely different histories.
f6a4c57063
...
81f5417313
|
@ -1,47 +0,0 @@
|
||||||
*background: #002b36
|
|
||||||
*foreground: #657b83
|
|
||||||
!!*fading: 40
|
|
||||||
*fadeColor: #002b36
|
|
||||||
*cursorColor: #93a1a1
|
|
||||||
*pointerColorBackground: #586e75
|
|
||||||
*pointerColorForeground: #93a1a1
|
|
||||||
|
|
||||||
!! black dark/light
|
|
||||||
*color0: #073642
|
|
||||||
*color8: #002b36
|
|
||||||
|
|
||||||
!! red dark/light
|
|
||||||
*color1: #dc322f
|
|
||||||
*color9: #cb4b16
|
|
||||||
|
|
||||||
!! green dark/light
|
|
||||||
*color2: #859900
|
|
||||||
*color10: #586e75
|
|
||||||
|
|
||||||
!! yellow dark/light
|
|
||||||
*color3: #b58900
|
|
||||||
*color11: #657b83
|
|
||||||
|
|
||||||
!! blue dark/light
|
|
||||||
*color4: #268bd2
|
|
||||||
*color12: #839496
|
|
||||||
|
|
||||||
!! magenta dark/light
|
|
||||||
*color5: #d33682
|
|
||||||
*color13: #6c71c4
|
|
||||||
|
|
||||||
!! cyan dark/light
|
|
||||||
*color6: #2aa198
|
|
||||||
*color14: #93a1a1
|
|
||||||
|
|
||||||
!! white dark/light
|
|
||||||
*color7: #eee8d5
|
|
||||||
*color15: #fdf6e3
|
|
||||||
|
|
||||||
!! HiDPI
|
|
||||||
Xft.autohint: 0
|
|
||||||
Xft.lcdfilter: lcddefault
|
|
||||||
Xft.hintstyle: hintfull
|
|
||||||
Xft.hinting: 1
|
|
||||||
Xft.antialias: 1
|
|
||||||
Xft.rgba: rgb
|
|
|
@ -14,7 +14,7 @@
|
||||||
decorate = true
|
decorate = true
|
||||||
abbrevCommit = true
|
abbrevCommit = true
|
||||||
[gpg]
|
[gpg]
|
||||||
program = qubes-gpg-client-wrapper
|
program = .local/bin/git-gpg
|
||||||
[init]
|
[init]
|
||||||
defaultBranch = main
|
defaultBranch = main
|
||||||
[remote "origin"]
|
[remote "origin"]
|
||||||
|
|
Loading…
Reference in New Issue