alphapapa / alphapapa/snow.el

Change background color

未關閉
#4 1 則留言 0 個 reaction 已指派 1 人 已被 @alphapapa 認領 在 GitHub 檢視
enhancement good first issue help wanted
主要語言
Emacs Lisp
星號
86
分支
5
PR 合併指標
30 天內沒有已合併 PR

描述

Really nice package!

Please add a face for changing the background color.

I now have this (works fine by the way):

```elisp
(define-key user-map (kbd "S") (lambda ()
(interactive)
(if (package-installed-p 'snow)
(progn
(snow)
(switch-to-buffer "\*snow\*") ; strange, but necessary
(scroll-up-command 5)
(face-remap-add-relative 'default :background "#2b3c44"))
(message "Error enabling Snow:\n(Searching for program No such file or directory now)"))))
```

貢獻指南

這個儲存庫沒有索引到貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。