branch: elpa/alect-themes
commit 7cdb2c77d886400116ca304e103a2ae13fac4390
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>

    Add gdb breakpoint faces
---
 alect-themes.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/alect-themes.el b/alect-themes.el
index 427141e..6d8f4a3 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -822,6 +822,10 @@ For INVERT, see `alect-get-color'."
          (font-lock-regexp-grouping-backslash ((,c :foreground ,(gc 'red+2))))
          (font-lock-regexp-grouping-construct ((,c :foreground ,(gc 
'yellow-1))))
 
+         ;; gdb
+         (breakpoint-enabled  ((,c :foreground ,(gc 'red))))
+         (breakpoint-disabled ((,c :foreground ,(gc 'gray))))
+
          ;; geiser
          (geiser-font-lock-doc-title          ((,c :inherit bold)))
          (geiser-font-lock-doc-link           ((,c :inherit link)))

Reply via email to