diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2023-01-12 19:30:21 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2023-01-12 19:30:21 +0530 |
commit | a417515939c2b5a6e6ca1791fd8d4b99bf3590d7 (patch) | |
tree | 4eb40209e0ae9e9133ed1016be7ea132e87e180f /.doom.d/custom.el | |
parent | 56be6e6401ab3c007aa2a023071cbf65d111cdcd (diff) |
added alternatives to frequently used modal keybindings
Diffstat (limited to '.doom.d/custom.el')
-rw-r--r-- | .doom.d/custom.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.doom.d/custom.el b/.doom.d/custom.el index 6bcf177..6fd47a3 100644 --- a/.doom.d/custom.el +++ b/.doom.d/custom.el @@ -28,7 +28,7 @@ '(cursor :background "#0ec685" :foreground) '(highlight :background "#ff0aa3") '(tide-hl-identifier-face :background "#0ec685" :foreground "#232627") - '(line-number :slant normal :background "#100b13") + '(line-number :slant normal :background "#0e0911") '(line-number-current-line :slant normal :background "#21242b")) ; window transparency |