all-the-icons-faces.el (7682B)
1 ;;; all-the-icons-faces.el --- A module of faces for all-the-icons 2 3 ;; Copyright (C) 2016 Dominic Charlesworth <dgc336@gmail.com> 4 5 ;; Author: Dominic Charlesworth <dgc336@gmail.com> 6 ;; Version: 1.0.0 7 ;; Package-Requires: ((emacs "24.3")) 8 ;; URL: https://github.com/domtronn/all-the-icons.el 9 ;; Keywords: convenient, lisp 10 11 ;; This program is free software; you can redistribute it and/or 12 ;; modify it under the terms of the GNU General Public License 13 ;; as published by the Free Software Foundation; either version 3 14 ;; of the License, or (at your option) any later version. 15 16 ;; This program is distributed in the hope that it will be useful, 17 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of 18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 ;; GNU General Public License for more details. 20 21 ;; You should have received a copy of the GNU General Public License 22 ;; along with this program. If not, see <http://www.gnu.org/licenses/>. 23 24 ;;; Commentary: 25 26 ;; This file contains all of the faces used by the package for 27 ;; colouring icons 28 29 ;;; Code: 30 31 (defgroup all-the-icons-faces nil 32 "Manage how All The Icons icons are coloured and themed." 33 :prefix "all-the-icons-" 34 :group 'tools 35 :group 'all-the-icons) 36 37 38 ;; red 39 (defface all-the-icons-red 40 '((((background dark)) :foreground "#AC4142") 41 (((background light)) :foreground "#AC4142")) 42 "Face for red icons" 43 :group 'all-the-icons-faces) 44 (defface all-the-icons-lred 45 '((((background dark)) :foreground "#EB595A") 46 (((background light)) :foreground "#EB595A")) 47 "Face for lred icons" 48 :group 'all-the-icons-faces) 49 (defface all-the-icons-dred 50 '((((background dark)) :foreground "#843031") 51 (((background light)) :foreground "#843031")) 52 "Face for dred icons" 53 :group 'all-the-icons-faces) 54 (defface all-the-icons-red-alt 55 '((((background dark)) :foreground "#ce5643") 56 (((background light)) :foreground "#843031")) 57 "Face for dred icons" 58 :group 'all-the-icons-faces) 59 60 ;; green 61 (defface all-the-icons-green 62 '((((background dark)) :foreground "#90A959") 63 (((background light)) :foreground "#90A959")) 64 "Face for green icons" 65 :group 'all-the-icons-faces) 66 (defface all-the-icons-lgreen 67 '((((background dark)) :foreground "#C6E87A") 68 (((background light)) :foreground "#3D6837")) 69 "Face for lgreen icons" 70 :group 'all-the-icons-faces) 71 (defface all-the-icons-dgreen 72 '((((background dark)) :foreground "#6D8143") 73 (((background light)) :foreground "#6D8143")) 74 "Face for dgreen icons" 75 :group 'all-the-icons-faces) 76 77 ;; yellow 78 (defface all-the-icons-yellow 79 '((((background dark)) :foreground "#FFD446") 80 (((background light)) :foreground "#FFCC0E")) 81 "Face for yellow icons" 82 :group 'all-the-icons-faces) 83 (defface all-the-icons-lyellow 84 '((((background dark)) :foreground "#FFC16D") 85 (((background light)) :foreground "#FF9300")) 86 "Face for lyellow icons" 87 :group 'all-the-icons-faces) 88 (defface all-the-icons-dyellow 89 '((((background dark)) :foreground "#B48D56") 90 (((background light)) :foreground "#B48D56")) 91 "Face for dyellow icons" 92 :group 'all-the-icons-faces) 93 94 ;; blue 95 (defface all-the-icons-blue 96 '((((background dark)) :foreground "#6A9FB5") 97 (((background light)) :foreground "#6A9FB5")) 98 "Face for blue icons" 99 :group 'all-the-icons-faces) 100 (defface all-the-icons-blue-alt 101 '((((background dark)) :foreground "#2188b6") 102 (((background light)) :foreground "#2188b6")) 103 "Face for blue icons" 104 :group 'all-the-icons-faces) 105 (defface all-the-icons-lblue 106 '((((background dark)) :foreground "#8FD7F4") 107 (((background light)) :foreground "#677174")) 108 "Face for lblue icons" 109 :group 'all-the-icons-faces) 110 (defface all-the-icons-dblue 111 '((((background dark)) :foreground "#446674") 112 (((background light)) :foreground "#446674")) 113 "Face for dblue icons" 114 :group 'all-the-icons-faces) 115 116 ;; maroon 117 (defface all-the-icons-maroon 118 '((((background dark)) :foreground "#8F5536") 119 (((background light)) :foreground "#8F5536")) 120 "Face for maroon icons" 121 :group 'all-the-icons-faces) 122 (defface all-the-icons-lmaroon 123 '((((background dark)) :foreground "#CE7A4E") 124 (((background light)) :foreground "#CE7A4E")) 125 "Face for lmaroon icons" 126 :group 'all-the-icons-faces) 127 (defface all-the-icons-dmaroon 128 '((((background dark)) :foreground "#72584B") 129 (((background light)) :foreground "#72584B")) 130 "Face for dmaroon icons" 131 :group 'all-the-icons-faces) 132 133 ;; purple 134 (defface all-the-icons-purple 135 '((((background dark)) :foreground "#AA759F") 136 (((background light)) :foreground "#68295B")) 137 "Face for purple icons" 138 :group 'all-the-icons-faces) 139 (defface all-the-icons-purple-alt 140 '((((background dark)) :foreground "#5D54E1") 141 (((background light)) :foreground "#5D54E1")) 142 "Face for purple icons" 143 :group 'all-the-icons-faces) 144 (defface all-the-icons-lpurple 145 '((((background dark)) :foreground "#E69DD6") 146 (((background light)) :foreground "#E69DD6")) 147 "Face for lpurple icons" 148 :group 'all-the-icons-faces) 149 (defface all-the-icons-dpurple 150 '((((background dark)) :foreground "#694863") 151 (((background light)) :foreground "#694863")) 152 "Face for dpurple icons" 153 :group 'all-the-icons-faces) 154 155 ;; orange 156 (defface all-the-icons-orange 157 '((((background dark)) :foreground "#D4843E") 158 (((background light)) :foreground "#D4843E")) 159 "Face for orange icons" 160 :group 'all-the-icons-faces) 161 (defface all-the-icons-lorange 162 '((((background dark)) :foreground "#FFA500") 163 (((background light)) :foreground "#FFA500")) 164 "Face for lorange icons" 165 :group 'all-the-icons-faces) 166 (defface all-the-icons-dorange 167 '((((background dark)) :foreground "#915B2D") 168 (((background light)) :foreground "#915B2D")) 169 "Face for dorange icons" 170 :group 'all-the-icons-faces) 171 172 ;; cyan 173 (defface all-the-icons-cyan 174 '((((background dark)) :foreground "#75B5AA") 175 (((background light)) :foreground "#75B5AA")) 176 "Face for cyan icons" 177 :group 'all-the-icons-faces) 178 (defface all-the-icons-cyan-alt 179 '((((background dark)) :foreground "#61dafb") 180 (((background light)) :foreground "#0595bd")) 181 "Face for cyan icons" 182 :group 'all-the-icons-faces) 183 (defface all-the-icons-lcyan 184 '((((background dark)) :foreground "#A5FDEC") 185 (((background light)) :foreground "#2C7D6E")) 186 "Face for lcyan icons" 187 :group 'all-the-icons-faces) 188 (defface all-the-icons-dcyan 189 '((((background dark)) :foreground "#48746D") 190 (((background light)) :foreground "#48746D")) 191 "Face for dcyan icons" 192 :group 'all-the-icons-faces) 193 194 ;; pink 195 (defface all-the-icons-pink 196 '((((background dark)) :foreground "#F2B4B8") 197 (((background light)) :foreground "#FC505B")) 198 "Face for pink icons" 199 :group 'all-the-icons-faces) 200 (defface all-the-icons-lpink 201 '((((background dark)) :foreground "#FFBDC1") 202 (((background light)) :foreground "#FF505B")) 203 "Face for lpink icons" 204 :group 'all-the-icons-faces) 205 (defface all-the-icons-dpink 206 '((((background dark)) :foreground "#B18286") 207 (((background light)) :foreground "#7E5D5F")) 208 "Face for dpink icons" 209 :group 'all-the-icons-faces) 210 211 ;; silver 212 (defface all-the-icons-silver 213 '((((background dark)) :foreground "#716E68") 214 (((background light)) :foreground "#716E68")) 215 "Face for silver icons" 216 :group 'all-the-icons-faces) 217 (defface all-the-icons-lsilver 218 '((((background dark)) :foreground "#B9B6AA") 219 (((background light)) :foreground "#7F7869")) 220 "Face for lsilver icons" 221 :group 'all-the-icons-faces) 222 (defface all-the-icons-dsilver 223 '((((background dark)) :foreground "#838484") 224 (((background light)) :foreground "#838484")) 225 "Face for dsilver icons" 226 :group 'all-the-icons-faces) 227 228 229 (provide 'all-the-icons-faces) 230 ;;; all-the-icons-faces.el ends here