From a417515939c2b5a6e6ca1791fd8d4b99bf3590d7 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Thu, 12 Jan 2023 19:30:21 +0530 Subject: added alternatives to frequently used modal keybindings --- .doom.d/custom.el | 2 +- .doom.d/themes/zt-theme.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to '.doom.d') 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 diff --git a/.doom.d/themes/zt-theme.el b/.doom.d/themes/zt-theme.el index 6fe0423..cce1957 100644 --- a/.doom.d/themes/zt-theme.el +++ b/.doom.d/themes/zt-theme.el @@ -48,7 +48,7 @@ Can be an integer to determine the exact padding." ;; name default 256 16 ;((bg '("#100b13" "black" "black" )) ; this looks bad because polybar has messed up color rendering or something - ((bg '("#0e0911" "black" "black" )) + ((bg '("#282c34" "black" "black" )) (fg '("#bbc2cf" "#bfbfbf" "brightwhite" )) ;; These are off-color variants of bg/fg, used primarily for `solaire-mode', -- cgit v1.2.3