;;
;; Perform win32-specific setup (loading win32-specific color information)
;;

(set-cursor-color "pink")
(set-background-color "midnightblue")
(set-foreground-color "lightgray")
(set-face-foreground 'modeline "midnightblue")
(set-face-background 'modeline "lightgray")
(set-face-foreground 'highlight "black")
(set-face-background 'highlight "yellow")
(set-face-background 'region "dimgray")
(set-face-background 'secondary-selection "darkgreen")
(scroll-bar-mode -1)
(menu-bar-mode -1)
