mirror of
				https://github.com/tanrax/thankful-eyes-theme.el.git
				synced 2025-11-04 05:45:56 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			43 lines
		
	
	
		
			944 B
		
	
	
	
		
			Org Mode
		
	
	
	
	
	
			
		
		
	
	
			43 lines
		
	
	
		
			944 B
		
	
	
	
		
			Org Mode
		
	
	
	
	
	
* Thankful Eyes Theme
 | 
						|
 | 
						|
Emacs theme, based on Thankful-eyes rouge, with a contrast ready for colour blind or visually impaired people.
 | 
						|
 | 
						|
** Install
 | 
						|
 | 
						|
*** MELPA
 | 
						|
 | 
						|
This theme is available in MELPA:
 | 
						|
 | 
						|
#+BEGIN_SRC shell
 | 
						|
M-x package-install RET thankful-eyes-theme RET
 | 
						|
#+END_SRC
 | 
						|
 | 
						|
You can also add the following to your init file:
 | 
						|
 | 
						|
#+BEGIN_SRC emacs-lisp
 | 
						|
(load-theme 'thankful-eyes t)
 | 
						|
#+END_SRC
 | 
						|
 | 
						|
*** Manual
 | 
						|
 | 
						|
**** 1. Download the theme file to your emacs themes directory, for example =~/.emacs.d/themes/=.
 | 
						|
 | 
						|
#+BEGIN_SRC sh
 | 
						|
  mkdir -p ~/.emacs.d/themes/
 | 
						|
  curl https://raw.githubusercontent.com/tanrax/thankful-eyes-theme.el/refs/heads/main/thankful-eyes-theme.el -o ~/.emacs.d/themes/thankful-eyes-theme.el
 | 
						|
#+END_SRC
 | 
						|
 | 
						|
**** 2. Add the following to your init file:
 | 
						|
 | 
						|
#+BEGIN_SRC emacs-lisp
 | 
						|
    (add-to-list 'custom-theme-load-path "~/.emacs.d/themes/")
 | 
						|
    (load-theme 'thankful-eyes t)
 | 
						|
#+END_SRC
 | 
						|
 | 
						|
**** 3. Enjoy
 | 
						|
 | 
						|
** Screenshots
 | 
						|
 | 
						|
 | 
						|
[[./screenshots/python.png]]
 |