This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ;;; appearance-control-sequences.el --- Terminal control sequence integration -*- lexical-binding: t -*- | |
| ;;; Commentary: | |
| ;; | |
| ;; This module synchronizes Emacs' background color with the terminal background | |
| ;; by using VT100 control sequences. It supports both setting the background | |
| ;; color (using the "\e]11;" sequence) and resetting it on exit (using "\e]111;" | |
| ;; if available, or restoring the original color otherwise). | |
| ;; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ;;; appearance.el --- System theme integration via D-Bus -*- lexical-binding: t -*- | |
| ;;; Commentary: | |
| ;; | |
| ;; This module provides automatic synchronization between Emacs themes | |
| ;; and the system appearance settings (light/dark mode) via D-Bus. | |
| ;; | |
| ;; NOTE: This *only* works with desktop environments that support the | |
| ;; org.freedesktop.appearance portal interface. |
NewerOlder