Converting Between Symbols and Strings

(symbol-name 'some-symbol)
; => "some-symbol"
(intern "some-symbol")
; => some-symbol

Related

Replacing text across multiple files

Find and replace text across multiple file in project, dired-mode or grep-mode buffer.

Emacs Highlight Keywords With Overlays

Use overlays to highlight a buffer’s keywords on the screen.

Color Lighten and Darken

RGB color lighten and darken in catppuccin-themes.