borland-blue-theme
borland-blue-theme copied to clipboard
Emacs Theme based on Borland(Turbo) C for DOS
borland-blue-theme
This theme resembles the Borland/Turbe C IDE with the general idea as golden letters on a blue background.
Screenshots
Installation
Easiest way to install using MELPA. If you have MELPA installed, run
M-x package-install RET borland-blue-theme RET
Alternatively put the this directory to the custom-theme-load
and add the following to your init file:
(push (substitute-in-file-name "~/.emacs.d/borland-blue-theme/") custom-theme-load-path)
(load-theme 'borland-blue t)