├── LICENSE ├── README.md ├── dark_light.png ├── everforest-hard-dark-theme.el ├── everforest-hard-light-theme.el ├── everforest-hard-olddark-theme.el ├── everforest-hard-oldlight-theme.el └── everforest.el /LICENSE: -------------------------------------------------------------------------------- 1 | GNU GENERAL PUBLIC LICENSE 2 | Version 3, 29 June 2007 3 | 4 | Copyright (C) 2007 Free Software Foundation, Inc. 5 | Everyone is permitted to copy and distribute verbatim copies 6 | of this license document, but changing it is not allowed. 7 | 8 | Preamble 9 | 10 | The GNU General Public License is a free, copyleft license for 11 | software and other kinds of works. 12 | 13 | The licenses for most software and other practical works are designed 14 | to take away your freedom to share and change the works. By contrast, 15 | the GNU General Public License is intended to guarantee your freedom to 16 | share and change all versions of a program--to make sure it remains free 17 | software for all its users. We, the Free Software Foundation, use the 18 | GNU General Public License for most of our software; it applies also to 19 | any other work released this way by its authors. You can apply it to 20 | your programs, too. 21 | 22 | When we speak of free software, we are referring to freedom, not 23 | price. Our General Public Licenses are designed to make sure that you 24 | have the freedom to distribute copies of free software (and charge for 25 | them if you wish), that you receive source code or can get it if you 26 | want it, that you can change the software or use pieces of it in new 27 | free programs, and that you know you can do these things. 28 | 29 | To protect your rights, we need to prevent others from denying you 30 | these rights or asking you to surrender the rights. Therefore, you have 31 | certain responsibilities if you distribute copies of the software, or if 32 | you modify it: responsibilities to respect the freedom of others. 33 | 34 | For example, if you distribute copies of such a program, whether 35 | gratis or for a fee, you must pass on to the recipients the same 36 | freedoms that you received. You must make sure that they, too, receive 37 | or can get the source code. And you must show them these terms so they 38 | know their rights. 39 | 40 | Developers that use the GNU GPL protect your rights with two steps: 41 | (1) assert copyright on the software, and (2) offer you this License 42 | giving you legal permission to copy, distribute and/or modify it. 43 | 44 | For the developers' and authors' protection, the GPL clearly explains 45 | that there is no warranty for this free software. For both users' and 46 | authors' sake, the GPL requires that modified versions be marked as 47 | changed, so that their problems will not be attributed erroneously to 48 | authors of previous versions. 49 | 50 | Some devices are designed to deny users access to install or run 51 | modified versions of the software inside them, although the manufacturer 52 | can do so. This is fundamentally incompatible with the aim of 53 | protecting users' freedom to change the software. The systematic 54 | pattern of such abuse occurs in the area of products for individuals to 55 | use, which is precisely where it is most unacceptable. Therefore, we 56 | have designed this version of the GPL to prohibit the practice for those 57 | products. If such problems arise substantially in other domains, we 58 | stand ready to extend this provision to those domains in future versions 59 | of the GPL, as needed to protect the freedom of users. 60 | 61 | Finally, every program is threatened constantly by software patents. 62 | States should not allow patents to restrict development and use of 63 | software on general-purpose computers, but in those that do, we wish to 64 | avoid the special danger that patents applied to a free program could 65 | make it effectively proprietary. To prevent this, the GPL assures that 66 | patents cannot be used to render the program non-free. 67 | 68 | The precise terms and conditions for copying, distribution and 69 | modification follow. 70 | 71 | TERMS AND CONDITIONS 72 | 73 | 0. Definitions. 74 | 75 | "This License" refers to version 3 of the GNU General Public License. 76 | 77 | "Copyright" also means copyright-like laws that apply to other kinds of 78 | works, such as semiconductor masks. 79 | 80 | "The Program" refers to any copyrightable work licensed under this 81 | License. Each licensee is addressed as "you". "Licensees" and 82 | "recipients" may be individuals or organizations. 83 | 84 | To "modify" a work means to copy from or adapt all or part of the work 85 | in a fashion requiring copyright permission, other than the making of an 86 | exact copy. The resulting work is called a "modified version" of the 87 | earlier work or a work "based on" the earlier work. 88 | 89 | A "covered work" means either the unmodified Program or a work based 90 | on the Program. 91 | 92 | To "propagate" a work means to do anything with it that, without 93 | permission, would make you directly or secondarily liable for 94 | infringement under applicable copyright law, except executing it on a 95 | computer or modifying a private copy. Propagation includes copying, 96 | distribution (with or without modification), making available to the 97 | public, and in some countries other activities as well. 98 | 99 | To "convey" a work means any kind of propagation that enables other 100 | parties to make or receive copies. Mere interaction with a user through 101 | a computer network, with no transfer of a copy, is not conveying. 102 | 103 | An interactive user interface displays "Appropriate Legal Notices" 104 | to the extent that it includes a convenient and prominently visible 105 | feature that (1) displays an appropriate copyright notice, and (2) 106 | tells the user that there is no warranty for the work (except to the 107 | extent that warranties are provided), that licensees may convey the 108 | work under this License, and how to view a copy of this License. If 109 | the interface presents a list of user commands or options, such as a 110 | menu, a prominent item in the list meets this criterion. 111 | 112 | 1. Source Code. 113 | 114 | The "source code" for a work means the preferred form of the work 115 | for making modifications to it. "Object code" means any non-source 116 | form of a work. 117 | 118 | A "Standard Interface" means an interface that either is an official 119 | standard defined by a recognized standards body, or, in the case of 120 | interfaces specified for a particular programming language, one that 121 | is widely used among developers working in that language. 122 | 123 | The "System Libraries" of an executable work include anything, other 124 | than the work as a whole, that (a) is included in the normal form of 125 | packaging a Major Component, but which is not part of that Major 126 | Component, and (b) serves only to enable use of the work with that 127 | Major Component, or to implement a Standard Interface for which an 128 | implementation is available to the public in source code form. A 129 | "Major Component", in this context, means a major essential component 130 | (kernel, window system, and so on) of the specific operating system 131 | (if any) on which the executable work runs, or a compiler used to 132 | produce the work, or an object code interpreter used to run it. 133 | 134 | The "Corresponding Source" for a work in object code form means all 135 | the source code needed to generate, install, and (for an executable 136 | work) run the object code and to modify the work, including scripts to 137 | control those activities. However, it does not include the work's 138 | System Libraries, or general-purpose tools or generally available free 139 | programs which are used unmodified in performing those activities but 140 | which are not part of the work. For example, Corresponding Source 141 | includes interface definition files associated with source files for 142 | the work, and the source code for shared libraries and dynamically 143 | linked subprograms that the work is specifically designed to require, 144 | such as by intimate data communication or control flow between those 145 | subprograms and other parts of the work. 146 | 147 | The Corresponding Source need not include anything that users 148 | can regenerate automatically from other parts of the Corresponding 149 | Source. 150 | 151 | The Corresponding Source for a work in source code form is that 152 | same work. 153 | 154 | 2. Basic Permissions. 155 | 156 | All rights granted under this License are granted for the term of 157 | copyright on the Program, and are irrevocable provided the stated 158 | conditions are met. This License explicitly affirms your unlimited 159 | permission to run the unmodified Program. The output from running a 160 | covered work is covered by this License only if the output, given its 161 | content, constitutes a covered work. This License acknowledges your 162 | rights of fair use or other equivalent, as provided by copyright law. 163 | 164 | You may make, run and propagate covered works that you do not 165 | convey, without conditions so long as your license otherwise remains 166 | in force. You may convey covered works to others for the sole purpose 167 | of having them make modifications exclusively for you, or provide you 168 | with facilities for running those works, provided that you comply with 169 | the terms of this License in conveying all material for which you do 170 | not control copyright. Those thus making or running the covered works 171 | for you must do so exclusively on your behalf, under your direction 172 | and control, on terms that prohibit them from making any copies of 173 | your copyrighted material outside their relationship with you. 174 | 175 | Conveying under any other circumstances is permitted solely under 176 | the conditions stated below. Sublicensing is not allowed; section 10 177 | makes it unnecessary. 178 | 179 | 3. Protecting Users' Legal Rights From Anti-Circumvention Law. 180 | 181 | No covered work shall be deemed part of an effective technological 182 | measure under any applicable law fulfilling obligations under article 183 | 11 of the WIPO copyright treaty adopted on 20 December 1996, or 184 | similar laws prohibiting or restricting circumvention of such 185 | measures. 186 | 187 | When you convey a covered work, you waive any legal power to forbid 188 | circumvention of technological measures to the extent such circumvention 189 | is effected by exercising rights under this License with respect to 190 | the covered work, and you disclaim any intention to limit operation or 191 | modification of the work as a means of enforcing, against the work's 192 | users, your or third parties' legal rights to forbid circumvention of 193 | technological measures. 194 | 195 | 4. Conveying Verbatim Copies. 196 | 197 | You may convey verbatim copies of the Program's source code as you 198 | receive it, in any medium, provided that you conspicuously and 199 | appropriately publish on each copy an appropriate copyright notice; 200 | keep intact all notices stating that this License and any 201 | non-permissive terms added in accord with section 7 apply to the code; 202 | keep intact all notices of the absence of any warranty; and give all 203 | recipients a copy of this License along with the Program. 204 | 205 | You may charge any price or no price for each copy that you convey, 206 | and you may offer support or warranty protection for a fee. 207 | 208 | 5. Conveying Modified Source Versions. 209 | 210 | You may convey a work based on the Program, or the modifications to 211 | produce it from the Program, in the form of source code under the 212 | terms of section 4, provided that you also meet all of these conditions: 213 | 214 | a) The work must carry prominent notices stating that you modified 215 | it, and giving a relevant date. 216 | 217 | b) The work must carry prominent notices stating that it is 218 | released under this License and any conditions added under section 219 | 7. This requirement modifies the requirement in section 4 to 220 | "keep intact all notices". 221 | 222 | c) You must license the entire work, as a whole, under this 223 | License to anyone who comes into possession of a copy. This 224 | License will therefore apply, along with any applicable section 7 225 | additional terms, to the whole of the work, and all its parts, 226 | regardless of how they are packaged. This License gives no 227 | permission to license the work in any other way, but it does not 228 | invalidate such permission if you have separately received it. 229 | 230 | d) If the work has interactive user interfaces, each must display 231 | Appropriate Legal Notices; however, if the Program has interactive 232 | interfaces that do not display Appropriate Legal Notices, your 233 | work need not make them do so. 234 | 235 | A compilation of a covered work with other separate and independent 236 | works, which are not by their nature extensions of the covered work, 237 | and which are not combined with it such as to form a larger program, 238 | in or on a volume of a storage or distribution medium, is called an 239 | "aggregate" if the compilation and its resulting copyright are not 240 | used to limit the access or legal rights of the compilation's users 241 | beyond what the individual works permit. Inclusion of a covered work 242 | in an aggregate does not cause this License to apply to the other 243 | parts of the aggregate. 244 | 245 | 6. Conveying Non-Source Forms. 246 | 247 | You may convey a covered work in object code form under the terms 248 | of sections 4 and 5, provided that you also convey the 249 | machine-readable Corresponding Source under the terms of this License, 250 | in one of these ways: 251 | 252 | a) Convey the object code in, or embodied in, a physical product 253 | (including a physical distribution medium), accompanied by the 254 | Corresponding Source fixed on a durable physical medium 255 | customarily used for software interchange. 256 | 257 | b) Convey the object code in, or embodied in, a physical product 258 | (including a physical distribution medium), accompanied by a 259 | written offer, valid for at least three years and valid for as 260 | long as you offer spare parts or customer support for that product 261 | model, to give anyone who possesses the object code either (1) a 262 | copy of the Corresponding Source for all the software in the 263 | product that is covered by this License, on a durable physical 264 | medium customarily used for software interchange, for a price no 265 | more than your reasonable cost of physically performing this 266 | conveying of source, or (2) access to copy the 267 | Corresponding Source from a network server at no charge. 268 | 269 | c) Convey individual copies of the object code with a copy of the 270 | written offer to provide the Corresponding Source. This 271 | alternative is allowed only occasionally and noncommercially, and 272 | only if you received the object code with such an offer, in accord 273 | with subsection 6b. 274 | 275 | d) Convey the object code by offering access from a designated 276 | place (gratis or for a charge), and offer equivalent access to the 277 | Corresponding Source in the same way through the same place at no 278 | further charge. You need not require recipients to copy the 279 | Corresponding Source along with the object code. If the place to 280 | copy the object code is a network server, the Corresponding Source 281 | may be on a different server (operated by you or a third party) 282 | that supports equivalent copying facilities, provided you maintain 283 | clear directions next to the object code saying where to find the 284 | Corresponding Source. Regardless of what server hosts the 285 | Corresponding Source, you remain obligated to ensure that it is 286 | available for as long as needed to satisfy these requirements. 287 | 288 | e) Convey the object code using peer-to-peer transmission, provided 289 | you inform other peers where the object code and Corresponding 290 | Source of the work are being offered to the general public at no 291 | charge under subsection 6d. 292 | 293 | A separable portion of the object code, whose source code is excluded 294 | from the Corresponding Source as a System Library, need not be 295 | included in conveying the object code work. 296 | 297 | A "User Product" is either (1) a "consumer product", which means any 298 | tangible personal property which is normally used for personal, family, 299 | or household purposes, or (2) anything designed or sold for incorporation 300 | into a dwelling. In determining whether a product is a consumer product, 301 | doubtful cases shall be resolved in favor of coverage. For a particular 302 | product received by a particular user, "normally used" refers to a 303 | typical or common use of that class of product, regardless of the status 304 | of the particular user or of the way in which the particular user 305 | actually uses, or expects or is expected to use, the product. A product 306 | is a consumer product regardless of whether the product has substantial 307 | commercial, industrial or non-consumer uses, unless such uses represent 308 | the only significant mode of use of the product. 309 | 310 | "Installation Information" for a User Product means any methods, 311 | procedures, authorization keys, or other information required to install 312 | and execute modified versions of a covered work in that User Product from 313 | a modified version of its Corresponding Source. The information must 314 | suffice to ensure that the continued functioning of the modified object 315 | code is in no case prevented or interfered with solely because 316 | modification has been made. 317 | 318 | If you convey an object code work under this section in, or with, or 319 | specifically for use in, a User Product, and the conveying occurs as 320 | part of a transaction in which the right of possession and use of the 321 | User Product is transferred to the recipient in perpetuity or for a 322 | fixed term (regardless of how the transaction is characterized), the 323 | Corresponding Source conveyed under this section must be accompanied 324 | by the Installation Information. But this requirement does not apply 325 | if neither you nor any third party retains the ability to install 326 | modified object code on the User Product (for example, the work has 327 | been installed in ROM). 328 | 329 | The requirement to provide Installation Information does not include a 330 | requirement to continue to provide support service, warranty, or updates 331 | for a work that has been modified or installed by the recipient, or for 332 | the User Product in which it has been modified or installed. Access to a 333 | network may be denied when the modification itself materially and 334 | adversely affects the operation of the network or violates the rules and 335 | protocols for communication across the network. 336 | 337 | Corresponding Source conveyed, and Installation Information provided, 338 | in accord with this section must be in a format that is publicly 339 | documented (and with an implementation available to the public in 340 | source code form), and must require no special password or key for 341 | unpacking, reading or copying. 342 | 343 | 7. Additional Terms. 344 | 345 | "Additional permissions" are terms that supplement the terms of this 346 | License by making exceptions from one or more of its conditions. 347 | Additional permissions that are applicable to the entire Program shall 348 | be treated as though they were included in this License, to the extent 349 | that they are valid under applicable law. If additional permissions 350 | apply only to part of the Program, that part may be used separately 351 | under those permissions, but the entire Program remains governed by 352 | this License without regard to the additional permissions. 353 | 354 | When you convey a copy of a covered work, you may at your option 355 | remove any additional permissions from that copy, or from any part of 356 | it. (Additional permissions may be written to require their own 357 | removal in certain cases when you modify the work.) You may place 358 | additional permissions on material, added by you to a covered work, 359 | for which you have or can give appropriate copyright permission. 360 | 361 | Notwithstanding any other provision of this License, for material you 362 | add to a covered work, you may (if authorized by the copyright holders of 363 | that material) supplement the terms of this License with terms: 364 | 365 | a) Disclaiming warranty or limiting liability differently from the 366 | terms of sections 15 and 16 of this License; or 367 | 368 | b) Requiring preservation of specified reasonable legal notices or 369 | author attributions in that material or in the Appropriate Legal 370 | Notices displayed by works containing it; or 371 | 372 | c) Prohibiting misrepresentation of the origin of that material, or 373 | requiring that modified versions of such material be marked in 374 | reasonable ways as different from the original version; or 375 | 376 | d) Limiting the use for publicity purposes of names of licensors or 377 | authors of the material; or 378 | 379 | e) Declining to grant rights under trademark law for use of some 380 | trade names, trademarks, or service marks; or 381 | 382 | f) Requiring indemnification of licensors and authors of that 383 | material by anyone who conveys the material (or modified versions of 384 | it) with contractual assumptions of liability to the recipient, for 385 | any liability that these contractual assumptions directly impose on 386 | those licensors and authors. 387 | 388 | All other non-permissive additional terms are considered "further 389 | restrictions" within the meaning of section 10. If the Program as you 390 | received it, or any part of it, contains a notice stating that it is 391 | governed by this License along with a term that is a further 392 | restriction, you may remove that term. If a license document contains 393 | a further restriction but permits relicensing or conveying under this 394 | License, you may add to a covered work material governed by the terms 395 | of that license document, provided that the further restriction does 396 | not survive such relicensing or conveying. 397 | 398 | If you add terms to a covered work in accord with this section, you 399 | must place, in the relevant source files, a statement of the 400 | additional terms that apply to those files, or a notice indicating 401 | where to find the applicable terms. 402 | 403 | Additional terms, permissive or non-permissive, may be stated in the 404 | form of a separately written license, or stated as exceptions; 405 | the above requirements apply either way. 406 | 407 | 8. Termination. 408 | 409 | You may not propagate or modify a covered work except as expressly 410 | provided under this License. Any attempt otherwise to propagate or 411 | modify it is void, and will automatically terminate your rights under 412 | this License (including any patent licenses granted under the third 413 | paragraph of section 11). 414 | 415 | However, if you cease all violation of this License, then your 416 | license from a particular copyright holder is reinstated (a) 417 | provisionally, unless and until the copyright holder explicitly and 418 | finally terminates your license, and (b) permanently, if the copyright 419 | holder fails to notify you of the violation by some reasonable means 420 | prior to 60 days after the cessation. 421 | 422 | Moreover, your license from a particular copyright holder is 423 | reinstated permanently if the copyright holder notifies you of the 424 | violation by some reasonable means, this is the first time you have 425 | received notice of violation of this License (for any work) from that 426 | copyright holder, and you cure the violation prior to 30 days after 427 | your receipt of the notice. 428 | 429 | Termination of your rights under this section does not terminate the 430 | licenses of parties who have received copies or rights from you under 431 | this License. If your rights have been terminated and not permanently 432 | reinstated, you do not qualify to receive new licenses for the same 433 | material under section 10. 434 | 435 | 9. Acceptance Not Required for Having Copies. 436 | 437 | You are not required to accept this License in order to receive or 438 | run a copy of the Program. Ancillary propagation of a covered work 439 | occurring solely as a consequence of using peer-to-peer transmission 440 | to receive a copy likewise does not require acceptance. However, 441 | nothing other than this License grants you permission to propagate or 442 | modify any covered work. These actions infringe copyright if you do 443 | not accept this License. Therefore, by modifying or propagating a 444 | covered work, you indicate your acceptance of this License to do so. 445 | 446 | 10. Automatic Licensing of Downstream Recipients. 447 | 448 | Each time you convey a covered work, the recipient automatically 449 | receives a license from the original licensors, to run, modify and 450 | propagate that work, subject to this License. You are not responsible 451 | for enforcing compliance by third parties with this License. 452 | 453 | An "entity transaction" is a transaction transferring control of an 454 | organization, or substantially all assets of one, or subdividing an 455 | organization, or merging organizations. If propagation of a covered 456 | work results from an entity transaction, each party to that 457 | transaction who receives a copy of the work also receives whatever 458 | licenses to the work the party's predecessor in interest had or could 459 | give under the previous paragraph, plus a right to possession of the 460 | Corresponding Source of the work from the predecessor in interest, if 461 | the predecessor has it or can get it with reasonable efforts. 462 | 463 | You may not impose any further restrictions on the exercise of the 464 | rights granted or affirmed under this License. For example, you may 465 | not impose a license fee, royalty, or other charge for exercise of 466 | rights granted under this License, and you may not initiate litigation 467 | (including a cross-claim or counterclaim in a lawsuit) alleging that 468 | any patent claim is infringed by making, using, selling, offering for 469 | sale, or importing the Program or any portion of it. 470 | 471 | 11. Patents. 472 | 473 | A "contributor" is a copyright holder who authorizes use under this 474 | License of the Program or a work on which the Program is based. The 475 | work thus licensed is called the contributor's "contributor version". 476 | 477 | A contributor's "essential patent claims" are all patent claims 478 | owned or controlled by the contributor, whether already acquired or 479 | hereafter acquired, that would be infringed by some manner, permitted 480 | by this License, of making, using, or selling its contributor version, 481 | but do not include claims that would be infringed only as a 482 | consequence of further modification of the contributor version. For 483 | purposes of this definition, "control" includes the right to grant 484 | patent sublicenses in a manner consistent with the requirements of 485 | this License. 486 | 487 | Each contributor grants you a non-exclusive, worldwide, royalty-free 488 | patent license under the contributor's essential patent claims, to 489 | make, use, sell, offer for sale, import and otherwise run, modify and 490 | propagate the contents of its contributor version. 491 | 492 | In the following three paragraphs, a "patent license" is any express 493 | agreement or commitment, however denominated, not to enforce a patent 494 | (such as an express permission to practice a patent or covenant not to 495 | sue for patent infringement). To "grant" such a patent license to a 496 | party means to make such an agreement or commitment not to enforce a 497 | patent against the party. 498 | 499 | If you convey a covered work, knowingly relying on a patent license, 500 | and the Corresponding Source of the work is not available for anyone 501 | to copy, free of charge and under the terms of this License, through a 502 | publicly available network server or other readily accessible means, 503 | then you must either (1) cause the Corresponding Source to be so 504 | available, or (2) arrange to deprive yourself of the benefit of the 505 | patent license for this particular work, or (3) arrange, in a manner 506 | consistent with the requirements of this License, to extend the patent 507 | license to downstream recipients. "Knowingly relying" means you have 508 | actual knowledge that, but for the patent license, your conveying the 509 | covered work in a country, or your recipient's use of the covered work 510 | in a country, would infringe one or more identifiable patents in that 511 | country that you have reason to believe are valid. 512 | 513 | If, pursuant to or in connection with a single transaction or 514 | arrangement, you convey, or propagate by procuring conveyance of, a 515 | covered work, and grant a patent license to some of the parties 516 | receiving the covered work authorizing them to use, propagate, modify 517 | or convey a specific copy of the covered work, then the patent license 518 | you grant is automatically extended to all recipients of the covered 519 | work and works based on it. 520 | 521 | A patent license is "discriminatory" if it does not include within 522 | the scope of its coverage, prohibits the exercise of, or is 523 | conditioned on the non-exercise of one or more of the rights that are 524 | specifically granted under this License. You may not convey a covered 525 | work if you are a party to an arrangement with a third party that is 526 | in the business of distributing software, under which you make payment 527 | to the third party based on the extent of your activity of conveying 528 | the work, and under which the third party grants, to any of the 529 | parties who would receive the covered work from you, a discriminatory 530 | patent license (a) in connection with copies of the covered work 531 | conveyed by you (or copies made from those copies), or (b) primarily 532 | for and in connection with specific products or compilations that 533 | contain the covered work, unless you entered into that arrangement, 534 | or that patent license was granted, prior to 28 March 2007. 535 | 536 | Nothing in this License shall be construed as excluding or limiting 537 | any implied license or other defenses to infringement that may 538 | otherwise be available to you under applicable patent law. 539 | 540 | 12. No Surrender of Others' Freedom. 541 | 542 | If conditions are imposed on you (whether by court order, agreement or 543 | otherwise) that contradict the conditions of this License, they do not 544 | excuse you from the conditions of this License. If you cannot convey a 545 | covered work so as to satisfy simultaneously your obligations under this 546 | License and any other pertinent obligations, then as a consequence you may 547 | not convey it at all. For example, if you agree to terms that obligate you 548 | to collect a royalty for further conveying from those to whom you convey 549 | the Program, the only way you could satisfy both those terms and this 550 | License would be to refrain entirely from conveying the Program. 551 | 552 | 13. Use with the GNU Affero General Public License. 553 | 554 | Notwithstanding any other provision of this License, you have 555 | permission to link or combine any covered work with a work licensed 556 | under version 3 of the GNU Affero General Public License into a single 557 | combined work, and to convey the resulting work. The terms of this 558 | License will continue to apply to the part which is the covered work, 559 | but the special requirements of the GNU Affero General Public License, 560 | section 13, concerning interaction through a network will apply to the 561 | combination as such. 562 | 563 | 14. Revised Versions of this License. 564 | 565 | The Free Software Foundation may publish revised and/or new versions of 566 | the GNU General Public License from time to time. Such new versions will 567 | be similar in spirit to the present version, but may differ in detail to 568 | address new problems or concerns. 569 | 570 | Each version is given a distinguishing version number. If the 571 | Program specifies that a certain numbered version of the GNU General 572 | Public License "or any later version" applies to it, you have the 573 | option of following the terms and conditions either of that numbered 574 | version or of any later version published by the Free Software 575 | Foundation. If the Program does not specify a version number of the 576 | GNU General Public License, you may choose any version ever published 577 | by the Free Software Foundation. 578 | 579 | If the Program specifies that a proxy can decide which future 580 | versions of the GNU General Public License can be used, that proxy's 581 | public statement of acceptance of a version permanently authorizes you 582 | to choose that version for the Program. 583 | 584 | Later license versions may give you additional or different 585 | permissions. However, no additional obligations are imposed on any 586 | author or copyright holder as a result of your choosing to follow a 587 | later version. 588 | 589 | 15. Disclaimer of Warranty. 590 | 591 | THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY 592 | APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT 593 | HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY 594 | OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, 595 | THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 596 | PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM 597 | IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF 598 | ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 599 | 600 | 16. Limitation of Liability. 601 | 602 | IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 603 | WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS 604 | THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY 605 | GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE 606 | USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF 607 | DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD 608 | PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), 609 | EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF 610 | SUCH DAMAGES. 611 | 612 | 17. Interpretation of Sections 15 and 16. 613 | 614 | If the disclaimer of warranty and limitation of liability provided 615 | above cannot be given local legal effect according to their terms, 616 | reviewing courts shall apply local law that most closely approximates 617 | an absolute waiver of all civil liability in connection with the 618 | Program, unless a warranty or assumption of liability accompanies a 619 | copy of the Program in return for a fee. 620 | 621 | END OF TERMS AND CONDITIONS 622 | 623 | How to Apply These Terms to Your New Programs 624 | 625 | If you develop a new program, and you want it to be of the greatest 626 | possible use to the public, the best way to achieve this is to make it 627 | free software which everyone can redistribute and change under these terms. 628 | 629 | To do so, attach the following notices to the program. It is safest 630 | to attach them to the start of each source file to most effectively 631 | state the exclusion of warranty; and each file should have at least 632 | the "copyright" line and a pointer to where the full notice is found. 633 | 634 | 635 | Copyright (C) 636 | 637 | This program is free software: you can redistribute it and/or modify 638 | it under the terms of the GNU General Public License as published by 639 | the Free Software Foundation, either version 3 of the License, or 640 | (at your option) any later version. 641 | 642 | This program is distributed in the hope that it will be useful, 643 | but WITHOUT ANY WARRANTY; without even the implied warranty of 644 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 645 | GNU General Public License for more details. 646 | 647 | You should have received a copy of the GNU General Public License 648 | along with this program. If not, see . 649 | 650 | Also add information on how to contact you by electronic and paper mail. 651 | 652 | If the program does terminal interaction, make it output a short 653 | notice like this when it starts in an interactive mode: 654 | 655 | Copyright (C) 656 | This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 657 | This is free software, and you are welcome to redistribute it 658 | under certain conditions; type `show c' for details. 659 | 660 | The hypothetical commands `show w' and `show c' should show the appropriate 661 | parts of the General Public License. Of course, your program's commands 662 | might be different; for a GUI interface, you would use an "about box". 663 | 664 | You should also get your employer (if you work as a programmer) or school, 665 | if any, to sign a "copyright disclaimer" for the program, if necessary. 666 | For more information on this, and how to apply and follow the GNU GPL, see 667 | . 668 | 669 | The GNU General Public License does not permit incorporating your program 670 | into proprietary programs. If your program is a subroutine library, you 671 | may consider it more useful to permit linking proprietary applications with 672 | the library. If this is what you want to do, use the GNU Lesser General 673 | Public License instead of this License. But first, please read 674 | . 675 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Everforest Emacs Theme 2 | 3 | An Emacs port of the [Everforest](https://github.com/sainnhe/everforest) Vim 4 | theme, a low-contrast green-coloured theme. This is a current work in progress, 5 | so expect issues and unorthodox coloring occasionally. The port is quite 6 | opinionated from the original everforest theme, but I try to keep as true to the 7 | original theme as possible, but making changes where needed for both functional 8 | and cosmetic reasons. 9 | 10 | - [sourcehut mirror](https://git.sr.ht/~theorytoe/everforest-theme) 11 | 12 | ![Dark | Light](./dark_light.png) 13 | 14 | ## Installation 15 | 16 | This theme is not on MELPA (yet), so a manual install is required 17 | for stock emacs. 18 | 19 | ### straight.el 20 | 21 | ```elisp 22 | (straight-use-package 23 | '(everforest) :type git :repo "https://github.com/Theory-of-Everything/everforest-emacs.git") 24 | 25 | (load-theme 'everforest-hard-dark t) 26 | ;; (load-theme 'everforest-hard-light t) 27 | ``` 28 | 29 | ### Doom Emacs (package!) 30 | 31 | ```elisp 32 | (package! everforest 33 | :recipe (:repo "https://github.com/Theory-of-Everything/everforest-emacs.git")) 34 | 35 | (use-package! 'everforest') 36 | 37 | (load-theme 'everforest-hard-dark t) 38 | ;; (load-theme 'everforest-hard-light t) 39 | ``` 40 | 41 | ### Manual 42 | 43 | Clone the Repo 44 | 45 | ```bash 46 | git clone https://github.com/Theory-of-Everything/everforest-emacs.git ~/.emacs.d/everforest-theme 47 | ``` 48 | 49 | Add the theme to your custom-theme alist and load it 50 | 51 | ```elisp 52 | (add-to-list 'custom-theme-load-path "~/.emacs.d/everforest") 53 | (load-theme 'everforest-hard-dark t) 54 | ``` 55 | 56 | ### Usage 57 | 58 | Load the theme (disable any existing theme): 59 | 60 | ``` 61 | M-x load-theme RET everforest-hard-dark RET 62 | ``` 63 | 64 | To load the theme on emacs startup: 65 | 66 | ```elisp 67 | (load-theme 'everforest-hard-dark t) 68 | ``` 69 | 70 | # Roadmap 71 | 72 | Currently, both the dark and light (high-contrast/hard) schemes 73 | have been ported. Support for both soft and medium will eventually 74 | arrive once most of the internal code has been cleaned up. 75 | -------------------------------------------------------------------------------- /dark_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theory-of-Everything/everforest-emacs/5f2c0df49d6446081b5e54ea39b843419f5ad7e0/dark_light.png -------------------------------------------------------------------------------- /everforest-hard-dark-theme.el: -------------------------------------------------------------------------------- 1 | ;;; everforest-hard-dark-theme.el --- Everforest Hard Dark Theme -*- lexical-binding: t; -*- 2 | 3 | ;; Copyright (C) 2022-2024 theorytoe 4 | 5 | ;; Author: theorytoe 6 | ;; URL: https://github.com/Theory-of-Everything/everforest-emacs 7 | ;; Version: 0.1 8 | ;; Package-Requires: ((emacs "24")) 9 | 10 | ;; This file is not part of GNU Emacs. 11 | 12 | ;; This file is free software; you can redistribute it and/or modify 13 | ;; it under the terms of the GNU General Public License as published by 14 | ;; the Free Software Foundation; either version 3, or (at your option) 15 | ;; any later version. 16 | 17 | ;; This file is distributed in the hope that it will be useful, 18 | ;; but WITHOUT ANY WARRANTY; without even the implied warranty of 19 | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 | ;; GNU General Public License v3.0 for more details. 21 | 22 | ;; You should have received a copy of the GNU General Public License 23 | ;; along with this program. If not, see . 24 | 25 | ;;; Commentary: 26 | ;; Everforest hard dark 27 | 28 | ;;; Code: 29 | 30 | (deftheme everforest-hard-dark 31 | "Everforest Hard Dark - sainnhe/everforest hard dark port to emacs") 32 | 33 | (defvar everforest-hard-dark-colors-alist 34 | (let ((colors `(("everforest-hard-dark-accent" . "#a7c080") 35 | ("everforest-hard-dark-fg" . "#d3c6aa") 36 | ("everforest-hard-dark-bg" . "#2b3339") 37 | ("everforest-hard-dark-bg-1" . "#323c41") 38 | ("everforest-hard-dark-bg-hl" . "#3a454a") 39 | ("everforest-hard-dark-gutter" . "#445055") 40 | ("everforest-hard-dark-mono-1" . "#abb2bf") 41 | ("everforest-hard-dark-mono-2" . "#503946") 42 | ("everforest-hard-dark-mono-3" . "#859289") 43 | ("everforest-hard-dark-cyan" . "#83c092") 44 | ("everforest-hard-dark-blue" . "#7fbbb3") 45 | ("everforest-hard-dark-purple" . "#d699b6") 46 | ("everforest-hard-dark-green" . "#a7c080") 47 | ("everforest-hard-dark-red" . "#e67e80") 48 | ("everforest-hard-dark-orange" . "#e69875") 49 | ("everforest-hard-dark-yellow" . "#ddbc7f") 50 | ("everforest-hard-dark-gray" . "#323c41") 51 | ("everforest-hard-dark-silver" . "#9da9a0") 52 | ("everforest-hard-dark-black" . "#2b3339") 53 | ("everforest-hard-dark-border" . "#445055") 54 | ("everforest-hard-dark-visual" . "#323c41")))) 55 | colors) 56 | "List of Everforest Hard Dark Colors.") 57 | 58 | (defmacro everforest-hard-dark-with-color-variables (&rest body) 59 | "Bind the colors list around BODY." 60 | (declare (indent 0)) 61 | `(let ((class '((class color) (min-colors 89))) 62 | ,@ (mapcar (lambda (cons) 63 | (list (intern (car cons)) (cdr cons))) 64 | everforest-hard-dark-colors-alist)) 65 | ,@body)) 66 | 67 | (everforest-hard-dark-with-color-variables 68 | (custom-theme-set-faces 69 | 'everforest-hard-dark 70 | 71 | `(default ((t (:foreground ,everforest-hard-dark-fg :background ,everforest-hard-dark-bg)))) 72 | `(success ((t (:foreground ,everforest-hard-dark-green)))) 73 | `(warning ((t (:foreground ,everforest-hard-dark-yellow)))) 74 | `(error ((t (:foreground ,everforest-hard-dark-red :weight bold)))) 75 | `(link ((t (:foreground ,everforest-hard-dark-blue :underline t :weight bold)))) 76 | `(link-visited ((t (:foreground ,everforest-hard-dark-blue :underline t :weight normal)))) 77 | `(cursor ((t (:background ,everforest-hard-dark-fg)))) 78 | `(fringe ((t (:background ,everforest-hard-dark-bg :foreground ,everforest-hard-dark-silver)))) 79 | `(region ((t (:background ,everforest-hard-dark-gutter :distant-foreground ,everforest-hard-dark-mono-2)))) 80 | `(highlight ((t (:background ,everforest-hard-dark-gray :distant-foreground ,everforest-hard-dark-mono-2)))) 81 | `(hl-line ((t (:background ,everforest-hard-dark-visual :distant-foreground nil)))) 82 | `(header-line ((t (:background ,everforest-hard-dark-black)))) 83 | `(vertical-border ((t (:background ,everforest-hard-dark-border :foreground ,everforest-hard-dark-border)))) 84 | `(secondary-selection ((t (:background ,everforest-hard-dark-bg-1)))) 85 | `(query-replace ((t (:inherit (isearch))))) 86 | `(minibuffer-prompt ((t (:foreground ,everforest-hard-dark-blue)))) 87 | `(tooltip ((t (:foreground ,everforest-hard-dark-fg :background ,everforest-hard-dark-bg-1 :inherit variable-pitch)))) 88 | 89 | `(font-lock-builtin-face ((t (:foreground ,everforest-hard-dark-cyan)))) 90 | `(font-lock-comment-face ((t (:foreground ,everforest-hard-dark-mono-3 :slant italic)))) 91 | `(font-lock-comment-delimiter-face ((default (:inherit (font-lock-comment-face))))) 92 | `(font-lock-doc-face ((t (:inherit (font-lock-string-face))))) 93 | `(font-lock-function-name-face ((t (:foreground ,everforest-hard-dark-green)))) 94 | `(font-lock-keyword-face ((t (:foreground ,everforest-hard-dark-red :weight normal)))) 95 | `(font-lock-preprocessor-face ((t (:foreground ,everforest-hard-dark-red)))) 96 | `(font-lock-string-face ((t (:foreground ,everforest-hard-dark-green)))) 97 | `(font-lock-type-face ((t (:foreground ,everforest-hard-dark-green)))) 98 | `(font-lock-constant-face ((t (:foreground ,everforest-hard-dark-cyan)))) 99 | `(font-lock-variable-name-face ((t (:foreground ,everforest-hard-dark-blue)))) 100 | `(font-lock-warning-face ((t (:foreground ,everforest-hard-dark-mono-3 :bold t)))) 101 | `(font-lock-negation-char-face ((t (:foreground ,everforest-hard-dark-cyan :bold t)))) 102 | `(highlight-numbers-number ((t (:foreground ,everforest-hard-dark-purple)))) 103 | 104 | ;; eob 105 | `(vi-tilde-fringe-face ((t (:foreground ,everforest-hard-dark-silver)))) 106 | `(solaire-fringe-face ((t (:foreground ,everforest-hard-dark-silver)))) 107 | 108 | ;; mode-line 109 | `(mode-line ((t (:background ,everforest-hard-dark-visual :foreground ,everforest-hard-dark-silver)))) 110 | `(mode-line-buffer-id ((t (:weight bold)))) 111 | `(mode-line-emphasis ((t (:weight bold)))) 112 | `(mode-line-inactive ((t (:background ,everforest-hard-dark-bg :foreground ,everforest-hard-dark-silver)))) 113 | 114 | ;; window-divider 115 | `(window-divider ((t (:foreground ,everforest-hard-dark-border)))) 116 | `(window-divider-first-pixel ((t (:foreground ,everforest-hard-dark-border)))) 117 | `(window-divider-last-pixel ((t (:foreground ,everforest-hard-dark-border)))) 118 | 119 | ;; custom 120 | `(custom-state ((t (:foreground ,everforest-hard-dark-green)))) 121 | 122 | ;; Package/Plugin Customizations 123 | 124 | ;; ido 125 | `(ido-first-match ((t (:foreground ,everforest-hard-dark-purple :weight bold)))) 126 | `(ido-only-match ((t (:foreground ,everforest-hard-dark-red :weight bold)))) 127 | `(ido-subdir ((t (:foreground ,everforest-hard-dark-blue)))) 128 | `(ido-virtual ((t (:foreground ,everforest-hard-dark-mono-3)))) 129 | 130 | ;; ace-jump 131 | `(ace-jump-face-background ((t (:foreground ,everforest-hard-dark-mono-3 :background ,everforest-hard-dark-bg-1 :inverse-video nil)))) 132 | `(ace-jump-face-foreground ((t (:foreground ,everforest-hard-dark-red :background ,everforest-hard-dark-bg-1 :inverse-video nil)))) 133 | 134 | ;; ace-window 135 | `(aw-background-face ((t (:inherit font-lock-comment-face)))) 136 | `(aw-leading-char-face ((t (:foreground ,everforest-hard-dark-red :weight bold)))) 137 | 138 | ;; centaur-tabs 139 | `(centaur-tabs-default ((t (:background ,everforest-hard-dark-black :foreground ,everforest-hard-dark-black)))) 140 | `(centaur-tabs-selected ((t (:background ,everforest-hard-dark-bg :foreground ,everforest-hard-dark-fg :weight bold)))) 141 | `(centaur-tabs-unselected ((t (:background ,everforest-hard-dark-black :foreground ,everforest-hard-dark-fg :weight light)))) 142 | `(centaur-tabs-selected-modified ((t (:background ,everforest-hard-dark-bg 143 | :foreground ,everforest-hard-dark-blue :weight bold)))) 144 | `(centaur-tabs-unselected-modified ((t (:background ,everforest-hard-dark-black :weight light 145 | :foreground ,everforest-hard-dark-blue)))) 146 | `(centaur-tabs-active-bar-face ((t (:background ,everforest-hard-dark-accent)))) 147 | `(centaur-tabs-modified-marker-selected ((t (:inherit 'centaur-tabs-selected :foreground,everforest-hard-dark-accent)))) 148 | `(centaur-tabs-modified-marker-unselected ((t (:inherit 'centaur-tabs-unselected :foreground,everforest-hard-dark-accent)))) 149 | 150 | ;; company-mode 151 | `(company-tooltip ((t (:foreground ,everforest-hard-dark-fg :background ,everforest-hard-dark-gray)))) 152 | `(company-tooltip-annotation ((t (:foreground ,everforest-hard-dark-mono-2 :background ,everforest-hard-dark-gray)))) 153 | `(company-tooltip-annotation-selection ((t (:foreground ,everforest-hard-dark-mono-2 :background ,everforest-hard-dark-mono-3)))) 154 | `(company-tooltip-selection ((t (:foreground ,everforest-hard-dark-fg :background ,everforest-hard-dark-mono-3)))) 155 | `(company-tooltip-mouse ((t (:background ,everforest-hard-dark-gray)))) 156 | `(company-tooltip-common ((t (:foreground ,everforest-hard-dark-yellow :background ,everforest-hard-dark-gray)))) 157 | `(company-tooltip-common-selection ((t (:foreground ,everforest-hard-dark-yellow :background ,everforest-hard-dark-mono-3)))) 158 | `(company-preview ((t (:background ,everforest-hard-dark-bg)))) 159 | `(company-preview-common ((t (:foreground ,everforest-hard-dark-yellow :background ,everforest-hard-dark-bg)))) 160 | `(company-scrollbar-fg ((t (:background ,everforest-hard-dark-mono-1)))) 161 | `(company-scrollbar-bg ((t (:background ,everforest-hard-dark-gray)))) 162 | `(company-template-field ((t (:inherit highlight)))) 163 | 164 | ;; doom-modeline 165 | `(doom-modeline-bar ((t (:background ,everforest-hard-dark-accent)))) 166 | 167 | ;; flyspell 168 | `(flyspell-duplicate ((t (:underline (:color ,everforest-hard-dark-cyan :style wave))))) 169 | `(flyspell-incorrect ((t (:underline (:color ,everforest-hard-dark-red :style wave))))) 170 | 171 | ;; flymake 172 | `(flymake-error ((t (:underline (:color ,everforest-hard-dark-red :style wave))))) 173 | `(flymake-note ((t (:underline (:color ,everforest-hard-dark-green :style wave))))) 174 | `(flymake-warning ((t (:underline (:color ,everforest-hard-dark-orange :style wave))))) 175 | 176 | ;; flycheck 177 | `(flycheck-error ((t (:underline (:color ,everforest-hard-dark-red :style wave))))) 178 | `(flycheck-info ((t (:underline (:color ,everforest-hard-dark-green :style wave))))) 179 | `(flycheck-warning ((t (:underline (:color ,everforest-hard-dark-orange :style wave))))) 180 | 181 | ;; compilation 182 | `(compilation-face ((t (:foreground ,everforest-hard-dark-fg)))) 183 | `(compilation-line-number ((t (:foreground ,everforest-hard-dark-mono-2)))) 184 | `(compilation-column-number ((t (:foreground ,everforest-hard-dark-mono-2)))) 185 | `(compilation-mode-line-exit ((t (:inherit compilation-info :weight bold)))) 186 | `(compilation-mode-line-fail ((t (:inherit compilation-error :weight bold)))) 187 | 188 | ;; isearch 189 | `(isearch ((t (:foreground ,everforest-hard-dark-bg :background ,everforest-hard-dark-purple)))) 190 | `(isearch-fail ((t (:foreground ,everforest-hard-dark-red :background nil)))) 191 | `(lazy-highlight ((t (:foreground ,everforest-hard-dark-purple :background ,everforest-hard-dark-bg-1 :underline ,everforest-hard-dark-purple)))) 192 | 193 | ;; diff-hl (https://github.com/dgutov/diff-hl) 194 | '(diff-hl-change ((t (:foreground "#E9C062" :background "#8b733a")))) 195 | '(diff-hl-delete ((t (:foreground "#CC6666" :background "#7a3d3d")))) 196 | '(diff-hl-insert ((t (:foreground "#A8FF60" :background "#547f30")))) 197 | 198 | ;; dired-mode 199 | '(dired-directory ((t (:inherit (font-lock-keyword-face))))) 200 | '(dired-flagged ((t (:inherit (diff-hl-delete))))) 201 | '(dired-symlink ((t (:foreground "#FD5FF1")))) 202 | `(diredfl-file-name ((t (:foreground ,everforest-hard-dark-fg)))) 203 | `(diredfl-file-suffix ((t (:foreground ,everforest-hard-dark-fg)))) 204 | `(diredfl-number ((t (:foreground ,everforest-hard-dark-red)))) 205 | `(diredfl-date-time ((t (:foreground ,everforest-hard-dark-blue)))) 206 | `(diredfl-no-priv ((t (:foreground ,everforest-hard-dark-yellow)))) 207 | `(diredfl-dir-priv ((t (:foreground ,everforest-hard-dark-yellow)))) 208 | `(diredfl-read-priv ((t (:foreground ,everforest-hard-dark-yellow)))) 209 | `(diredfl-write-priv ((t (:foreground ,everforest-hard-dark-yellow)))) 210 | `(diredfl-exec-priv ((t (:foreground ,everforest-hard-dark-yellow)))) 211 | `(diredfl-link-priv ((t (:foreground ,everforest-hard-dark-yellow)))) 212 | `(diredfl-dir-heading ((t (:foreground ,everforest-hard-dark-green :weight bold)))) 213 | 214 | ;; dired-async 215 | `(dired-async-failures ((t (:inherit error)))) 216 | `(dired-async-message ((t (:inherit success)))) 217 | `(dired-async-mode-message ((t (:foreground ,everforest-hard-dark-orange)))) 218 | 219 | ;; helm 220 | `(helm-header ((t (:foreground ,everforest-hard-dark-mono-2 221 | :background ,everforest-hard-dark-bg 222 | :underline nil 223 | :box (:line-width 6 :color ,everforest-hard-dark-bg))))) 224 | `(helm-source-header ((t (:foreground ,everforest-hard-dark-yellow 225 | :background ,everforest-hard-dark-bg 226 | :underline nil 227 | :weight bold 228 | :box (:line-width 6 :color ,everforest-hard-dark-bg))))) 229 | `(helm-selection ((t (:background ,everforest-hard-dark-gray)))) 230 | `(helm-selection-line ((t (:background ,everforest-hard-dark-gray)))) 231 | `(helm-visible-mark ((t (:background ,everforest-hard-dark-bg :foreground ,everforest-hard-dark-yellow)))) 232 | `(helm-candidate-number ((t (:foreground ,everforest-hard-dark-green :background ,everforest-hard-dark-bg-1)))) 233 | `(helm-separator ((t (:background ,everforest-hard-dark-bg :foreground ,everforest-hard-dark-red)))) 234 | `(helm-M-x-key ((t (:foreground ,everforest-hard-dark-orange)))) 235 | `(helm-bookmark-addressbook ((t (:foreground ,everforest-hard-dark-orange)))) 236 | `(helm-bookmark-directory ((t (:foreground nil :background nil :inherit helm-ff-directory)))) 237 | `(helm-bookmark-file ((t (:foreground nil :background nil :inherit helm-ff-file)))) 238 | `(helm-bookmark-gnus ((t (:foreground ,everforest-hard-dark-purple)))) 239 | `(helm-bookmark-info ((t (:foreground ,everforest-hard-dark-green)))) 240 | `(helm-bookmark-man ((t (:foreground ,everforest-hard-dark-yellow)))) 241 | `(helm-bookmark-w3m ((t (:foreground ,everforest-hard-dark-purple)))) 242 | `(helm-match ((t (:foreground ,everforest-hard-dark-yellow)))) 243 | `(helm-ff-directory ((t (:foreground ,everforest-hard-dark-cyan :background ,everforest-hard-dark-bg :weight bold)))) 244 | `(helm-ff-file ((t (:foreground ,everforest-hard-dark-fg :background ,everforest-hard-dark-bg :weight normal)))) 245 | `(helm-ff-executable ((t (:foreground ,everforest-hard-dark-green :background ,everforest-hard-dark-bg :weight normal)))) 246 | `(helm-ff-invalid-symlink ((t (:foreground ,everforest-hard-dark-red :background ,everforest-hard-dark-bg :weight bold)))) 247 | `(helm-ff-symlink ((t (:foreground ,everforest-hard-dark-yellow :background ,everforest-hard-dark-bg :weight bold)))) 248 | `(helm-ff-prefix ((t (:foreground ,everforest-hard-dark-bg :background ,everforest-hard-dark-yellow :weight normal)))) 249 | `(helm-buffer-not-saved ((t (:foreground ,everforest-hard-dark-red)))) 250 | `(helm-buffer-process ((t (:foreground ,everforest-hard-dark-mono-2)))) 251 | `(helm-buffer-saved-out ((t (:foreground ,everforest-hard-dark-fg)))) 252 | `(helm-buffer-size ((t (:foreground ,everforest-hard-dark-mono-2)))) 253 | `(helm-buffer-directory ((t (:foreground ,everforest-hard-dark-purple)))) 254 | `(helm-grep-cmd-line ((t (:foreground ,everforest-hard-dark-cyan)))) 255 | `(helm-grep-file ((t (:foreground ,everforest-hard-dark-fg)))) 256 | `(helm-grep-finish ((t (:foreground ,everforest-hard-dark-green)))) 257 | `(helm-grep-lineno ((t (:foreground ,everforest-hard-dark-mono-2)))) 258 | `(helm-grep-finish ((t (:foreground ,everforest-hard-dark-red)))) 259 | `(helm-grep-match ((t (:foreground nil :background nil :inherit helm-match)))) 260 | `(helm-swoop-target-line-block-face ((t (:background ,everforest-hard-dark-mono-3 :foreground "#222222")))) 261 | `(helm-swoop-target-line-face ((t (:background ,everforest-hard-dark-mono-3 :foreground "#222222")))) 262 | `(helm-swoop-target-word-face ((t (:background ,everforest-hard-dark-purple :foreground "#ffffff")))) 263 | `(helm-locate-finish ((t (:foreground ,everforest-hard-dark-green)))) 264 | `(info-menu-star ((t (:foreground ,everforest-hard-dark-red)))) 265 | 266 | ;; ivy 267 | `(ivy-confirm-face ((t (:inherit minibuffer-prompt :foreground ,everforest-hard-dark-green)))) 268 | `(ivy-current-match ((t (:background ,everforest-hard-dark-gray :weight normal)))) 269 | `(ivy-highlight-face ((t (:inherit font-lock-builtin-face)))) 270 | `(ivy-match-required-face ((t (:inherit minibuffer-prompt :foreground ,everforest-hard-dark-red)))) 271 | `(ivy-minibuffer-match-face-1 ((t (:background ,everforest-hard-dark-bg-hl)))) 272 | `(ivy-minibuffer-match-face-2 ((t (:inherit ivy-minibuffer-match-face-1 :background ,everforest-hard-dark-black :foreground ,everforest-hard-dark-purple :weight semi-bold)))) 273 | `(ivy-minibuffer-match-face-3 ((t (:inherit ivy-minibuffer-match-face-2 :background ,everforest-hard-dark-black :foreground ,everforest-hard-dark-green :weight semi-bold)))) 274 | `(ivy-minibuffer-match-face-4 ((t (:inherit ivy-minibuffer-match-face-2 :background ,everforest-hard-dark-black :foreground ,everforest-hard-dark-yellow :weight semi-bold)))) 275 | `(ivy-minibuffer-match-highlight ((t (:inherit ivy-current-match)))) 276 | `(ivy-modified-buffer ((t (:inherit default :foreground ,everforest-hard-dark-orange)))) 277 | `(ivy-virtual ((t (:inherit font-lock-builtin-face :slant italic)))) 278 | 279 | ;; counsel 280 | `(counsel-key-binding ((t (:foreground ,everforest-hard-dark-yellow :weight bold)))) 281 | 282 | ;; swiper 283 | `(swiper-match-face-1 ((t (:inherit ivy-minibuffer-match-face-1)))) 284 | `(swiper-match-face-2 ((t (:inherit ivy-minibuffer-match-face-2)))) 285 | `(swiper-match-face-3 ((t (:inherit ivy-minibuffer-match-face-3)))) 286 | `(swiper-match-face-4 ((t (:inherit ivy-minibuffer-match-face-4)))) 287 | 288 | ;; git-commit 289 | `(git-commit-comment-action ((t (:foreground ,everforest-hard-dark-green :weight bold)))) 290 | `(git-commit-comment-branch ((t (:foreground ,everforest-hard-dark-blue :weight bold)))) 291 | `(git-commit-comment-heading ((t (:foreground ,everforest-hard-dark-yellow :weight bold)))) 292 | 293 | ;; git-gutter 294 | `(git-gutter:added ((t (:foreground ,everforest-hard-dark-green :weight bold)))) 295 | `(git-gutter:deleted ((t (:foreground ,everforest-hard-dark-red :weight bold)))) 296 | `(git-gutter:modified ((t (:foreground ,everforest-hard-dark-orange :weight bold)))) 297 | 298 | ;; eshell 299 | `(eshell-ls-archive ((t (:foreground ,everforest-hard-dark-purple :weight bold)))) 300 | `(eshell-ls-backup ((t (:foreground ,everforest-hard-dark-yellow)))) 301 | `(eshell-ls-clutter ((t (:foreground ,everforest-hard-dark-red :weight bold)))) 302 | `(eshell-ls-directory ((t (:foreground ,everforest-hard-dark-blue :weight bold)))) 303 | `(eshell-ls-executable ((t (:foreground ,everforest-hard-dark-green :weight bold)))) 304 | `(eshell-ls-missing ((t (:foreground ,everforest-hard-dark-red :weight bold)))) 305 | `(eshell-ls-product ((t (:foreground ,everforest-hard-dark-yellow)))) 306 | `(eshell-ls-special ((t (:foreground "#FD5FF1" :weight bold)))) 307 | `(eshell-ls-symlink ((t (:foreground ,everforest-hard-dark-cyan :weight bold)))) 308 | `(eshell-ls-unreadable ((t (:foreground ,everforest-hard-dark-mono-1)))) 309 | `(eshell-prompt ((t (:inherit minibuffer-prompt)))) 310 | 311 | ;; man 312 | `(Man-overstrike ((t (:foreground ,everforest-hard-dark-green :weight bold)))) 313 | `(Man-underline ((t (:inherit font-lock-keyword-face :slant italic :weight bold)))) 314 | 315 | ;; woman 316 | `(woman-bold ((t (:foreground ,everforest-hard-dark-green :weight bold)))) 317 | `(woman-italic ((t (:inherit font-lock-keyword-face :slant italic :weight bold)))) 318 | 319 | ;; dictionary 320 | `(dictionary-button-face ((t (:inherit widget-button)))) 321 | `(dictionary-reference-face ((t (:inherit font-lock-type-face :weight bold)))) 322 | `(dictionary-word-entry-face ((t (:inherit font-lock-keyword-face :slant italic :weight bold)))) 323 | 324 | ;; erc 325 | `(erc-error-face ((t (:inherit error)))) 326 | `(erc-input-face ((t (:inherit shadow)))) 327 | `(erc-my-nick-face ((t (:foreground ,everforest-hard-dark-accent)))) 328 | `(erc-notice-face ((t (:inherit font-lock-comment-face)))) 329 | `(erc-timestamp-face ((t (:foreground ,everforest-hard-dark-green :weight bold)))) 330 | 331 | ;; jabber 332 | `(jabber-roster-user-online ((t (:foreground ,everforest-hard-dark-green)))) 333 | `(jabber-roster-user-away ((t (:foreground ,everforest-hard-dark-red)))) 334 | `(jabber-roster-user-xa ((t (:foreground ,everforest-hard-dark-red)))) 335 | `(jabber-roster-user-dnd ((t (:foreground ,everforest-hard-dark-purple)))) 336 | `(jabber-roster-user-chatty ((t (:foreground ,everforest-hard-dark-yellow)))) 337 | `(jabber-roster-user-error ((t (:foreground ,everforest-hard-dark-red :bold t)))) 338 | `(jabber-roster-user-offline ((t (:foreground ,everforest-hard-dark-mono-3)))) 339 | `(jabber-chat-prompt-local ((t (:foreground ,everforest-hard-dark-blue)))) 340 | `(jabber-chat-prompt-foreign ((t (:foreground ,everforest-hard-dark-yellow)))) 341 | `(jabber-chat-prompt-system ((t (:foreground ,everforest-hard-dark-mono-3)))) 342 | `(jabber-chat-error ((t (:inherit jabber-roster-user-error)))) 343 | `(jabber-rare-time-face ((t (:foreground ,everforest-hard-dark-cyan)))) 344 | `(jabber-activity-face ((t (:inherit jabber-chat-prompt-foreign)))) 345 | `(jabber-activity-personal-face ((t (:inherit jabber-chat-prompt-local)))) 346 | 347 | ;; eww 348 | `(eww-form-checkbox ((t (:inherit eww-form-submit)))) 349 | `(eww-form-file ((t (:inherit eww-form-submit)))) 350 | `(eww-form-select ((t (:inherit eww-form-submit)))) 351 | `(eww-form-submit ((t (:background ,everforest-hard-dark-gray :foreground ,everforest-hard-dark-fg :box (:line-width 2 :color ,everforest-hard-dark-border :style released-button))))) 352 | `(eww-form-text ((t (:inherit widget-field :box (:line-width 1 :color ,everforest-hard-dark-border))))) 353 | `(eww-form-textarea ((t (:inherit eww-form-text)))) 354 | `(eww-invalid-certificate ((t (:foreground ,everforest-hard-dark-red)))) 355 | `(eww-valid-certificate ((t (:foreground ,everforest-hard-dark-green)))) 356 | 357 | ;; ediff 358 | `(ediff-fine-diff-Ancestor ((t (:background "#885555")))) 359 | `(ediff-fine-diff-A ((t (:background "#885555")))) 360 | `(ediff-fine-diff-B ((t (:background "#558855")))) 361 | `(ediff-fine-diff-C ((t (:background "#555588")))) 362 | `(ediff-current-diff-Ancestor ((t (:background "#663333")))) 363 | `(ediff-current-diff-A ((t (:background "#663333")))) 364 | `(ediff-current-diff-B ((t (:background "#336633")))) 365 | `(ediff-current-diff-C ((t (:background "#333366")))) 366 | `(ediff-even-diff-Ancestor ((t (:background "#181a1f")))) 367 | `(ediff-even-diff-A ((t (:background "#181a1f")))) 368 | `(ediff-even-diff-B ((t (:background "#181a1f")))) 369 | `(ediff-even-diff-C ((t (:background "#181a1f")))) 370 | `(ediff-odd-diff-Ancestor ((t (:background "#181a1f")))) 371 | `(ediff-odd-diff-A ((t (:background "#181a1f")))) 372 | `(ediff-odd-diff-B ((t (:background "#181a1f")))) 373 | `(ediff-odd-diff-C ((t (:background "#181a1f")))) 374 | 375 | ;; magit 376 | `(magit-section-highlight ((t (:background ,everforest-hard-dark-bg-hl)))) 377 | `(magit-section-heading ((t (:foreground ,everforest-hard-dark-yellow :weight bold)))) 378 | `(magit-section-heading-selection ((t (:foreground ,everforest-hard-dark-fg :weight bold)))) 379 | `(magit-diff-file-heading ((t (:weight bold)))) 380 | `(magit-diff-file-heading-highlight ((t (:background ,everforest-hard-dark-gray :weight bold)))) 381 | `(magit-diff-file-heading-selection ((t (:foreground ,everforest-hard-dark-yellow :background ,everforest-hard-dark-bg-hl :weight bold)))) 382 | `(magit-diff-hunk-heading ((t (:foreground ,everforest-hard-dark-mono-2 :background ,everforest-hard-dark-gray)))) 383 | `(magit-diff-hunk-heading-highlight ((t (:foreground ,everforest-hard-dark-mono-1 :background ,everforest-hard-dark-mono-3)))) 384 | `(magit-diff-hunk-heading-selection ((t (:foreground ,everforest-hard-dark-purple :background ,everforest-hard-dark-mono-3)))) 385 | `(magit-diff-context ((t (:foreground ,everforest-hard-dark-fg)))) 386 | `(magit-diff-context-highlight ((t (:background ,everforest-hard-dark-bg-1 :foreground ,everforest-hard-dark-fg)))) 387 | `(magit-diffstat-added ((t (:foreground ,everforest-hard-dark-green)))) 388 | `(magit-diffstat-removed ((t (:foreground ,everforest-hard-dark-red)))) 389 | `(magit-process-ok ((t (:foreground ,everforest-hard-dark-green)))) 390 | `(magit-process-ng ((t (:foreground ,everforest-hard-dark-red)))) 391 | `(magit-log-author ((t (:foreground ,everforest-hard-dark-yellow)))) 392 | `(magit-log-date ((t (:foreground ,everforest-hard-dark-mono-2)))) 393 | `(magit-log-graph ((t (:foreground ,everforest-hard-dark-silver)))) 394 | `(magit-sequence-pick ((t (:foreground ,everforest-hard-dark-yellow)))) 395 | `(magit-sequence-stop ((t (:foreground ,everforest-hard-dark-green)))) 396 | `(magit-sequence-part ((t (:foreground ,everforest-hard-dark-orange)))) 397 | `(magit-sequence-head ((t (:foreground ,everforest-hard-dark-blue)))) 398 | `(magit-sequence-drop ((t (:foreground ,everforest-hard-dark-red)))) 399 | `(magit-sequence-done ((t (:foreground ,everforest-hard-dark-mono-2)))) 400 | `(magit-sequence-onto ((t (:foreground ,everforest-hard-dark-mono-2)))) 401 | `(magit-bisect-good ((t (:foreground ,everforest-hard-dark-green)))) 402 | `(magit-bisect-skip ((t (:foreground ,everforest-hard-dark-orange)))) 403 | `(magit-bisect-bad ((t (:foreground ,everforest-hard-dark-red)))) 404 | `(magit-blame-heading ((t (:background ,everforest-hard-dark-bg-1 :foreground ,everforest-hard-dark-mono-2)))) 405 | `(magit-blame-hash ((t (:background ,everforest-hard-dark-bg-1 :foreground ,everforest-hard-dark-purple)))) 406 | `(magit-blame-name ((t (:background ,everforest-hard-dark-bg-1 :foreground ,everforest-hard-dark-yellow)))) 407 | `(magit-blame-date ((t (:background ,everforest-hard-dark-bg-1 :foreground ,everforest-hard-dark-mono-3)))) 408 | `(magit-blame-summary ((t (:background ,everforest-hard-dark-bg-1 :foreground ,everforest-hard-dark-mono-2)))) 409 | `(magit-dimmed ((t (:foreground ,everforest-hard-dark-mono-2)))) 410 | `(magit-hash ((t (:foreground ,everforest-hard-dark-purple)))) 411 | `(magit-tag ((t (:foreground ,everforest-hard-dark-orange :weight bold)))) 412 | `(magit-branch-remote ((t (:foreground ,everforest-hard-dark-green :weight bold)))) 413 | `(magit-branch-local ((t (:foreground ,everforest-hard-dark-blue :weight bold)))) 414 | `(magit-branch-current ((t (:foreground ,everforest-hard-dark-blue :weight bold :box t)))) 415 | `(magit-head ((t (:foreground ,everforest-hard-dark-blue :weight bold)))) 416 | `(magit-refname ((t (:background ,everforest-hard-dark-bg :foreground ,everforest-hard-dark-fg :weight bold)))) 417 | `(magit-refname-stash ((t (:background ,everforest-hard-dark-bg :foreground ,everforest-hard-dark-fg :weight bold)))) 418 | `(magit-refname-wip ((t (:background ,everforest-hard-dark-bg :foreground ,everforest-hard-dark-fg :weight bold)))) 419 | `(magit-signature-good ((t (:foreground ,everforest-hard-dark-green)))) 420 | `(magit-signature-bad ((t (:foreground ,everforest-hard-dark-red)))) 421 | `(magit-signature-untrusted ((t (:foreground ,everforest-hard-dark-orange)))) 422 | `(magit-cherry-unmatched ((t (:foreground ,everforest-hard-dark-cyan)))) 423 | `(magit-cherry-equivalent ((t (:foreground ,everforest-hard-dark-purple)))) 424 | `(magit-reflog-commit ((t (:foreground ,everforest-hard-dark-green)))) 425 | `(magit-reflog-amend ((t (:foreground ,everforest-hard-dark-purple)))) 426 | `(magit-reflog-merge ((t (:foreground ,everforest-hard-dark-green)))) 427 | `(magit-reflog-checkout ((t (:foreground ,everforest-hard-dark-blue)))) 428 | `(magit-reflog-reset ((t (:foreground ,everforest-hard-dark-red)))) 429 | `(magit-reflog-rebase ((t (:foreground ,everforest-hard-dark-purple)))) 430 | `(magit-reflog-cherry-pick ((t (:foreground ,everforest-hard-dark-green)))) 431 | `(magit-reflog-remote ((t (:foreground ,everforest-hard-dark-cyan)))) 432 | `(magit-reflog-other ((t (:foreground ,everforest-hard-dark-cyan)))) 433 | 434 | ;; message 435 | `(message-cited-text ((t (:foreground ,everforest-hard-dark-green)))) 436 | `(message-header-cc ((t (:foreground ,everforest-hard-dark-orange :weight bold)))) 437 | `(message-header-name ((t (:foreground ,everforest-hard-dark-purple)))) 438 | `(message-header-newsgroups ((t (:foreground ,everforest-hard-dark-yellow :weight bold :slant italic)))) 439 | `(message-header-other ((t (:foreground ,everforest-hard-dark-red)))) 440 | `(message-header-subject ((t (:foreground ,everforest-hard-dark-blue)))) 441 | `(message-header-to ((t (:foreground ,everforest-hard-dark-yellow :weight bold)))) 442 | `(message-header-xheader ((t (:foreground ,everforest-hard-dark-silver)))) 443 | `(message-mml ((t (:foreground ,everforest-hard-dark-purple)))) 444 | `(message-separator ((t (:foreground ,everforest-hard-dark-mono-3 :slant italic)))) 445 | 446 | ;; epa 447 | `(epa-field-body ((t (:foreground ,everforest-hard-dark-blue :slant italic)))) 448 | `(epa-field-name ((t (:foreground ,everforest-hard-dark-cyan :weight bold)))) 449 | 450 | ;; notmuch 451 | `(notmuch-crypto-decryption ((t (:foreground ,everforest-hard-dark-purple :background ,everforest-hard-dark-black)))) 452 | `(notmuch-crypto-signature-bad ((t (:foreground ,everforest-hard-dark-red :background ,everforest-hard-dark-black)))) 453 | `(notmuch-crypto-signature-good ((t (:foreground ,everforest-hard-dark-green :background ,everforest-hard-dark-black)))) 454 | `(notmuch-crypto-signature-good-key ((t (:foreground ,everforest-hard-dark-green :background ,everforest-hard-dark-black)))) 455 | `(notmuch-crypto-signature-unknown ((t (:foreground ,everforest-hard-dark-orange :background ,everforest-hard-dark-black)))) 456 | `(notmuch-hello-logo-background ((t (:inherit default)))) 457 | `(notmuch-message-summary-face ((t (:background ,everforest-hard-dark-black)))) 458 | `(notmuch-search-count ((t (:inherit default :foreground ,everforest-hard-dark-silver)))) 459 | `(notmuch-search-date ((t (:inherit default :foreground ,everforest-hard-dark-purple)))) 460 | `(notmuch-search-matching-authors ((t (:inherit default :foreground ,everforest-hard-dark-yellow)))) 461 | `(notmuch-search-non-matching-authors ((t (:inherit font-lock-comment-face :slant italic)))) 462 | `(notmuch-tag-added ((t (:underline t)))) 463 | `(notmuch-tag-deleted ((t (:strike-through ,everforest-hard-dark-red)))) 464 | `(notmuch-tag-face ((t (:foreground ,everforest-hard-dark-green)))) 465 | `(notmuch-tag-unread ((t (:foreground ,everforest-hard-dark-red)))) 466 | `(notmuch-tree-match-author-face ((t (:inherit notmuch-search-matching-authors)))) 467 | `(notmuch-tree-match-date-face ((t (:inherit notmuch-search-date)))) 468 | `(notmuch-tree-match-face ((t (:weight semi-bold)))) 469 | `(notmuch-tree-match-tag-face ((t (:inherit notmuch-tag-face)))) 470 | `(notmuch-tree-no-match-face ((t (:slant italic :weight light :inherit font-lock-comment-face)))) 471 | 472 | ;; mu4e 473 | `(mu4e-header-key-face ((t (:foreground ,everforest-hard-dark-green :weight bold)))) 474 | `(mu4e-header-title-face ((t (:foreground ,everforest-hard-dark-blue)))) 475 | `(mu4e-title-face ((t (:foreground ,everforest-hard-dark-green :weight bold)))) 476 | 477 | ;; calendar 478 | `(cfw:face-title ((t (:foreground ,everforest-hard-dark-green :weight bold)))) 479 | `(cfw:face-select ((t (:foreground ,everforest-hard-dark-bg :background ,everforest-hard-dark-fg)))) 480 | `(cfw:face-header ((t (:foreground ,everforest-hard-dark-fg :weight bold)))) 481 | `(cfw:face-sunday ((t (:foreground ,everforest-hard-dark-green :weight bold)))) 482 | `(cfw:face-holiday ((t (:foreground ,everforest-hard-dark-blue :weight bold)))) 483 | `(cfw:face-toolbar ((t (:background ,everforest-hard-dark-bg)))) 484 | `(cfw:face-toolbar-button-on ((t (:foreground ,everforest-hard-dark-fg :weight bold)))) 485 | `(cfw:face-toolbar-button-off ((t (:foreground ,everforest-hard-dark-silver :weight bold)))) 486 | `(cfw:face-day-title ((t (:background ,everforest-hard-dark-bg)))) 487 | `(cfw:face-today-title ((t (:foreground ,everforest-hard-dark-bg :background ,everforest-hard-dark-green)))) 488 | 489 | ;; elfeed 490 | `(elfeed-log-debug-level-face ((t (:background ,everforest-hard-dark-black :foreground ,everforest-hard-dark-green)))) 491 | `(elfeed-log-error-level-face ((t (:background ,everforest-hard-dark-black :foreground ,everforest-hard-dark-red)))) 492 | `(elfeed-log-info-level-face ((t (:background ,everforest-hard-dark-black :foreground ,everforest-hard-dark-blue)))) 493 | `(elfeed-log-warn-level-face ((t (:background ,everforest-hard-dark-black :foreground ,everforest-hard-dark-orange)))) 494 | `(elfeed-search-date-face ((t (:foreground ,everforest-hard-dark-purple)))) 495 | `(elfeed-search-feed-face ((t (:foreground ,everforest-hard-dark-yellow)))) 496 | `(elfeed-search-tag-face ((t (:foreground ,everforest-hard-dark-green)))) 497 | `(elfeed-search-title-face ((t (:foreground ,everforest-hard-dark-silver)))) 498 | `(elfeed-search-unread-title-face ((t (:foreground ,everforest-hard-dark-mono-1 :weight bold)))) 499 | `(elfeed-search-unread-count-face ((t (:foreground ,everforest-hard-dark-silver)))) 500 | 501 | ;; perspective 502 | `(persp-selected-face ((t (:foreground ,everforest-hard-dark-blue)))) 503 | 504 | ;; powerline 505 | `(powerline-active1 ((,class (:background ,everforest-hard-dark-bg-hl :foreground ,everforest-hard-dark-purple)))) 506 | `(powerline-active2 ((,class (:background ,everforest-hard-dark-bg-hl :foreground ,everforest-hard-dark-purple)))) 507 | `(powerline-inactive1 ((,class (:background ,everforest-hard-dark-bg :foreground ,everforest-hard-dark-fg)))) 508 | `(powerline-inactive2 ((,class (:background ,everforest-hard-dark-bg :foreground ,everforest-hard-dark-fg)))) 509 | 510 | ;; rainbow-delimiters 511 | `(rainbow-delimiters-depth-1-face ((t (:foreground ,everforest-hard-dark-green)))) 512 | `(rainbow-delimiters-depth-2-face ((t (:foreground ,everforest-hard-dark-red)))) 513 | `(rainbow-delimiters-depth-3-face ((t (:foreground ,everforest-hard-dark-blue)))) 514 | `(rainbow-delimiters-depth-4-face ((t (:foreground ,everforest-hard-dark-cyan)))) 515 | `(rainbow-delimiters-depth-5-face ((t (:foreground ,everforest-hard-dark-purple)))) 516 | `(rainbow-delimiters-depth-6-face ((t (:foreground ,everforest-hard-dark-yellow)))) 517 | `(rainbow-delimiters-depth-7-face ((t (:foreground ,everforest-hard-dark-orange)))) 518 | `(rainbow-delimiters-depth-8-face ((t (:foreground ,everforest-hard-dark-green)))) 519 | `(rainbow-delimiters-depth-9-face ((t (:foreground ,everforest-hard-dark-orange)))) 520 | `(rainbow-delimiters-depth-10-face ((t (:foreground ,everforest-hard-dark-cyan)))) 521 | `(rainbow-delimiters-depth-11-face ((t (:foreground ,everforest-hard-dark-purple)))) 522 | `(rainbow-delimiters-depth-12-face ((t (:foreground ,everforest-hard-dark-yellow)))) 523 | `(rainbow-delimiters-unmatched-face ((t (:foreground ,everforest-hard-dark-red :weight bold)))) 524 | 525 | ;; rbenv 526 | `(rbenv-active-ruby-face ((t (:foreground ,everforest-hard-dark-green)))) 527 | 528 | ;; elixir 529 | `(elixir-atom-face ((t (:foreground ,everforest-hard-dark-cyan)))) 530 | `(elixir-attribute-face ((t (:foreground ,everforest-hard-dark-red)))) 531 | 532 | ;; show-paren 533 | `(show-paren-match ((,class (:foreground ,everforest-hard-dark-purple :inherit bold :underline t)))) 534 | `(show-paren-mismatch ((,class (:foreground ,everforest-hard-dark-red :inherit bold :underline t)))) 535 | 536 | ;; cider 537 | `(cider-fringe-good-face ((t (:foreground ,everforest-hard-dark-green)))) 538 | 539 | ;; sly 540 | `(sly-error-face ((t (:underline (:color ,everforest-hard-dark-red :style wave))))) 541 | `(sly-mrepl-note-face ((t (:inherit font-lock-comment-face)))) 542 | `(sly-mrepl-output-face ((t (:inherit font-lock-string-face)))) 543 | `(sly-mrepl-prompt-face ((t (:inherit comint-highlight-prompt)))) 544 | `(sly-note-face ((t (:underline (:color ,everforest-hard-dark-green :style wave))))) 545 | `(sly-style-warning-face ((t (:underline (:color ,everforest-hard-dark-yellow :style wave))))) 546 | `(sly-warning-face ((t (:underline (:color ,everforest-hard-dark-orange :style wave))))) 547 | 548 | ;; smartparens 549 | `(sp-show-pair-mismatch-face ((t (:foreground ,everforest-hard-dark-red :background ,everforest-hard-dark-gray :weight bold)))) 550 | `(sp-show-pair-match-face ((t (:foreground ,everforest-hard-dark-blue :weight bold :underline t)))) 551 | 552 | ;; lispy 553 | `(lispy-face-hint ((t (:background ,everforest-hard-dark-border :foreground ,everforest-hard-dark-yellow)))) 554 | 555 | ;; lispyville 556 | `(lispyville-special-face ((t (:foreground ,everforest-hard-dark-red)))) 557 | 558 | ;; spaceline 559 | `(spaceline-flycheck-error ((,class (:foreground ,everforest-hard-dark-red)))) 560 | `(spaceline-flycheck-info ((,class (:foreground ,everforest-hard-dark-green)))) 561 | `(spaceline-flycheck-warning ((,class (:foreground ,everforest-hard-dark-orange)))) 562 | `(spaceline-python-venv ((,class (:foreground ,everforest-hard-dark-purple)))) 563 | 564 | ;; solaire mode 565 | `(solaire-default-face ((,class (:inherit default :background ,everforest-hard-dark-black)))) 566 | `(solaire-minibuffer-face ((,class (:inherit default :background ,everforest-hard-dark-black)))) 567 | 568 | ;; web-mode 569 | `(web-mode-doctype-face ((t (:inherit font-lock-comment-face)))) 570 | `(web-mode-error-face ((t (:background ,everforest-hard-dark-black :foreground ,everforest-hard-dark-red)))) 571 | `(web-mode-html-attr-equal-face ((t (:inherit default)))) 572 | `(web-mode-html-attr-name-face ((t (:foreground ,everforest-hard-dark-orange)))) 573 | `(web-mode-html-tag-bracket-face ((t (:inherit default)))) 574 | `(web-mode-html-tag-face ((t (:foreground ,everforest-hard-dark-red)))) 575 | `(web-mode-symbol-face ((t (:foreground ,everforest-hard-dark-orange)))) 576 | 577 | ;; nxml 578 | `(nxml-attribute-local-name ((t (:foreground ,everforest-hard-dark-orange)))) 579 | `(nxml-element-local-name ((t (:foreground ,everforest-hard-dark-red)))) 580 | `(nxml-markup-declaration-delimiter ((t (:inherit (font-lock-comment-face nxml-delimiter))))) 581 | `(nxml-processing-instruction-delimiter ((t (:inherit nxml-markup-declaration-delimiter)))) 582 | 583 | ;; flx-ido 584 | `(flx-highlight-face ((t (:inherit (link) :weight bold)))) 585 | 586 | ;; rpm-spec-mode 587 | `(rpm-spec-tag-face ((t (:foreground ,everforest-hard-dark-blue)))) 588 | `(rpm-spec-obsolete-tag-face ((t (:foreground "#FFFFFF" :background ,everforest-hard-dark-red)))) 589 | `(rpm-spec-macro-face ((t (:foreground ,everforest-hard-dark-yellow)))) 590 | `(rpm-spec-var-face ((t (:foreground ,everforest-hard-dark-red)))) 591 | `(rpm-spec-doc-face ((t (:foreground ,everforest-hard-dark-purple)))) 592 | `(rpm-spec-dir-face ((t (:foreground ,everforest-hard-dark-cyan)))) 593 | `(rpm-spec-package-face ((t (:foreground ,everforest-hard-dark-red)))) 594 | `(rpm-spec-ghost-face ((t (:foreground ,everforest-hard-dark-red)))) 595 | `(rpm-spec-section-face ((t (:foreground ,everforest-hard-dark-yellow)))) 596 | 597 | ;; guix 598 | `(guix-true ((t (:foreground ,everforest-hard-dark-green :weight bold)))) 599 | `(guix-build-log-phase-end ((t (:inherit success)))) 600 | `(guix-build-log-phase-start ((t (:inherit success :weight bold)))) 601 | 602 | ;; gomoku 603 | `(gomoku-O ((t (:foreground ,everforest-hard-dark-red :weight bold)))) 604 | `(gomoku-X ((t (:foreground ,everforest-hard-dark-green :weight bold)))) 605 | 606 | ;; tabbar 607 | `(tabbar-default ((,class (:foreground ,everforest-hard-dark-fg :background ,everforest-hard-dark-black)))) 608 | `(tabbar-highlight ((,class (:underline t)))) 609 | `(tabbar-button ((,class (:foreground ,everforest-hard-dark-fg :background ,everforest-hard-dark-bg)))) 610 | `(tabbar-button-highlight ((,class (:inherit 'tabbar-button :inverse-video t)))) 611 | `(tabbar-modified ((,class (:inherit tabbar-button :foreground ,everforest-hard-dark-purple :weight light :slant italic)))) 612 | `(tabbar-unselected ((,class (:inherit tabbar-default :foreground ,everforest-hard-dark-fg :background ,everforest-hard-dark-black :slant italic :underline nil :box (:line-width 1 :color ,everforest-hard-dark-bg))))) 613 | `(tabbar-unselected-modified ((,class (:inherit tabbar-modified :background ,everforest-hard-dark-black :underline nil :box (:line-width 1 :color ,everforest-hard-dark-bg))))) 614 | `(tabbar-selected ((,class (:inherit tabbar-default :foreground ,everforest-hard-dark-fg :background ,everforest-hard-dark-bg :weight bold :underline nil :box (:line-width 1 :color ,everforest-hard-dark-bg))))) 615 | `(tabbar-selected-modified ((,class (:inherit tabbar-selected :foreground ,everforest-hard-dark-purple :underline nil :box (:line-width 1 :color ,everforest-hard-dark-bg))))) 616 | 617 | ;; linum 618 | `(linum ((t (:foreground ,everforest-hard-dark-gutter :background ,everforest-hard-dark-bg)))) 619 | ;; hlinum 620 | `(linum-highlight-face ((t (:foreground ,everforest-hard-dark-fg :background ,everforest-hard-dark-bg)))) 621 | ;; native line numbers (emacs version >=26) 622 | `(line-number ((t (:foreground ,everforest-hard-dark-gutter :background ,everforest-hard-dark-bg)))) 623 | `(line-number-current-line ((t (:foreground ,everforest-hard-dark-fg :background ,everforest-hard-dark-bg)))) 624 | 625 | ;; regexp-builder 626 | `(reb-match-0 ((t (:background ,everforest-hard-dark-gray)))) 627 | `(reb-match-1 ((t (:background ,everforest-hard-dark-black :foreground ,everforest-hard-dark-purple :weight semi-bold)))) 628 | `(reb-match-2 ((t (:background ,everforest-hard-dark-black :foreground ,everforest-hard-dark-green :weight semi-bold)))) 629 | `(reb-match-3 ((t (:background ,everforest-hard-dark-black :foreground ,everforest-hard-dark-yellow :weight semi-bold)))) 630 | 631 | ;; desktop-entry 632 | `(desktop-entry-deprecated-keyword-face ((t (:inherit font-lock-warning-face)))) 633 | `(desktop-entry-group-header-face ((t (:inherit font-lock-type-face)))) 634 | `(desktop-entry-locale-face ((t (:inherit font-lock-string-face)))) 635 | `(desktop-entry-unknown-keyword-face ((t (:underline (:color ,everforest-hard-dark-red :style wave) :inherit font-lock-keyword-face)))) 636 | `(desktop-entry-value-face ((t (:inherit default)))) 637 | 638 | ;; calendar 639 | `(diary ((t (:inherit warning)))) 640 | `(holiday ((t (:foreground ,everforest-hard-dark-green)))) 641 | 642 | ;; gud 643 | `(breakpoint-disabled ((t (:foreground ,everforest-hard-dark-orange)))) 644 | `(breakpoint-enabled ((t (:foreground ,everforest-hard-dark-red :weight bold)))) 645 | 646 | ;; realgud 647 | `(realgud-overlay-arrow1 ((t (:foreground ,everforest-hard-dark-green)))) 648 | `(realgud-overlay-arrow3 ((t (:foreground ,everforest-hard-dark-orange)) `(realgud-overlay-arrow2 ((t (:foreground ,everforest-hard-dark-yellow)))) 649 | )) 650 | '(realgud-bp-enabled-face ((t (:inherit (error))))) 651 | `(realgud-bp-disabled-face ((t (:inherit (secondary-selection))))) 652 | `(realgud-bp-line-enabled-face ((t (:box (:color ,everforest-hard-dark-red))))) 653 | `(realgud-bp-line-disabled-face ((t (:box (:color ,everforest-hard-dark-gray))))) 654 | `(realgud-line-number ((t (:foreground ,everforest-hard-dark-mono-2)))) 655 | `(realgud-backtrace-number ((t (:inherit (secondary-selection))))) 656 | 657 | ;; rmsbolt 658 | `(rmsbolt-current-line-face ((t (:inherit hl-line :weight bold)))) 659 | 660 | ;; ruler-mode 661 | `(ruler-mode-column-number ((t (:inherit ruler-mode-default)))) 662 | `(ruler-mode-comment-column ((t (:foreground ,everforest-hard-dark-red)))) 663 | `(ruler-mode-current-column ((t (:foreground ,everforest-hard-dark-accent :inherit ruler-mode-default)))) 664 | `(ruler-mode-default ((t (:inherit mode-line)))) 665 | `(ruler-mode-fill-column ((t (:foreground ,everforest-hard-dark-orange :inherit ruler-mode-default)))) 666 | `(ruler-mode-fringes ((t (:foreground ,everforest-hard-dark-green :inherit ruler-mode-default)))) 667 | `(ruler-mode-goal-column ((t (:foreground ,everforest-hard-dark-cyan :inherit ruler-mode-default)))) 668 | `(ruler-mode-margins ((t (:inherit ruler-mode-default)))) 669 | `(ruler-mode-tab-stop ((t (:foreground ,everforest-hard-dark-mono-3 :inherit ruler-mode-default)))) 670 | 671 | ;; undo-tree 672 | `(undo-tree-visualizer-current-face ((t (:foreground ,everforest-hard-dark-red)))) 673 | `(undo-tree-visualizer-register-face ((t (:foreground ,everforest-hard-dark-orange)))) 674 | `(undo-tree-visualizer-unmodified-face ((t (:foreground ,everforest-hard-dark-cyan)))) 675 | 676 | ;; tab-bar-mode 677 | `(tab-bar-tab-inactive ((t (:background ,everforest-hard-dark-bg-hl :foreground ,everforest-hard-dark-fg)))) 678 | `(tab-bar-tab ((t (:background ,everforest-hard-dark-bg :foreground ,everforest-hard-dark-purple)))) 679 | `(tab-bar ((t (:background ,everforest-hard-dark-bg-hl)))) 680 | 681 | ;; all-the-icons 682 | `(all-the-icons-purple ((t (:foreground ,everforest-hard-dark-purple)))) 683 | `(all-the-icons-yellow ((t (:foreground ,everforest-hard-dark-yellow)))) 684 | 685 | ;; dashboard 686 | `(dashboard-heading ((t (:foreground ,everforest-hard-dark-green)))) 687 | `(dashboard-items-face ((t (:bold ,everforest-hard-dark-green)))) 688 | 689 | ;; Language Customizations ---------------------------------------------------------------------- 690 | ;; these laguage customizations are seperate from certain larger lagu 691 | 692 | ;; markdown 693 | `(markdown-header-face-1 ((t (:foreground ,everforest-hard-dark-red :weight bold)))) 694 | `(markdown-header-face-2 ((t (:foreground ,everforest-hard-dark-orange :weight bold)))) 695 | `(markdown-link-face ((t (:foreground ,everforest-hard-dark-purple )))) 696 | `(markdown-url-face ((t (:foreground ,everforest-hard-dark-blue :underline t)))) 697 | `(markdown-plain-url-face ((t (:foreground ,everforest-hard-dark-blue)))) 698 | `(markdown-header-delimiter-face ((t (:foreground ,everforest-hard-dark-silver)))) 699 | `(markdown-language-keyword-face ((t (:foreground ,everforest-hard-dark-green)))) 700 | `(markdown-markup-face ((t (:foreground ,everforest-hard-dark-silver)))) 701 | `(markdown-pre-face ((t (:foreground ,everforest-hard-dark-green)))) 702 | `(markdown-metadata-key-face ((t (:foreground ,everforest-hard-dark-green)))) 703 | 704 | ;; org-mode 705 | `(org-date ((t (:foreground ,everforest-hard-dark-cyan)))) 706 | `(org-document-info ((t (:foreground ,everforest-hard-dark-mono-3)))) 707 | `(org-document-info-keyword ((t (:inherit org-meta-line :underline t)))) 708 | `(org-document-title ((t (:weight bold)))) 709 | `(org-footnote ((t (:foreground ,everforest-hard-dark-cyan)))) 710 | `(org-sexp-date ((t (:foreground ,everforest-hard-dark-cyan)))) 711 | `(org-table ((t (:foreground ,everforest-hard-dark-blue)))) 712 | `(org-drawer ((t (:foreground ,everforest-hard-dark-blue)))) 713 | `(org-headline-done ((t (:foreground ,everforest-hard-dark-purple)))) 714 | ;; `(org-block ((t (:background ,everforest-hard-dark-bg-hl :foreground ,everforest-hard-dark-silver :extend t)))) 715 | ;; `(org-block-begin-line ((t (:background ,everforest-hard-dark-bg-hl :foreground ,everforest-hard-dark-silver :extend t)))) 716 | ;; `(org-block-end-line ((t (:background ,everforest-hard-dark-bg-hl :foreground ,everforest-hard-dark-silver :extend t)))) 717 | `(org-level-1 ((t (:foreground ,everforest-hard-dark-green)))) 718 | `(org-level-2 ((t (:foreground ,everforest-hard-dark-red)))) 719 | `(org-level-3 ((t (:foreground ,everforest-hard-dark-purple)))) 720 | `(org-level-4 ((t (:foreground ,everforest-hard-dark-orange)))) 721 | `(org-level-6 ((t (:foreground ,everforest-hard-dark-blue)))) 722 | `(org-level-7 ((t (:foreground ,everforest-hard-dark-silver)))) 723 | `(org-level-8 ((t (:foreground ,everforest-hard-dark-cyan)))) 724 | `(org-cite ((t (:foreground ,everforest-hard-dark-blue :weight bold)))) 725 | `(org-cite-key ((t (:foreground ,everforest-hard-dark-green :weight bold)))) 726 | `(org-hide ((t (:foreground ,everforest-hard-dark-bg)))) 727 | 728 | ;; latex-mode 729 | `(font-latex-sectioning-0-face ((t (:foreground ,everforest-hard-dark-blue :height 1.0)))) 730 | `(font-latex-sectioning-1-face ((t (:foreground ,everforest-hard-dark-blue :height 1.0)))) 731 | `(font-latex-sectioning-2-face ((t (:foreground ,everforest-hard-dark-blue :height 1.0)))) 732 | `(font-latex-sectioning-3-face ((t (:foreground ,everforest-hard-dark-blue :height 1.0)))) 733 | `(font-latex-sectioning-4-face ((t (:foreground ,everforest-hard-dark-blue :height 1.0)))) 734 | `(font-latex-sectioning-5-face ((t (:foreground ,everforest-hard-dark-blue :height 1.0)))) 735 | `(font-latex-bold-face ((t (:foreground ,everforest-hard-dark-green :weight bold)))) 736 | `(font-latex-italic-face ((t (:foreground ,everforest-hard-dark-green :slant italic)))) 737 | `(font-latex-warning-face ((t (:foreground ,everforest-hard-dark-red)))) 738 | `(font-latex-doctex-preprocessor-face ((t (:foreground ,everforest-hard-dark-cyan)))) 739 | `(font-latex-script-char-face ((t (:foreground ,everforest-hard-dark-gray)))) 740 | 741 | ;; sh-mode 742 | `(sh-heredoc ((t (:inherit font-lock-string-face :slant italic)))) 743 | 744 | ;; js2-mode 745 | `(js2-error ((t (:underline (:color ,everforest-hard-dark-red :style wave))))) 746 | `(js2-external-variable ((t (:foreground ,everforest-hard-dark-cyan)))) 747 | `(js2-warning ((t (:underline (:color ,everforest-hard-dark-orange :style wave))))) 748 | `(js2-function-call ((t (:inherit (font-lock-function-name-face))))) 749 | `(js2-function-param ((t (:foreground ,everforest-hard-dark-mono-1)))) 750 | `(js2-jsdoc-tag ((t (:foreground ,everforest-hard-dark-purple)))) 751 | `(js2-jsdoc-type ((t (:foreground ,everforest-hard-dark-yellow)))) 752 | `(js2-jsdoc-value ((t (:foreground ,everforest-hard-dark-red)))) 753 | `(js2-object-property ((t (:foreground ,everforest-hard-dark-red)))) 754 | 755 | ;; whitespace-mode 756 | `(whitespace-big-indent ((t (:foreground ,everforest-hard-dark-border)))) 757 | `(whitespace-empty ((t (:foreground ,everforest-hard-dark-border)))) 758 | `(whitespace-hspace ((t (:foreground ,everforest-hard-dark-border)))) 759 | `(whitespace-indentation ((t (:foreground ,everforest-hard-dark-border)))) 760 | `(whitespace-line ((t (:background ,everforest-hard-dark-border)))) 761 | `(whitespace-newline ((t (:foreground ,everforest-hard-dark-border)))) 762 | `(whitespace-space ((t (:foreground ,everforest-hard-dark-border)))) 763 | `(whitespace-space-after-tab ((t (:foreground ,everforest-hard-dark-border)))) 764 | `(whitespace-space-before-tab ((t (:foreground ,everforest-hard-dark-border)))) 765 | `(whitespace-tab ((t (:foreground ,everforest-hard-dark-border)))) 766 | `(whitespace-trailing ((t (:foreground ,everforest-hard-dark-silver)))) 767 | )) 768 | 769 | (everforest-hard-dark-with-color-variables 770 | (custom-theme-set-variables 771 | 'everforest-hard-dark 772 | ;; fill-column-indicator 773 | `(fci-rule-color ,everforest-hard-dark-gray) 774 | 775 | ;; tetris 776 | ;; | Tetromino | Color | 777 | ;; | O | `everforest-hard-dark-yellow' | 778 | ;; | J | `everforest-hard-dark-blue' | 779 | ;; | L | `everforest-hard-dark-orange' | 780 | ;; | Z | `everforest-hard-dark-red' | 781 | ;; | S | `everforest-hard-dark-green' | 782 | ;; | T | `everforest-hard-dark-purple' | 783 | ;; | I | `everforest-hard-dark-cyan' | 784 | '(tetris-x-colors 785 | [[229 192 123] [97 175 239] [209 154 102] [224 108 117] [152 195 121] [198 120 221] [86 182 194]]) 786 | 787 | ;; ansi-color 788 | `(ansi-color-names-vector 789 | [,everforest-hard-dark-black ,everforest-hard-dark-red ,everforest-hard-dark-green ,everforest-hard-dark-yellow 790 | ,everforest-hard-dark-blue ,everforest-hard-dark-purple ,everforest-hard-dark-cyan ,everforest-hard-dark-fg]))) 791 | 792 | ;;;###autoload 793 | (and load-file-name 794 | (boundp 'custom-theme-load-path) 795 | (add-to-list 'custom-theme-load-path 796 | (file-name-as-directory 797 | (file-name-directory load-file-name)))) 798 | ;; Automatically add this theme to the load path 799 | 800 | (provide-theme 'everforest-hard-dark) 801 | 802 | ;; Local Variables: 803 | ;; no-byte-compile: t 804 | ;; End: 805 | ;;; everforest-hard-dark-theme.el ends here 806 | -------------------------------------------------------------------------------- /everforest-hard-light-theme.el: -------------------------------------------------------------------------------- 1 | ;;; everforest-hard-light-theme.el --- Everforest Hard light Theme -*- lexical-binding: t; -*- 2 | 3 | ;; Copyright (C) 2022-2024 theorytoe 4 | 5 | ;; Author: theorytoe 6 | ;; URL: https://github.com/Theory-of-Everything/everforest-emacs 7 | ;; Version: 0.1 8 | ;; Package-Requires: ((emacs "24")) 9 | 10 | ;; This file is not part of GNU Emacs. 11 | 12 | ;; This file is free software; you can redistribute it and/or modify 13 | ;; it under the terms of the GNU General Public License as published by 14 | ;; the Free Software Foundation; either version 3, or (at your option) 15 | ;; any later version. 16 | 17 | ;; This file is distributed in the hope that it will be useful, 18 | ;; but WITHOUT ANY WARRANTY; without even the implied warranty of 19 | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 | ;; GNU General Public License v3.0 for more details. 21 | 22 | ;; You should have received a copy of the GNU General Public License 23 | ;; along with this program. If not, see . 24 | 25 | ;;; Commentary: 26 | ;; Everforest hard light 27 | 28 | ;;; Code: 29 | 30 | (deftheme everforest-hard-light 31 | "Everforest Hard light - sainnhe/everforest hard light port to emacs") 32 | 33 | (defvar everforest-hard-light-colors-alist 34 | (let ((colors `(("everforest-hard-light-accent" . "#8da101") 35 | ("everforest-hard-light-fg" . "#5c6a72") 36 | ("everforest-hard-light-bg" . "#fffbef") 37 | ("everforest-hard-light-bg-1" . "#f8f5e4") 38 | ("everforest-hard-light-bg-hl" . "#f2efdf") 39 | ("everforest-hard-light-gutter" . "#edeada") 40 | ("everforest-hard-light-mono-1" . "#a6b0a0") 41 | ("everforest-hard-light-mono-2" . "#939f91") 42 | ("everforest-hard-light-mono-3" . "#829181") 43 | ("everforest-hard-light-cyan" . "#35a77c") 44 | ("everforest-hard-light-blue" . "#3a94c5") 45 | ("everforest-hard-light-purple" . "#df69ba") 46 | ("everforest-hard-light-green" . "#8da101") 47 | ("everforest-hard-light-red" . "#f85552") 48 | ("everforest-hard-light-orange" . "#f57d26") 49 | ("everforest-hard-light-yellow" . "#dfa000") 50 | ("everforest-hard-light-gray" . "#a6b0a0") 51 | ("everforest-hard-light-silver" . "#9da9a0") 52 | ("everforest-hard-light-black" . "#fffbef") 53 | ("everforest-hard-light-border" . "#5c6a72") 54 | ("everforest-hard-light-visual" . "#edf0cd")))) 55 | colors) 56 | "List of Everforest Hard Light Colors.") 57 | 58 | (defmacro everforest-hard-light-with-color-variables (&rest body) 59 | "Bind the colors list around BODY." 60 | (declare (indent 0)) 61 | `(let ((class '((class color) (min-colors 89))) 62 | ,@ (mapcar (lambda (cons) 63 | (list (intern (car cons)) (cdr cons))) 64 | everforest-hard-light-colors-alist)) 65 | ,@body)) 66 | 67 | (everforest-hard-light-with-color-variables 68 | (custom-theme-set-faces 69 | 'everforest-hard-light 70 | 71 | `(default ((t (:foreground ,everforest-hard-light-fg :background ,everforest-hard-light-bg)))) 72 | `(success ((t (:foreground ,everforest-hard-light-green)))) 73 | `(warning ((t (:foreground ,everforest-hard-light-yellow)))) 74 | `(error ((t (:foreground ,everforest-hard-light-red :weight bold)))) 75 | `(link ((t (:foreground ,everforest-hard-light-blue :underline t :weight bold)))) 76 | `(link-visited ((t (:foreground ,everforest-hard-light-blue :underline t :weight normal)))) 77 | `(cursor ((t (:background ,everforest-hard-light-fg)))) 78 | `(fringe ((t (:background ,everforest-hard-light-bg :foreground ,everforest-hard-light-silver)))) 79 | `(region ((t (:background ,everforest-hard-light-visual :distant-foreground ,everforest-hard-light-mono-2)))) 80 | `(highlight ((t (:background ,everforest-hard-light-gray :distant-foreground ,everforest-hard-light-mono-2)))) 81 | `(hl-line ((t (:background ,everforest-hard-light-visual :distant-foreground nil)))) 82 | `(header-line ((t (:background ,everforest-hard-light-black)))) 83 | `(vertical-border ((t (:background ,everforest-hard-light-border :foreground ,everforest-hard-light-border)))) 84 | `(secondary-selection ((t (:background ,everforest-hard-light-bg-1)))) 85 | `(query-replace ((t (:inherit (isearch))))) 86 | `(minibuffer-prompt ((t (:foreground ,everforest-hard-light-blue)))) 87 | `(tooltip ((t (:foreground ,everforest-hard-light-fg :background ,everforest-hard-light-bg-1 :inherit variable-pitch)))) 88 | 89 | `(font-lock-builtin-face ((t (:foreground ,everforest-hard-light-cyan)))) 90 | `(font-lock-comment-face ((t (:foreground ,everforest-hard-light-mono-3 :slant italic)))) 91 | `(font-lock-comment-delimiter-face ((default (:inherit (font-lock-comment-face))))) 92 | `(font-lock-doc-face ((t (:inherit (font-lock-string-face))))) 93 | `(font-lock-function-name-face ((t (:foreground ,everforest-hard-light-green)))) 94 | `(font-lock-keyword-face ((t (:foreground ,everforest-hard-light-red :weight normal)))) 95 | `(font-lock-preprocessor-face ((t (:foreground ,everforest-hard-light-red)))) 96 | `(font-lock-string-face ((t (:foreground ,everforest-hard-light-green)))) 97 | `(font-lock-type-face ((t (:foreground ,everforest-hard-light-green)))) 98 | `(font-lock-constant-face ((t (:foreground ,everforest-hard-light-cyan)))) 99 | `(font-lock-variable-name-face ((t (:foreground ,everforest-hard-light-blue)))) 100 | `(font-lock-warning-face ((t (:foreground ,everforest-hard-light-mono-3 :bold t)))) 101 | `(font-lock-negation-char-face ((t (:foreground ,everforest-hard-light-cyan :bold t)))) 102 | `(highlight-numbers-number ((t (:foreground ,everforest-hard-light-purple)))) 103 | 104 | ;; eob 105 | `(vi-tilde-fringe-face ((t (:foreground ,everforest-hard-light-silver)))) 106 | `(solaire-fringe-face ((t (:foreground ,everforest-hard-light-silver)))) 107 | 108 | ;; mode-line 109 | `(mode-line ((t (:background ,everforest-hard-light-visual :foreground ,everforest-hard-light-silver)))) 110 | `(mode-line-buffer-id ((t (:weight bold)))) 111 | `(mode-line-emphasis ((t (:weight bold)))) 112 | `(mode-line-inactive ((t (:background ,everforest-hard-light-bg :foreground ,everforest-hard-light-silver)))) 113 | 114 | ;; window-divider 115 | `(window-divider ((t (:foreground ,everforest-hard-light-border)))) 116 | `(window-divider-first-pixel ((t (:foreground ,everforest-hard-light-border)))) 117 | `(window-divider-last-pixel ((t (:foreground ,everforest-hard-light-border)))) 118 | 119 | ;; custom 120 | `(custom-state ((t (:foreground ,everforest-hard-light-green)))) 121 | 122 | ;; Package/Plugin Customizations 123 | 124 | ;; ido 125 | `(ido-first-match ((t (:foreground ,everforest-hard-light-purple :weight bold)))) 126 | `(ido-only-match ((t (:foreground ,everforest-hard-light-red :weight bold)))) 127 | `(ido-subdir ((t (:foreground ,everforest-hard-light-blue)))) 128 | `(ido-virtual ((t (:foreground ,everforest-hard-light-mono-3)))) 129 | 130 | ;; ace-jump 131 | `(ace-jump-face-background ((t (:foreground ,everforest-hard-light-mono-3 :background ,everforest-hard-light-bg-1 :inverse-video nil)))) 132 | `(ace-jump-face-foreground ((t (:foreground ,everforest-hard-light-red :background ,everforest-hard-light-bg-1 :inverse-video nil)))) 133 | 134 | ;; ace-window 135 | `(aw-background-face ((t (:inherit font-lock-comment-face)))) 136 | `(aw-leading-char-face ((t (:foreground ,everforest-hard-light-red :weight bold)))) 137 | 138 | ;; centaur-tabs 139 | `(centaur-tabs-default ((t (:background ,everforest-hard-light-black :foreground ,everforest-hard-light-black)))) 140 | `(centaur-tabs-selected ((t (:background ,everforest-hard-light-bg :foreground ,everforest-hard-light-fg :weight bold)))) 141 | `(centaur-tabs-unselected ((t (:background ,everforest-hard-light-black :foreground ,everforest-hard-light-fg :weight light)))) 142 | `(centaur-tabs-selected-modified ((t (:background ,everforest-hard-light-bg 143 | :foreground ,everforest-hard-light-blue :weight bold)))) 144 | `(centaur-tabs-unselected-modified ((t (:background ,everforest-hard-light-black :weight light 145 | :foreground ,everforest-hard-light-blue)))) 146 | `(centaur-tabs-active-bar-face ((t (:background ,everforest-hard-light-accent)))) 147 | `(centaur-tabs-modified-marker-selected ((t (:inherit 'centaur-tabs-selected :foreground,everforest-hard-light-accent)))) 148 | `(centaur-tabs-modified-marker-unselected ((t (:inherit 'centaur-tabs-unselected :foreground,everforest-hard-light-accent)))) 149 | 150 | ;; company-mode 151 | `(company-tooltip ((t (:foreground ,everforest-hard-light-fg :background ,everforest-hard-light-gray)))) 152 | `(company-tooltip-annotation ((t (:foreground ,everforest-hard-light-mono-2 :background ,everforest-hard-light-gray)))) 153 | `(company-tooltip-annotation-selection ((t (:foreground ,everforest-hard-light-mono-2 :background ,everforest-hard-light-mono-3)))) 154 | `(company-tooltip-selection ((t (:foreground ,everforest-hard-light-fg :background ,everforest-hard-light-mono-3)))) 155 | `(company-tooltip-mouse ((t (:background ,everforest-hard-light-gray)))) 156 | `(company-tooltip-common ((t (:foreground ,everforest-hard-light-yellow :background ,everforest-hard-light-gray)))) 157 | `(company-tooltip-common-selection ((t (:foreground ,everforest-hard-light-yellow :background ,everforest-hard-light-mono-3)))) 158 | `(company-preview ((t (:background ,everforest-hard-light-bg)))) 159 | `(company-preview-common ((t (:foreground ,everforest-hard-light-yellow :background ,everforest-hard-light-bg)))) 160 | `(company-scrollbar-fg ((t (:background ,everforest-hard-light-mono-1)))) 161 | `(company-scrollbar-bg ((t (:background ,everforest-hard-light-gray)))) 162 | `(company-template-field ((t (:inherit highlight)))) 163 | 164 | ;; doom-modeline 165 | `(doom-modeline-bar ((t (:background ,everforest-hard-light-visual)))) 166 | 167 | ;; flyspell 168 | `(flyspell-duplicate ((t (:underline (:color ,everforest-hard-light-cyan :style wave))))) 169 | `(flyspell-incorrect ((t (:underline (:color ,everforest-hard-light-red :style wave))))) 170 | 171 | ;; flymake 172 | `(flymake-error ((t (:underline (:color ,everforest-hard-light-red :style wave))))) 173 | `(flymake-note ((t (:underline (:color ,everforest-hard-light-green :style wave))))) 174 | `(flymake-warning ((t (:underline (:color ,everforest-hard-light-orange :style wave))))) 175 | 176 | ;; flycheck 177 | `(flycheck-error ((t (:underline (:color ,everforest-hard-light-red :style wave))))) 178 | `(flycheck-info ((t (:underline (:color ,everforest-hard-light-green :style wave))))) 179 | `(flycheck-warning ((t (:underline (:color ,everforest-hard-light-orange :style wave))))) 180 | 181 | ;; compilation 182 | `(compilation-face ((t (:foreground ,everforest-hard-light-fg)))) 183 | `(compilation-line-number ((t (:foreground ,everforest-hard-light-mono-2)))) 184 | `(compilation-column-number ((t (:foreground ,everforest-hard-light-mono-2)))) 185 | `(compilation-mode-line-exit ((t (:inherit compilation-info :weight bold)))) 186 | `(compilation-mode-line-fail ((t (:inherit compilation-error :weight bold)))) 187 | 188 | ;; isearch 189 | `(isearch ((t (:foreground ,everforest-hard-light-bg :background ,everforest-hard-light-purple)))) 190 | `(isearch-fail ((t (:foreground ,everforest-hard-light-red :background nil)))) 191 | `(lazy-highlight ((t (:foreground ,everforest-hard-light-purple :background ,everforest-hard-light-bg-1 :underline ,everforest-hard-light-purple)))) 192 | 193 | ;; diff-hl (https://github.com/dgutov/diff-hl) 194 | '(diff-hl-change ((t (:foreground "#E9C062" :background "#8b733a")))) 195 | '(diff-hl-delete ((t (:foreground "#CC6666" :background "#7a3d3d")))) 196 | '(diff-hl-insert ((t (:foreground "#A8FF60" :background "#547f30")))) 197 | 198 | ;; dired-mode 199 | '(dired-directory ((t (:inherit (font-lock-keyword-face))))) 200 | '(dired-flagged ((t (:inherit (diff-hl-delete))))) 201 | '(dired-symlink ((t (:foreground "#FD5FF1")))) 202 | `(diredfl-file-name ((t (:foreground ,everforest-hard-light-fg)))) 203 | `(diredfl-file-suffix ((t (:foreground ,everforest-hard-light-fg)))) 204 | `(diredfl-number ((t (:foreground ,everforest-hard-light-red)))) 205 | `(diredfl-date-time ((t (:foreground ,everforest-hard-light-blue)))) 206 | `(diredfl-no-priv ((t (:foreground ,everforest-hard-light-yellow)))) 207 | `(diredfl-dir-priv ((t (:foreground ,everforest-hard-light-yellow)))) 208 | `(diredfl-read-priv ((t (:foreground ,everforest-hard-light-yellow)))) 209 | `(diredfl-write-priv ((t (:foreground ,everforest-hard-light-yellow)))) 210 | `(diredfl-exec-priv ((t (:foreground ,everforest-hard-light-yellow)))) 211 | `(diredfl-link-priv ((t (:foreground ,everforest-hard-light-yellow)))) 212 | `(diredfl-dir-heading ((t (:foreground ,everforest-hard-light-green :weight bold)))) 213 | 214 | ;; dired-async 215 | `(dired-async-failures ((t (:inherit error)))) 216 | `(dired-async-message ((t (:inherit success)))) 217 | `(dired-async-mode-message ((t (:foreground ,everforest-hard-light-orange)))) 218 | 219 | ;; helm 220 | `(helm-header ((t (:foreground ,everforest-hard-light-mono-2 221 | :background ,everforest-hard-light-bg 222 | :underline nil 223 | :box (:line-width 6 :color ,everforest-hard-light-bg))))) 224 | `(helm-source-header ((t (:foreground ,everforest-hard-light-yellow 225 | :background ,everforest-hard-light-bg 226 | :underline nil 227 | :weight bold 228 | :box (:line-width 6 :color ,everforest-hard-light-bg))))) 229 | `(helm-selection ((t (:background ,everforest-hard-light-gray)))) 230 | `(helm-selection-line ((t (:background ,everforest-hard-light-gray)))) 231 | `(helm-visible-mark ((t (:background ,everforest-hard-light-bg :foreground ,everforest-hard-light-yellow)))) 232 | `(helm-candidate-number ((t (:foreground ,everforest-hard-light-green :background ,everforest-hard-light-bg-1)))) 233 | `(helm-separator ((t (:background ,everforest-hard-light-bg :foreground ,everforest-hard-light-red)))) 234 | `(helm-M-x-key ((t (:foreground ,everforest-hard-light-orange)))) 235 | `(helm-bookmark-addressbook ((t (:foreground ,everforest-hard-light-orange)))) 236 | `(helm-bookmark-directory ((t (:foreground nil :background nil :inherit helm-ff-directory)))) 237 | `(helm-bookmark-file ((t (:foreground nil :background nil :inherit helm-ff-file)))) 238 | `(helm-bookmark-gnus ((t (:foreground ,everforest-hard-light-purple)))) 239 | `(helm-bookmark-info ((t (:foreground ,everforest-hard-light-green)))) 240 | `(helm-bookmark-man ((t (:foreground ,everforest-hard-light-yellow)))) 241 | `(helm-bookmark-w3m ((t (:foreground ,everforest-hard-light-purple)))) 242 | `(helm-match ((t (:foreground ,everforest-hard-light-yellow)))) 243 | `(helm-ff-directory ((t (:foreground ,everforest-hard-light-cyan :background ,everforest-hard-light-bg :weight bold)))) 244 | `(helm-ff-file ((t (:foreground ,everforest-hard-light-fg :background ,everforest-hard-light-bg :weight normal)))) 245 | `(helm-ff-executable ((t (:foreground ,everforest-hard-light-green :background ,everforest-hard-light-bg :weight normal)))) 246 | `(helm-ff-invalid-symlink ((t (:foreground ,everforest-hard-light-red :background ,everforest-hard-light-bg :weight bold)))) 247 | `(helm-ff-symlink ((t (:foreground ,everforest-hard-light-yellow :background ,everforest-hard-light-bg :weight bold)))) 248 | `(helm-ff-prefix ((t (:foreground ,everforest-hard-light-bg :background ,everforest-hard-light-yellow :weight normal)))) 249 | `(helm-buffer-not-saved ((t (:foreground ,everforest-hard-light-red)))) 250 | `(helm-buffer-process ((t (:foreground ,everforest-hard-light-mono-2)))) 251 | `(helm-buffer-saved-out ((t (:foreground ,everforest-hard-light-fg)))) 252 | `(helm-buffer-size ((t (:foreground ,everforest-hard-light-mono-2)))) 253 | `(helm-buffer-directory ((t (:foreground ,everforest-hard-light-purple)))) 254 | `(helm-grep-cmd-line ((t (:foreground ,everforest-hard-light-cyan)))) 255 | `(helm-grep-file ((t (:foreground ,everforest-hard-light-fg)))) 256 | `(helm-grep-finish ((t (:foreground ,everforest-hard-light-green)))) 257 | `(helm-grep-lineno ((t (:foreground ,everforest-hard-light-mono-2)))) 258 | `(helm-grep-finish ((t (:foreground ,everforest-hard-light-red)))) 259 | `(helm-grep-match ((t (:foreground nil :background nil :inherit helm-match)))) 260 | `(helm-swoop-target-line-block-face ((t (:background ,everforest-hard-light-mono-3 :foreground "#222222")))) 261 | `(helm-swoop-target-line-face ((t (:background ,everforest-hard-light-mono-3 :foreground "#222222")))) 262 | `(helm-swoop-target-word-face ((t (:background ,everforest-hard-light-purple :foreground "#ffffff")))) 263 | `(helm-locate-finish ((t (:foreground ,everforest-hard-light-green)))) 264 | `(info-menu-star ((t (:foreground ,everforest-hard-light-red)))) 265 | 266 | ;; ivy 267 | `(ivy-confirm-face ((t (:inherit minibuffer-prompt :foreground ,everforest-hard-light-green)))) 268 | `(ivy-current-match ((t (:background ,everforest-hard-light-gray :weight normal)))) 269 | `(ivy-highlight-face ((t (:inherit font-lock-builtin-face)))) 270 | `(ivy-match-required-face ((t (:inherit minibuffer-prompt :foreground ,everforest-hard-light-red)))) 271 | `(ivy-minibuffer-match-face-1 ((t (:background ,everforest-hard-light-bg-hl)))) 272 | `(ivy-minibuffer-match-face-2 ((t (:inherit ivy-minibuffer-match-face-1 :background ,everforest-hard-light-black :foreground ,everforest-hard-light-purple :weight semi-bold)))) 273 | `(ivy-minibuffer-match-face-3 ((t (:inherit ivy-minibuffer-match-face-2 :background ,everforest-hard-light-black :foreground ,everforest-hard-light-green :weight semi-bold)))) 274 | `(ivy-minibuffer-match-face-4 ((t (:inherit ivy-minibuffer-match-face-2 :background ,everforest-hard-light-black :foreground ,everforest-hard-light-yellow :weight semi-bold)))) 275 | `(ivy-minibuffer-match-highlight ((t (:inherit ivy-current-match)))) 276 | `(ivy-modified-buffer ((t (:inherit default :foreground ,everforest-hard-light-orange)))) 277 | `(ivy-virtual ((t (:inherit font-lock-builtin-face :slant italic)))) 278 | 279 | ;; counsel 280 | `(counsel-key-binding ((t (:foreground ,everforest-hard-light-yellow :weight bold)))) 281 | 282 | ;; swiper 283 | `(swiper-match-face-1 ((t (:inherit ivy-minibuffer-match-face-1)))) 284 | `(swiper-match-face-2 ((t (:inherit ivy-minibuffer-match-face-2)))) 285 | `(swiper-match-face-3 ((t (:inherit ivy-minibuffer-match-face-3)))) 286 | `(swiper-match-face-4 ((t (:inherit ivy-minibuffer-match-face-4)))) 287 | 288 | ;; git-commit 289 | `(git-commit-comment-action ((t (:foreground ,everforest-hard-light-green :weight bold)))) 290 | `(git-commit-comment-branch ((t (:foreground ,everforest-hard-light-blue :weight bold)))) 291 | `(git-commit-comment-heading ((t (:foreground ,everforest-hard-light-yellow :weight bold)))) 292 | 293 | ;; git-gutter 294 | `(git-gutter:added ((t (:foreground ,everforest-hard-light-green :weight bold)))) 295 | `(git-gutter:deleted ((t (:foreground ,everforest-hard-light-red :weight bold)))) 296 | `(git-gutter:modified ((t (:foreground ,everforest-hard-light-orange :weight bold)))) 297 | 298 | ;; eshell 299 | `(eshell-ls-archive ((t (:foreground ,everforest-hard-light-purple :weight bold)))) 300 | `(eshell-ls-backup ((t (:foreground ,everforest-hard-light-yellow)))) 301 | `(eshell-ls-clutter ((t (:foreground ,everforest-hard-light-red :weight bold)))) 302 | `(eshell-ls-directory ((t (:foreground ,everforest-hard-light-blue :weight bold)))) 303 | `(eshell-ls-executable ((t (:foreground ,everforest-hard-light-green :weight bold)))) 304 | `(eshell-ls-missing ((t (:foreground ,everforest-hard-light-red :weight bold)))) 305 | `(eshell-ls-product ((t (:foreground ,everforest-hard-light-yellow)))) 306 | `(eshell-ls-special ((t (:foreground "#FD5FF1" :weight bold)))) 307 | `(eshell-ls-symlink ((t (:foreground ,everforest-hard-light-cyan :weight bold)))) 308 | `(eshell-ls-unreadable ((t (:foreground ,everforest-hard-light-mono-1)))) 309 | `(eshell-prompt ((t (:inherit minibuffer-prompt)))) 310 | 311 | ;; man 312 | `(Man-overstrike ((t (:foreground ,everforest-hard-light-green :weight bold)))) 313 | `(Man-underline ((t (:inherit font-lock-keyword-face :slant italic :weight bold)))) 314 | 315 | ;; woman 316 | `(woman-bold ((t (:foreground ,everforest-hard-light-green :weight bold)))) 317 | `(woman-italic ((t (:inherit font-lock-keyword-face :slant italic :weight bold)))) 318 | 319 | ;; dictionary 320 | `(dictionary-button-face ((t (:inherit widget-button)))) 321 | `(dictionary-reference-face ((t (:inherit font-lock-type-face :weight bold)))) 322 | `(dictionary-word-entry-face ((t (:inherit font-lock-keyword-face :slant italic :weight bold)))) 323 | 324 | ;; erc 325 | `(erc-error-face ((t (:inherit error)))) 326 | `(erc-input-face ((t (:inherit shadow)))) 327 | `(erc-my-nick-face ((t (:foreground ,everforest-hard-light-accent)))) 328 | `(erc-notice-face ((t (:inherit font-lock-comment-face)))) 329 | `(erc-timestamp-face ((t (:foreground ,everforest-hard-light-green :weight bold)))) 330 | 331 | ;; jabber 332 | `(jabber-roster-user-online ((t (:foreground ,everforest-hard-light-green)))) 333 | `(jabber-roster-user-away ((t (:foreground ,everforest-hard-light-red)))) 334 | `(jabber-roster-user-xa ((t (:foreground ,everforest-hard-light-red)))) 335 | `(jabber-roster-user-dnd ((t (:foreground ,everforest-hard-light-purple)))) 336 | `(jabber-roster-user-chatty ((t (:foreground ,everforest-hard-light-yellow)))) 337 | `(jabber-roster-user-error ((t (:foreground ,everforest-hard-light-red :bold t)))) 338 | `(jabber-roster-user-offline ((t (:foreground ,everforest-hard-light-mono-3)))) 339 | `(jabber-chat-prompt-local ((t (:foreground ,everforest-hard-light-blue)))) 340 | `(jabber-chat-prompt-foreign ((t (:foreground ,everforest-hard-light-yellow)))) 341 | `(jabber-chat-prompt-system ((t (:foreground ,everforest-hard-light-mono-3)))) 342 | `(jabber-chat-error ((t (:inherit jabber-roster-user-error)))) 343 | `(jabber-rare-time-face ((t (:foreground ,everforest-hard-light-cyan)))) 344 | `(jabber-activity-face ((t (:inherit jabber-chat-prompt-foreign)))) 345 | `(jabber-activity-personal-face ((t (:inherit jabber-chat-prompt-local)))) 346 | 347 | ;; eww 348 | `(eww-form-checkbox ((t (:inherit eww-form-submit)))) 349 | `(eww-form-file ((t (:inherit eww-form-submit)))) 350 | `(eww-form-select ((t (:inherit eww-form-submit)))) 351 | `(eww-form-submit ((t (:background ,everforest-hard-light-gray :foreground ,everforest-hard-light-fg :box (:line-width 2 :color ,everforest-hard-light-border :style released-button))))) 352 | `(eww-form-text ((t (:inherit widget-field :box (:line-width 1 :color ,everforest-hard-light-border))))) 353 | `(eww-form-textarea ((t (:inherit eww-form-text)))) 354 | `(eww-invalid-certificate ((t (:foreground ,everforest-hard-light-red)))) 355 | `(eww-valid-certificate ((t (:foreground ,everforest-hard-light-green)))) 356 | 357 | ;; ediff 358 | `(ediff-fine-diff-Ancestor ((t (:background "#885555")))) 359 | `(ediff-fine-diff-A ((t (:background "#885555")))) 360 | `(ediff-fine-diff-B ((t (:background "#558855")))) 361 | `(ediff-fine-diff-C ((t (:background "#555588")))) 362 | `(ediff-current-diff-Ancestor ((t (:background "#663333")))) 363 | `(ediff-current-diff-A ((t (:background "#663333")))) 364 | `(ediff-current-diff-B ((t (:background "#336633")))) 365 | `(ediff-current-diff-C ((t (:background "#333366")))) 366 | `(ediff-even-diff-Ancestor ((t (:background "#181a1f")))) 367 | `(ediff-even-diff-A ((t (:background "#181a1f")))) 368 | `(ediff-even-diff-B ((t (:background "#181a1f")))) 369 | `(ediff-even-diff-C ((t (:background "#181a1f")))) 370 | `(ediff-odd-diff-Ancestor ((t (:background "#181a1f")))) 371 | `(ediff-odd-diff-A ((t (:background "#181a1f")))) 372 | `(ediff-odd-diff-B ((t (:background "#181a1f")))) 373 | `(ediff-odd-diff-C ((t (:background "#181a1f")))) 374 | 375 | ;; magit 376 | `(magit-section-highlight ((t (:background ,everforest-hard-light-bg-hl)))) 377 | `(magit-section-heading ((t (:foreground ,everforest-hard-light-yellow :weight bold)))) 378 | `(magit-section-heading-selection ((t (:foreground ,everforest-hard-light-fg :weight bold)))) 379 | `(magit-diff-file-heading ((t (:weight bold)))) 380 | `(magit-diff-file-heading-highlight ((t (:background ,everforest-hard-light-gray :weight bold)))) 381 | `(magit-diff-file-heading-selection ((t (:foreground ,everforest-hard-light-yellow :background ,everforest-hard-light-bg-hl :weight bold)))) 382 | `(magit-diff-hunk-heading ((t (:foreground ,everforest-hard-light-mono-2 :background ,everforest-hard-light-gray)))) 383 | `(magit-diff-hunk-heading-highlight ((t (:foreground ,everforest-hard-light-mono-1 :background ,everforest-hard-light-mono-3)))) 384 | `(magit-diff-hunk-heading-selection ((t (:foreground ,everforest-hard-light-purple :background ,everforest-hard-light-mono-3)))) 385 | `(magit-diff-context ((t (:foreground ,everforest-hard-light-fg)))) 386 | `(magit-diff-context-highlight ((t (:background ,everforest-hard-light-bg-1 :foreground ,everforest-hard-light-fg)))) 387 | `(magit-diffstat-added ((t (:foreground ,everforest-hard-light-green)))) 388 | `(magit-diffstat-removed ((t (:foreground ,everforest-hard-light-red)))) 389 | `(magit-process-ok ((t (:foreground ,everforest-hard-light-green)))) 390 | `(magit-process-ng ((t (:foreground ,everforest-hard-light-red)))) 391 | `(magit-log-author ((t (:foreground ,everforest-hard-light-yellow)))) 392 | `(magit-log-date ((t (:foreground ,everforest-hard-light-mono-2)))) 393 | `(magit-log-graph ((t (:foreground ,everforest-hard-light-silver)))) 394 | `(magit-sequence-pick ((t (:foreground ,everforest-hard-light-yellow)))) 395 | `(magit-sequence-stop ((t (:foreground ,everforest-hard-light-green)))) 396 | `(magit-sequence-part ((t (:foreground ,everforest-hard-light-orange)))) 397 | `(magit-sequence-head ((t (:foreground ,everforest-hard-light-blue)))) 398 | `(magit-sequence-drop ((t (:foreground ,everforest-hard-light-red)))) 399 | `(magit-sequence-done ((t (:foreground ,everforest-hard-light-mono-2)))) 400 | `(magit-sequence-onto ((t (:foreground ,everforest-hard-light-mono-2)))) 401 | `(magit-bisect-good ((t (:foreground ,everforest-hard-light-green)))) 402 | `(magit-bisect-skip ((t (:foreground ,everforest-hard-light-orange)))) 403 | `(magit-bisect-bad ((t (:foreground ,everforest-hard-light-red)))) 404 | `(magit-blame-heading ((t (:background ,everforest-hard-light-bg-1 :foreground ,everforest-hard-light-mono-2)))) 405 | `(magit-blame-hash ((t (:background ,everforest-hard-light-bg-1 :foreground ,everforest-hard-light-purple)))) 406 | `(magit-blame-name ((t (:background ,everforest-hard-light-bg-1 :foreground ,everforest-hard-light-yellow)))) 407 | `(magit-blame-date ((t (:background ,everforest-hard-light-bg-1 :foreground ,everforest-hard-light-mono-3)))) 408 | `(magit-blame-summary ((t (:background ,everforest-hard-light-bg-1 :foreground ,everforest-hard-light-mono-2)))) 409 | `(magit-dimmed ((t (:foreground ,everforest-hard-light-mono-2)))) 410 | `(magit-hash ((t (:foreground ,everforest-hard-light-purple)))) 411 | `(magit-tag ((t (:foreground ,everforest-hard-light-orange :weight bold)))) 412 | `(magit-branch-remote ((t (:foreground ,everforest-hard-light-green :weight bold)))) 413 | `(magit-branch-local ((t (:foreground ,everforest-hard-light-blue :weight bold)))) 414 | `(magit-branch-current ((t (:foreground ,everforest-hard-light-blue :weight bold :box t)))) 415 | `(magit-head ((t (:foreground ,everforest-hard-light-blue :weight bold)))) 416 | `(magit-refname ((t (:background ,everforest-hard-light-bg :foreground ,everforest-hard-light-fg :weight bold)))) 417 | `(magit-refname-stash ((t (:background ,everforest-hard-light-bg :foreground ,everforest-hard-light-fg :weight bold)))) 418 | `(magit-refname-wip ((t (:background ,everforest-hard-light-bg :foreground ,everforest-hard-light-fg :weight bold)))) 419 | `(magit-signature-good ((t (:foreground ,everforest-hard-light-green)))) 420 | `(magit-signature-bad ((t (:foreground ,everforest-hard-light-red)))) 421 | `(magit-signature-untrusted ((t (:foreground ,everforest-hard-light-orange)))) 422 | `(magit-cherry-unmatched ((t (:foreground ,everforest-hard-light-cyan)))) 423 | `(magit-cherry-equivalent ((t (:foreground ,everforest-hard-light-purple)))) 424 | `(magit-reflog-commit ((t (:foreground ,everforest-hard-light-green)))) 425 | `(magit-reflog-amend ((t (:foreground ,everforest-hard-light-purple)))) 426 | `(magit-reflog-merge ((t (:foreground ,everforest-hard-light-green)))) 427 | `(magit-reflog-checkout ((t (:foreground ,everforest-hard-light-blue)))) 428 | `(magit-reflog-reset ((t (:foreground ,everforest-hard-light-red)))) 429 | `(magit-reflog-rebase ((t (:foreground ,everforest-hard-light-purple)))) 430 | `(magit-reflog-cherry-pick ((t (:foreground ,everforest-hard-light-green)))) 431 | `(magit-reflog-remote ((t (:foreground ,everforest-hard-light-cyan)))) 432 | `(magit-reflog-other ((t (:foreground ,everforest-hard-light-cyan)))) 433 | `(magit-diff-revision-summary ((t (:foreground ,everforest-hard-light-fg)))) 434 | `(magit-diff-conflict-heading ((t (:foreground ,everforest-hard-light-fg)))) 435 | `(magit-diff-hunk-heading ((t (:foreground ,everforest-hard-light-fg)))) 436 | 437 | ;; message 438 | `(message-cited-text ((t (:foreground ,everforest-hard-light-green)))) 439 | `(message-header-cc ((t (:foreground ,everforest-hard-light-orange :weight bold)))) 440 | `(message-header-name ((t (:foreground ,everforest-hard-light-purple)))) 441 | `(message-header-newsgroups ((t (:foreground ,everforest-hard-light-yellow :weight bold :slant italic)))) 442 | `(message-header-other ((t (:foreground ,everforest-hard-light-red)))) 443 | `(message-header-subject ((t (:foreground ,everforest-hard-light-blue)))) 444 | `(message-header-to ((t (:foreground ,everforest-hard-light-yellow :weight bold)))) 445 | `(message-header-xheader ((t (:foreground ,everforest-hard-light-silver)))) 446 | `(message-mml ((t (:foreground ,everforest-hard-light-purple)))) 447 | `(message-separator ((t (:foreground ,everforest-hard-light-mono-3 :slant italic)))) 448 | 449 | ;; epa 450 | `(epa-field-body ((t (:foreground ,everforest-hard-light-blue :slant italic)))) 451 | `(epa-field-name ((t (:foreground ,everforest-hard-light-cyan :weight bold)))) 452 | 453 | ;; notmuch 454 | `(notmuch-crypto-decryption ((t (:foreground ,everforest-hard-light-purple :background ,everforest-hard-light-black)))) 455 | `(notmuch-crypto-signature-bad ((t (:foreground ,everforest-hard-light-red :background ,everforest-hard-light-black)))) 456 | `(notmuch-crypto-signature-good ((t (:foreground ,everforest-hard-light-green :background ,everforest-hard-light-black)))) 457 | `(notmuch-crypto-signature-good-key ((t (:foreground ,everforest-hard-light-green :background ,everforest-hard-light-black)))) 458 | `(notmuch-crypto-signature-unknown ((t (:foreground ,everforest-hard-light-orange :background ,everforest-hard-light-black)))) 459 | `(notmuch-hello-logo-background ((t (:inherit default)))) 460 | `(notmuch-message-summary-face ((t (:background ,everforest-hard-light-black)))) 461 | `(notmuch-search-count ((t (:inherit default :foreground ,everforest-hard-light-silver)))) 462 | `(notmuch-search-date ((t (:inherit default :foreground ,everforest-hard-light-purple)))) 463 | `(notmuch-search-matching-authors ((t (:inherit default :foreground ,everforest-hard-light-yellow)))) 464 | `(notmuch-search-non-matching-authors ((t (:inherit font-lock-comment-face :slant italic)))) 465 | `(notmuch-tag-added ((t (:underline t)))) 466 | `(notmuch-tag-deleted ((t (:strike-through ,everforest-hard-light-red)))) 467 | `(notmuch-tag-face ((t (:foreground ,everforest-hard-light-green)))) 468 | `(notmuch-tag-unread ((t (:foreground ,everforest-hard-light-red)))) 469 | `(notmuch-tree-match-author-face ((t (:inherit notmuch-search-matching-authors)))) 470 | `(notmuch-tree-match-date-face ((t (:inherit notmuch-search-date)))) 471 | `(notmuch-tree-match-face ((t (:weight semi-bold)))) 472 | `(notmuch-tree-match-tag-face ((t (:inherit notmuch-tag-face)))) 473 | `(notmuch-tree-no-match-face ((t (:slant italic :weight light :inherit font-lock-comment-face)))) 474 | 475 | ;; mu4e 476 | `(mu4e-header-key-face ((t (:foreground ,everforest-hard-light-green :weight bold)))) 477 | `(mu4e-header-title-face ((t (:foreground ,everforest-hard-light-blue)))) 478 | `(mu4e-title-face ((t (:foreground ,everforest-hard-light-green :weight bold)))) 479 | 480 | ;; calendar 481 | `(cfw:face-title ((t (:foreground ,everforest-hard-light-green :weight bold)))) 482 | `(cfw:face-select ((t (:foreground ,everforest-hard-light-bg :background ,everforest-hard-light-fg)))) 483 | `(cfw:face-header ((t (:foreground ,everforest-hard-light-fg :weight bold)))) 484 | `(cfw:face-sunday ((t (:foreground ,everforest-hard-light-green :weight bold)))) 485 | `(cfw:face-holiday ((t (:foreground ,everforest-hard-light-blue :weight bold)))) 486 | `(cfw:face-toolbar ((t (:background ,everforest-hard-light-bg)))) 487 | `(cfw:face-toolbar-button-on ((t (:foreground ,everforest-hard-light-fg :weight bold)))) 488 | `(cfw:face-toolbar-button-off ((t (:foreground ,everforest-hard-light-silver :weight bold)))) 489 | `(cfw:face-day-title ((t (:background ,everforest-hard-light-bg)))) 490 | `(cfw:face-today-title ((t (:foreground ,everforest-hard-light-bg :background ,everforest-hard-light-green)))) 491 | 492 | ;; elfeed 493 | `(elfeed-log-debug-level-face ((t (:background ,everforest-hard-light-black :foreground ,everforest-hard-light-green)))) 494 | `(elfeed-log-error-level-face ((t (:background ,everforest-hard-light-black :foreground ,everforest-hard-light-red)))) 495 | `(elfeed-log-info-level-face ((t (:background ,everforest-hard-light-black :foreground ,everforest-hard-light-blue)))) 496 | `(elfeed-log-warn-level-face ((t (:background ,everforest-hard-light-black :foreground ,everforest-hard-light-orange)))) 497 | `(elfeed-search-date-face ((t (:foreground ,everforest-hard-light-purple)))) 498 | `(elfeed-search-feed-face ((t (:foreground ,everforest-hard-light-yellow)))) 499 | `(elfeed-search-tag-face ((t (:foreground ,everforest-hard-light-green)))) 500 | `(elfeed-search-title-face ((t (:foreground ,everforest-hard-light-mono-1)))) 501 | `(elfeed-search-unread-count-face ((t (:foreground ,everforest-hard-light-silver)))) 502 | 503 | ;; perspective 504 | `(persp-selected-face ((t (:foreground ,everforest-hard-light-blue)))) 505 | 506 | ;; powerline 507 | `(powerline-active1 ((,class (:background ,everforest-hard-light-bg-hl :foreground ,everforest-hard-light-purple)))) 508 | `(powerline-active2 ((,class (:background ,everforest-hard-light-bg-hl :foreground ,everforest-hard-light-purple)))) 509 | `(powerline-inactive1 ((,class (:background ,everforest-hard-light-bg :foreground ,everforest-hard-light-fg)))) 510 | `(powerline-inactive2 ((,class (:background ,everforest-hard-light-bg :foreground ,everforest-hard-light-fg)))) 511 | 512 | ;; rainbow-delimiters 513 | `(rainbow-delimiters-depth-1-face ((t (:foreground ,everforest-hard-light-green)))) 514 | `(rainbow-delimiters-depth-2-face ((t (:foreground ,everforest-hard-light-red)))) 515 | `(rainbow-delimiters-depth-3-face ((t (:foreground ,everforest-hard-light-blue)))) 516 | `(rainbow-delimiters-depth-4-face ((t (:foreground ,everforest-hard-light-cyan)))) 517 | `(rainbow-delimiters-depth-5-face ((t (:foreground ,everforest-hard-light-purple)))) 518 | `(rainbow-delimiters-depth-6-face ((t (:foreground ,everforest-hard-light-yellow)))) 519 | `(rainbow-delimiters-depth-7-face ((t (:foreground ,everforest-hard-light-orange)))) 520 | `(rainbow-delimiters-depth-8-face ((t (:foreground ,everforest-hard-light-green)))) 521 | `(rainbow-delimiters-depth-9-face ((t (:foreground ,everforest-hard-light-orange)))) 522 | `(rainbow-delimiters-depth-10-face ((t (:foreground ,everforest-hard-light-cyan)))) 523 | `(rainbow-delimiters-depth-11-face ((t (:foreground ,everforest-hard-light-purple)))) 524 | `(rainbow-delimiters-depth-12-face ((t (:foreground ,everforest-hard-light-yellow)))) 525 | `(rainbow-delimiters-unmatched-face ((t (:foreground ,everforest-hard-light-red :weight bold)))) 526 | 527 | ;; rbenv 528 | `(rbenv-active-ruby-face ((t (:foreground ,everforest-hard-light-green)))) 529 | 530 | ;; elixir 531 | `(elixir-atom-face ((t (:foreground ,everforest-hard-light-cyan)))) 532 | `(elixir-attribute-face ((t (:foreground ,everforest-hard-light-red)))) 533 | 534 | ;; show-paren 535 | `(show-paren-match ((,class (:foreground ,everforest-hard-light-purple :inherit bold :underline t)))) 536 | `(show-paren-mismatch ((,class (:foreground ,everforest-hard-light-red :inherit bold :underline t)))) 537 | 538 | ;; cider 539 | `(cider-fringe-good-face ((t (:foreground ,everforest-hard-light-green)))) 540 | 541 | ;; sly 542 | `(sly-error-face ((t (:underline (:color ,everforest-hard-light-red :style wave))))) 543 | `(sly-mrepl-note-face ((t (:inherit font-lock-comment-face)))) 544 | `(sly-mrepl-output-face ((t (:inherit font-lock-string-face)))) 545 | `(sly-mrepl-prompt-face ((t (:inherit comint-highlight-prompt)))) 546 | `(sly-note-face ((t (:underline (:color ,everforest-hard-light-green :style wave))))) 547 | `(sly-style-warning-face ((t (:underline (:color ,everforest-hard-light-yellow :style wave))))) 548 | `(sly-warning-face ((t (:underline (:color ,everforest-hard-light-orange :style wave))))) 549 | 550 | ;; smartparens 551 | `(sp-show-pair-mismatch-face ((t (:foreground ,everforest-hard-light-red :background ,everforest-hard-light-gray :weight bold)))) 552 | `(sp-show-pair-match-face ((t (:foreground ,everforest-hard-light-blue :weight bold :underline t)))) 553 | 554 | ;; lispy 555 | `(lispy-face-hint ((t (:background ,everforest-hard-light-border :foreground ,everforest-hard-light-yellow)))) 556 | 557 | ;; lispyville 558 | `(lispyville-special-face ((t (:foreground ,everforest-hard-light-red)))) 559 | 560 | ;; spaceline 561 | `(spaceline-flycheck-error ((,class (:foreground ,everforest-hard-light-red)))) 562 | `(spaceline-flycheck-info ((,class (:foreground ,everforest-hard-light-green)))) 563 | `(spaceline-flycheck-warning ((,class (:foreground ,everforest-hard-light-orange)))) 564 | `(spaceline-python-venv ((,class (:foreground ,everforest-hard-light-purple)))) 565 | 566 | ;; solaire mode 567 | `(solaire-default-face ((,class (:inherit default :background ,everforest-hard-light-black)))) 568 | `(solaire-minibuffer-face ((,class (:inherit default :background ,everforest-hard-light-black)))) 569 | 570 | ;; web-mode 571 | `(web-mode-doctype-face ((t (:inherit font-lock-comment-face)))) 572 | `(web-mode-error-face ((t (:background ,everforest-hard-light-black :foreground ,everforest-hard-light-red)))) 573 | `(web-mode-html-attr-equal-face ((t (:inherit default)))) 574 | `(web-mode-html-attr-name-face ((t (:foreground ,everforest-hard-light-orange)))) 575 | `(web-mode-html-tag-bracket-face ((t (:inherit default)))) 576 | `(web-mode-html-tag-face ((t (:foreground ,everforest-hard-light-red)))) 577 | `(web-mode-symbol-face ((t (:foreground ,everforest-hard-light-orange)))) 578 | 579 | ;; nxml 580 | `(nxml-attribute-local-name ((t (:foreground ,everforest-hard-light-orange)))) 581 | `(nxml-element-local-name ((t (:foreground ,everforest-hard-light-red)))) 582 | `(nxml-markup-declaration-delimiter ((t (:inherit (font-lock-comment-face nxml-delimiter))))) 583 | `(nxml-processing-instruction-delimiter ((t (:inherit nxml-markup-declaration-delimiter)))) 584 | 585 | ;; flx-ido 586 | `(flx-highlight-face ((t (:inherit (link) :weight bold)))) 587 | 588 | ;; rpm-spec-mode 589 | `(rpm-spec-tag-face ((t (:foreground ,everforest-hard-light-blue)))) 590 | `(rpm-spec-obsolete-tag-face ((t (:foreground "#FFFFFF" :background ,everforest-hard-light-red)))) 591 | `(rpm-spec-macro-face ((t (:foreground ,everforest-hard-light-yellow)))) 592 | `(rpm-spec-var-face ((t (:foreground ,everforest-hard-light-red)))) 593 | `(rpm-spec-doc-face ((t (:foreground ,everforest-hard-light-purple)))) 594 | `(rpm-spec-dir-face ((t (:foreground ,everforest-hard-light-cyan)))) 595 | `(rpm-spec-package-face ((t (:foreground ,everforest-hard-light-red)))) 596 | `(rpm-spec-ghost-face ((t (:foreground ,everforest-hard-light-red)))) 597 | `(rpm-spec-section-face ((t (:foreground ,everforest-hard-light-yellow)))) 598 | 599 | ;; guix 600 | `(guix-true ((t (:foreground ,everforest-hard-light-green :weight bold)))) 601 | `(guix-build-log-phase-end ((t (:inherit success)))) 602 | `(guix-build-log-phase-start ((t (:inherit success :weight bold)))) 603 | 604 | ;; gomoku 605 | `(gomoku-O ((t (:foreground ,everforest-hard-light-red :weight bold)))) 606 | `(gomoku-X ((t (:foreground ,everforest-hard-light-green :weight bold)))) 607 | 608 | ;; tabbar 609 | `(tabbar-default ((,class (:foreground ,everforest-hard-light-fg :background ,everforest-hard-light-black)))) 610 | `(tabbar-highlight ((,class (:underline t)))) 611 | `(tabbar-button ((,class (:foreground ,everforest-hard-light-fg :background ,everforest-hard-light-bg)))) 612 | `(tabbar-button-highlight ((,class (:inherit 'tabbar-button :inverse-video t)))) 613 | `(tabbar-modified ((,class (:inherit tabbar-button :foreground ,everforest-hard-light-purple :weight light :slant italic)))) 614 | `(tabbar-unselected ((,class (:inherit tabbar-default :foreground ,everforest-hard-light-fg :background ,everforest-hard-light-black :slant italic :underline nil :box (:line-width 1 :color ,everforest-hard-light-bg))))) 615 | `(tabbar-unselected-modified ((,class (:inherit tabbar-modified :background ,everforest-hard-light-black :underline nil :box (:line-width 1 :color ,everforest-hard-light-bg))))) 616 | `(tabbar-selected ((,class (:inherit tabbar-default :foreground ,everforest-hard-light-fg :background ,everforest-hard-light-bg :weight bold :underline nil :box (:line-width 1 :color ,everforest-hard-light-bg))))) 617 | `(tabbar-selected-modified ((,class (:inherit tabbar-selected :foreground ,everforest-hard-light-purple :underline nil :box (:line-width 1 :color ,everforest-hard-light-bg))))) 618 | 619 | ;; linum 620 | `(linum ((t (:foreground ,everforest-hard-light-gray :background ,everforest-hard-light-bg)))) 621 | ;; hlinum 622 | `(linum-highlight-face ((t (:foreground ,everforest-hard-light-fg :background ,everforest-hard-light-bg)))) 623 | ;; native line numbers (emacs version >=26) 624 | `(line-number ((t (:foreground ,everforest-hard-light-gray :background ,everforest-hard-light-bg)))) 625 | `(line-number-current-line ((t (:foreground ,everforest-hard-light-fg :background ,everforest-hard-light-bg)))) 626 | 627 | ;; regexp-builder 628 | `(reb-match-0 ((t (:background ,everforest-hard-light-gray)))) 629 | `(reb-match-1 ((t (:background ,everforest-hard-light-black :foreground ,everforest-hard-light-purple :weight semi-bold)))) 630 | `(reb-match-2 ((t (:background ,everforest-hard-light-black :foreground ,everforest-hard-light-green :weight semi-bold)))) 631 | `(reb-match-3 ((t (:background ,everforest-hard-light-black :foreground ,everforest-hard-light-yellow :weight semi-bold)))) 632 | 633 | ;; desktop-entry 634 | `(desktop-entry-deprecated-keyword-face ((t (:inherit font-lock-warning-face)))) 635 | `(desktop-entry-group-header-face ((t (:inherit font-lock-type-face)))) 636 | `(desktop-entry-locale-face ((t (:inherit font-lock-string-face)))) 637 | `(desktop-entry-unknown-keyword-face ((t (:underline (:color ,everforest-hard-light-red :style wave) :inherit font-lock-keyword-face)))) 638 | `(desktop-entry-value-face ((t (:inherit default)))) 639 | 640 | ;; calendar 641 | `(diary ((t (:inherit warning)))) 642 | `(holiday ((t (:foreground ,everforest-hard-light-green)))) 643 | 644 | ;; gud 645 | `(breakpoint-disabled ((t (:foreground ,everforest-hard-light-orange)))) 646 | `(breakpoint-enabled ((t (:foreground ,everforest-hard-light-red :weight bold)))) 647 | 648 | ;; realgud 649 | `(realgud-overlay-arrow1 ((t (:foreground ,everforest-hard-light-green)))) 650 | `(realgud-overlay-arrow3 ((t (:foreground ,everforest-hard-light-orange)) `(realgud-overlay-arrow2 ((t (:foreground ,everforest-hard-light-yellow)))) 651 | )) 652 | '(realgud-bp-enabled-face ((t (:inherit (error))))) 653 | `(realgud-bp-disabled-face ((t (:inherit (secondary-selection))))) 654 | `(realgud-bp-line-enabled-face ((t (:box (:color ,everforest-hard-light-red))))) 655 | `(realgud-bp-line-disabled-face ((t (:box (:color ,everforest-hard-light-gray))))) 656 | `(realgud-line-number ((t (:foreground ,everforest-hard-light-mono-2)))) 657 | `(realgud-backtrace-number ((t (:inherit (secondary-selection))))) 658 | 659 | ;; rmsbolt 660 | `(rmsbolt-current-line-face ((t (:inherit hl-line :weight bold)))) 661 | 662 | ;; ruler-mode 663 | `(ruler-mode-column-number ((t (:inherit ruler-mode-default)))) 664 | `(ruler-mode-comment-column ((t (:foreground ,everforest-hard-light-red)))) 665 | `(ruler-mode-current-column ((t (:foreground ,everforest-hard-light-accent :inherit ruler-mode-default)))) 666 | `(ruler-mode-default ((t (:inherit mode-line)))) 667 | `(ruler-mode-fill-column ((t (:foreground ,everforest-hard-light-orange :inherit ruler-mode-default)))) 668 | `(ruler-mode-fringes ((t (:foreground ,everforest-hard-light-green :inherit ruler-mode-default)))) 669 | `(ruler-mode-goal-column ((t (:foreground ,everforest-hard-light-cyan :inherit ruler-mode-default)))) 670 | `(ruler-mode-margins ((t (:inherit ruler-mode-default)))) 671 | `(ruler-mode-tab-stop ((t (:foreground ,everforest-hard-light-mono-3 :inherit ruler-mode-default)))) 672 | 673 | ;; undo-tree 674 | `(undo-tree-visualizer-current-face ((t (:foreground ,everforest-hard-light-red)))) 675 | `(undo-tree-visualizer-register-face ((t (:foreground ,everforest-hard-light-orange)))) 676 | `(undo-tree-visualizer-unmodified-face ((t (:foreground ,everforest-hard-light-cyan)))) 677 | 678 | ;; tab-bar-mode 679 | `(tab-bar-tab-inactive ((t (:background ,everforest-hard-light-bg-hl :foreground ,everforest-hard-light-fg)))) 680 | `(tab-bar-tab ((t (:background ,everforest-hard-light-bg :foreground ,everforest-hard-light-purple)))) 681 | `(tab-bar ((t (:background ,everforest-hard-light-bg-hl)))) 682 | 683 | ;; all-the-icons 684 | `(all-the-icons-purple ((t (:foreground ,everforest-hard-light-purple)))) 685 | `(all-the-icons-yellow ((t (:foreground ,everforest-hard-light-yellow)))) 686 | 687 | ;; dashboard 688 | `(dashboard-heading ((t (:foreground ,everforest-hard-light-green)))) 689 | `(dashboard-items-face ((t (:bold ,everforest-hard-light-green)))) 690 | 691 | ;; Language Customizations ---------------------------------------------------------------------- 692 | ;; these laguage customizations are seperate from certain larger lagu 693 | 694 | ;; markdown 695 | `(markdown-header-face-1 ((t (:foreground ,everforest-hard-light-red :weight bold)))) 696 | `(markdown-header-face-2 ((t (:foreground ,everforest-hard-light-orange :weight bold)))) 697 | `(markdown-link-face ((t (:foreground ,everforest-hard-light-purple )))) 698 | `(markdown-url-face ((t (:foreground ,everforest-hard-light-blue :underline t)))) 699 | `(markdown-plain-url-face ((t (:foreground ,everforest-hard-light-blue)))) 700 | `(markdown-header-delimiter-face ((t (:foreground ,everforest-hard-light-silver)))) 701 | `(markdown-language-keyword-face ((t (:foreground ,everforest-hard-light-green)))) 702 | `(markdown-markup-face ((t (:foreground ,everforest-hard-light-silver)))) 703 | `(markdown-pre-face ((t (:foreground ,everforest-hard-light-green)))) 704 | `(markdown-metadata-key-face ((t (:foreground ,everforest-hard-light-green)))) 705 | 706 | ;; org-mode 707 | `(org-date ((t (:foreground ,everforest-hard-light-cyan)))) 708 | `(org-document-info ((t (:foreground ,everforest-hard-light-mono-3)))) 709 | `(org-document-info-keyword ((t (:inherit org-meta-line :underline t)))) 710 | `(org-document-title ((t (:weight bold)))) 711 | `(org-footnote ((t (:foreground ,everforest-hard-light-cyan)))) 712 | `(org-sexp-date ((t (:foreground ,everforest-hard-light-cyan)))) 713 | `(org-table ((t (:foreground ,everforest-hard-light-blue)))) 714 | `(org-drawer ((t (:foreground ,everforest-hard-light-blue)))) 715 | `(org-headline-done ((t (:foreground ,everforest-hard-light-purple)))) 716 | ;; `(org-block ((t (:background ,everforest-hard-light-bg-hl :foreground ,everforest-hard-light-silver :extend t)))) 717 | ;; `(org-block-begin-line ((t (:background ,everforest-hard-light-bg-hl :foreground ,everforest-hard-light-silver :extend t)))) 718 | ;; `(org-block-end-line ((t (:background ,everforest-hard-light-bg-hl :foreground ,everforest-hard-light-silver :extend t)))) 719 | `(org-level-1 ((t (:foreground ,everforest-hard-light-green)))) 720 | `(org-level-2 ((t (:foreground ,everforest-hard-light-red)))) 721 | `(org-level-3 ((t (:foreground ,everforest-hard-light-purple)))) 722 | `(org-level-4 ((t (:foreground ,everforest-hard-light-orange)))) 723 | `(org-level-6 ((t (:foreground ,everforest-hard-light-blue)))) 724 | `(org-level-7 ((t (:foreground ,everforest-hard-light-silver)))) 725 | `(org-level-8 ((t (:foreground ,everforest-hard-light-cyan)))) 726 | `(org-cite ((t (:foreground ,everforest-hard-light-blue :weight bold)))) 727 | `(org-cite-key ((t (:foreground ,everforest-hard-light-green :weight bold)))) 728 | `(org-hide ((t (:foreground ,everforest-hard-light-bg)))) 729 | 730 | ;; latex-mode 731 | `(font-latex-sectioning-0-face ((t (:foreground ,everforest-hard-light-blue :height 1.0)))) 732 | `(font-latex-sectioning-1-face ((t (:foreground ,everforest-hard-light-blue :height 1.0)))) 733 | `(font-latex-sectioning-2-face ((t (:foreground ,everforest-hard-light-blue :height 1.0)))) 734 | `(font-latex-sectioning-3-face ((t (:foreground ,everforest-hard-light-blue :height 1.0)))) 735 | `(font-latex-sectioning-4-face ((t (:foreground ,everforest-hard-light-blue :height 1.0)))) 736 | `(font-latex-sectioning-5-face ((t (:foreground ,everforest-hard-light-blue :height 1.0)))) 737 | `(font-latex-bold-face ((t (:foreground ,everforest-hard-light-green :weight bold)))) 738 | `(font-latex-italic-face ((t (:foreground ,everforest-hard-light-green :slant italic)))) 739 | `(font-latex-warning-face ((t (:foreground ,everforest-hard-light-red)))) 740 | `(font-latex-doctex-preprocessor-face ((t (:foreground ,everforest-hard-light-cyan)))) 741 | `(font-latex-script-char-face ((t (:foreground ,everforest-hard-light-gray)))) 742 | 743 | ;; sh-mode 744 | `(sh-heredoc ((t (:inherit font-lock-string-face :slant italic)))) 745 | 746 | ;; js2-mode 747 | `(js2-error ((t (:underline (:color ,everforest-hard-light-red :style wave))))) 748 | `(js2-external-variable ((t (:foreground ,everforest-hard-light-cyan)))) 749 | `(js2-warning ((t (:underline (:color ,everforest-hard-light-orange :style wave))))) 750 | `(js2-function-call ((t (:inherit (font-lock-function-name-face))))) 751 | `(js2-function-param ((t (:foreground ,everforest-hard-light-mono-1)))) 752 | `(js2-jsdoc-tag ((t (:foreground ,everforest-hard-light-purple)))) 753 | `(js2-jsdoc-type ((t (:foreground ,everforest-hard-light-yellow)))) 754 | `(js2-jsdoc-value ((t (:foreground ,everforest-hard-light-red)))) 755 | `(js2-object-property ((t (:foreground ,everforest-hard-light-red)))) 756 | 757 | )) 758 | 759 | (everforest-hard-light-with-color-variables 760 | (custom-theme-set-variables 761 | 'everforest-hard-light 762 | ;; fill-column-indicator 763 | `(fci-rule-color ,everforest-hard-light-gray) 764 | 765 | ;; tetris 766 | ;; | Tetromino | Color | 767 | ;; | O | `everforest-hard-light-yellow' | 768 | ;; | J | `everforest-hard-light-blue' | 769 | ;; | L | `everforest-hard-light-orange' | 770 | ;; | Z | `everforest-hard-light-red' | 771 | ;; | S | `everforest-hard-light-green' | 772 | ;; | T | `everforest-hard-light-purple' | 773 | ;; | I | `everforest-hard-light-cyan' | 774 | '(tetris-x-colors 775 | [[229 192 123] [97 175 239] [209 154 102] [224 108 117] [152 195 121] [198 120 221] [86 182 194]]) 776 | 777 | ;; ansi-color 778 | `(ansi-color-names-vector 779 | [,everforest-hard-light-black ,everforest-hard-light-red ,everforest-hard-light-green ,everforest-hard-light-yellow 780 | ,everforest-hard-light-blue ,everforest-hard-light-purple ,everforest-hard-light-cyan ,everforest-hard-light-fg]) 781 | )) 782 | 783 | ;;;###autoload 784 | (and load-file-name 785 | (boundp 'custom-theme-load-path) 786 | (add-to-list 'custom-theme-load-path 787 | (file-name-as-directory 788 | (file-name-directory load-file-name)))) 789 | ;; Automatically add this theme to the load path 790 | 791 | (provide-theme 'everforest-hard-light) 792 | 793 | ;; Local Variables: 794 | ;; no-byte-compile: t 795 | ;; End: 796 | ;;; everforest-hard-light-theme.el ends here 797 | -------------------------------------------------------------------------------- /everforest-hard-oldlight-theme.el: -------------------------------------------------------------------------------- 1 | ;;; everforest-hard-oldlight-theme.el --- Everforest Hard light Theme -*- lexical-binding: t; -*- 2 | 3 | ;; Copyright (C) 2022-2024 theorytoe 4 | 5 | ;; Author: theorytoe 6 | ;; URL: https://github.com/Theory-of-Everything/everforest-emacs 7 | ;; Version: 0.1 8 | ;; Package-Requires: ((emacs "24")) 9 | 10 | ;; This file is not part of GNU Emacs. 11 | 12 | ;; This file is free software; you can redistribute it and/or modify 13 | ;; it under the terms of the GNU General Public License as published by 14 | ;; the Free Software Foundation; either version 3, or (at your option) 15 | ;; any later version. 16 | 17 | ;; This file is distributed in the hope that it will be useful, 18 | ;; but WITHOUT ANY WARRANTY; without even the implied warranty of 19 | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 | ;; GNU General Public License v3.0 for more details. 21 | 22 | ;; You should have received a copy of the GNU General Public License 23 | ;; along with this program. If not, see . 24 | 25 | ;;; Commentary: 26 | ;; Everforest hard light 27 | 28 | ;;; Code: 29 | 30 | (deftheme everforest-hard-oldlight 31 | "Everforest Hard light - sainnhe/everforest hard light port to emacs") 32 | 33 | (defvar everforest-hard-oldlight-colors-alist 34 | (let ((colors `(("everforest-hard-oldlight-accent" . "#8da101") 35 | ("everforest-hard-oldlight-fg" . "#5c6a72") 36 | ("everforest-hard-oldlight-bg" . "#fff9e8") 37 | ("everforest-hard-oldlight-bg-1" . "#f7f4e0") 38 | ("everforest-hard-oldlight-bg-hl" . "#f0eed9") 39 | ("everforest-hard-oldlight-gutter" . "#e9e8d2") 40 | ("everforest-hard-oldlight-mono-1" . "#a6b0a0") 41 | ("everforest-hard-oldlight-mono-2" . "#939f91") 42 | ("everforest-hard-oldlight-mono-3" . "#829181") 43 | ("everforest-hard-oldlight-cyan" . "#35a77c") 44 | ("everforest-hard-oldlight-blue" . "#3a94c5") 45 | ("everforest-hard-oldlight-purple" . "#df69ba") 46 | ("everforest-hard-oldlight-green" . "#8da101") 47 | ("everforest-hard-oldlight-red" . "#f85552") 48 | ("everforest-hard-oldlight-orange" . "#f57d26") 49 | ("everforest-hard-oldlight-yellow" . "#dfa000") 50 | ("everforest-hard-oldlight-gray" . "#a6b0a0") 51 | ("everforest-hard-oldlight-silver" . "#9da9a0") 52 | ("everforest-hard-oldlight-black" . "#fff9e8") 53 | ("everforest-hard-oldlight-border" . "#5c6a72") 54 | ("everforest-hard-oldlight-visual" . "#edf0cd")))) 55 | colors) 56 | "List of Everforest Hard Light Colors.") 57 | 58 | (defmacro everforest-hard-oldlight-with-color-variables (&rest body) 59 | "Bind the colors list around BODY." 60 | (declare (indent 0)) 61 | `(let ((class '((class color) (min-colors 89))) 62 | ,@ (mapcar (lambda (cons) 63 | (list (intern (car cons)) (cdr cons))) 64 | everforest-hard-oldlight-colors-alist)) 65 | ,@body)) 66 | 67 | (everforest-hard-oldlight-with-color-variables 68 | (custom-theme-set-faces 69 | 'everforest-hard-oldlight 70 | 71 | `(default ((t (:foreground ,everforest-hard-oldlight-fg :background ,everforest-hard-oldlight-bg)))) 72 | `(success ((t (:foreground ,everforest-hard-oldlight-green)))) 73 | `(warning ((t (:foreground ,everforest-hard-oldlight-yellow)))) 74 | `(error ((t (:foreground ,everforest-hard-oldlight-red :weight bold)))) 75 | `(link ((t (:foreground ,everforest-hard-oldlight-blue :underline t :weight bold)))) 76 | `(link-visited ((t (:foreground ,everforest-hard-oldlight-blue :underline t :weight normal)))) 77 | `(cursor ((t (:background ,everforest-hard-oldlight-fg)))) 78 | `(fringe ((t (:background ,everforest-hard-oldlight-bg :foreground ,everforest-hard-oldlight-silver)))) 79 | `(region ((t (:background ,everforest-hard-oldlight-gray :distant-foreground ,everforest-hard-oldlight-mono-2)))) 80 | `(highlight ((t (:background ,everforest-hard-oldlight-gray :distant-foreground ,everforest-hard-oldlight-mono-2)))) 81 | `(hl-line ((t (:background ,everforest-hard-oldlight-visual :distant-foreground nil)))) 82 | `(header-line ((t (:background ,everforest-hard-oldlight-black)))) 83 | `(vertical-border ((t (:background ,everforest-hard-oldlight-border :foreground ,everforest-hard-oldlight-border)))) 84 | `(secondary-selection ((t (:background ,everforest-hard-oldlight-bg-1)))) 85 | `(query-replace ((t (:inherit (isearch))))) 86 | `(minibuffer-prompt ((t (:foreground ,everforest-hard-oldlight-blue)))) 87 | `(tooltip ((t (:foreground ,everforest-hard-oldlight-fg :background ,everforest-hard-oldlight-bg-1 :inherit variable-pitch)))) 88 | 89 | `(font-lock-builtin-face ((t (:foreground ,everforest-hard-oldlight-cyan)))) 90 | `(font-lock-comment-face ((t (:foreground ,everforest-hard-oldlight-mono-3 :slant italic)))) 91 | `(font-lock-comment-delimiter-face ((default (:inherit (font-lock-comment-face))))) 92 | `(font-lock-doc-face ((t (:inherit (font-lock-string-face))))) 93 | `(font-lock-function-name-face ((t (:foreground ,everforest-hard-oldlight-green)))) 94 | `(font-lock-keyword-face ((t (:foreground ,everforest-hard-oldlight-red :weight normal)))) 95 | `(font-lock-preprocessor-face ((t (:foreground ,everforest-hard-oldlight-red)))) 96 | `(font-lock-string-face ((t (:foreground ,everforest-hard-oldlight-green)))) 97 | `(font-lock-type-face ((t (:foreground ,everforest-hard-oldlight-green)))) 98 | `(font-lock-constant-face ((t (:foreground ,everforest-hard-oldlight-cyan)))) 99 | `(font-lock-variable-name-face ((t (:foreground ,everforest-hard-oldlight-blue)))) 100 | `(font-lock-warning-face ((t (:foreground ,everforest-hard-oldlight-mono-3 :bold t)))) 101 | `(font-lock-negation-char-face ((t (:foreground ,everforest-hard-oldlight-cyan :bold t)))) 102 | `(highlight-numbers-number ((t (:foreground ,everforest-hard-oldlight-purple)))) 103 | 104 | ;; eob 105 | `(vi-tilde-fringe-face ((t (:foreground ,everforest-hard-oldlight-silver)))) 106 | `(solaire-fringe-face ((t (:foreground ,everforest-hard-oldlight-silver)))) 107 | 108 | ;; mode-line 109 | `(mode-line ((t (:background ,everforest-hard-oldlight-visual :foreground ,everforest-hard-oldlight-silver)))) 110 | `(mode-line-buffer-id ((t (:weight bold)))) 111 | `(mode-line-emphasis ((t (:weight bold)))) 112 | `(mode-line-inactive ((t (:background ,everforest-hard-oldlight-bg :foreground ,everforest-hard-oldlight-silver)))) 113 | 114 | ;; window-divider 115 | `(window-divider ((t (:foreground ,everforest-hard-oldlight-border)))) 116 | `(window-divider-first-pixel ((t (:foreground ,everforest-hard-oldlight-border)))) 117 | `(window-divider-last-pixel ((t (:foreground ,everforest-hard-oldlight-border)))) 118 | 119 | ;; custom 120 | `(custom-state ((t (:foreground ,everforest-hard-oldlight-green)))) 121 | 122 | ;; Package/Plugin Customizations 123 | 124 | ;; ido 125 | `(ido-first-match ((t (:foreground ,everforest-hard-oldlight-purple :weight bold)))) 126 | `(ido-only-match ((t (:foreground ,everforest-hard-oldlight-red :weight bold)))) 127 | `(ido-subdir ((t (:foreground ,everforest-hard-oldlight-blue)))) 128 | `(ido-virtual ((t (:foreground ,everforest-hard-oldlight-mono-3)))) 129 | 130 | ;; ace-jump 131 | `(ace-jump-face-background ((t (:foreground ,everforest-hard-oldlight-mono-3 :background ,everforest-hard-oldlight-bg-1 :inverse-video nil)))) 132 | `(ace-jump-face-foreground ((t (:foreground ,everforest-hard-oldlight-red :background ,everforest-hard-oldlight-bg-1 :inverse-video nil)))) 133 | 134 | ;; ace-window 135 | `(aw-background-face ((t (:inherit font-lock-comment-face)))) 136 | `(aw-leading-char-face ((t (:foreground ,everforest-hard-oldlight-red :weight bold)))) 137 | 138 | ;; centaur-tabs 139 | `(centaur-tabs-default ((t (:background ,everforest-hard-oldlight-black :foreground ,everforest-hard-oldlight-black)))) 140 | `(centaur-tabs-selected ((t (:background ,everforest-hard-oldlight-bg :foreground ,everforest-hard-oldlight-fg :weight bold)))) 141 | `(centaur-tabs-unselected ((t (:background ,everforest-hard-oldlight-black :foreground ,everforest-hard-oldlight-fg :weight light)))) 142 | `(centaur-tabs-selected-modified ((t (:background ,everforest-hard-oldlight-bg 143 | :foreground ,everforest-hard-oldlight-blue :weight bold)))) 144 | `(centaur-tabs-unselected-modified ((t (:background ,everforest-hard-oldlight-black :weight light 145 | :foreground ,everforest-hard-oldlight-blue)))) 146 | `(centaur-tabs-active-bar-face ((t (:background ,everforest-hard-oldlight-accent)))) 147 | `(centaur-tabs-modified-marker-selected ((t (:inherit 'centaur-tabs-selected :foreground,everforest-hard-oldlight-accent)))) 148 | `(centaur-tabs-modified-marker-unselected ((t (:inherit 'centaur-tabs-unselected :foreground,everforest-hard-oldlight-accent)))) 149 | 150 | ;; company-mode 151 | `(company-tooltip ((t (:foreground ,everforest-hard-oldlight-fg :background ,everforest-hard-oldlight-gray)))) 152 | `(company-tooltip-annotation ((t (:foreground ,everforest-hard-oldlight-mono-2 :background ,everforest-hard-oldlight-gray)))) 153 | `(company-tooltip-annotation-selection ((t (:foreground ,everforest-hard-oldlight-mono-2 :background ,everforest-hard-oldlight-mono-3)))) 154 | `(company-tooltip-selection ((t (:foreground ,everforest-hard-oldlight-fg :background ,everforest-hard-oldlight-mono-3)))) 155 | `(company-tooltip-mouse ((t (:background ,everforest-hard-oldlight-gray)))) 156 | `(company-tooltip-common ((t (:foreground ,everforest-hard-oldlight-yellow :background ,everforest-hard-oldlight-gray)))) 157 | `(company-tooltip-common-selection ((t (:foreground ,everforest-hard-oldlight-yellow :background ,everforest-hard-oldlight-mono-3)))) 158 | `(company-preview ((t (:background ,everforest-hard-oldlight-bg)))) 159 | `(company-preview-common ((t (:foreground ,everforest-hard-oldlight-yellow :background ,everforest-hard-oldlight-bg)))) 160 | `(company-scrollbar-fg ((t (:background ,everforest-hard-oldlight-mono-1)))) 161 | `(company-scrollbar-bg ((t (:background ,everforest-hard-oldlight-gray)))) 162 | `(company-template-field ((t (:inherit highlight)))) 163 | 164 | ;; doom-modeline 165 | `(doom-modeline-bar ((t (:background ,everforest-hard-oldlight-visual)))) 166 | 167 | ;; flyspell 168 | `(flyspell-duplicate ((t (:underline (:color ,everforest-hard-oldlight-cyan :style wave))))) 169 | `(flyspell-incorrect ((t (:underline (:color ,everforest-hard-oldlight-red :style wave))))) 170 | 171 | ;; flymake 172 | `(flymake-error ((t (:underline (:color ,everforest-hard-oldlight-red :style wave))))) 173 | `(flymake-note ((t (:underline (:color ,everforest-hard-oldlight-green :style wave))))) 174 | `(flymake-warning ((t (:underline (:color ,everforest-hard-oldlight-orange :style wave))))) 175 | 176 | ;; flycheck 177 | `(flycheck-error ((t (:underline (:color ,everforest-hard-oldlight-red :style wave))))) 178 | `(flycheck-info ((t (:underline (:color ,everforest-hard-oldlight-green :style wave))))) 179 | `(flycheck-warning ((t (:underline (:color ,everforest-hard-oldlight-orange :style wave))))) 180 | 181 | ;; compilation 182 | `(compilation-face ((t (:foreground ,everforest-hard-oldlight-fg)))) 183 | `(compilation-line-number ((t (:foreground ,everforest-hard-oldlight-mono-2)))) 184 | `(compilation-column-number ((t (:foreground ,everforest-hard-oldlight-mono-2)))) 185 | `(compilation-mode-line-exit ((t (:inherit compilation-info :weight bold)))) 186 | `(compilation-mode-line-fail ((t (:inherit compilation-error :weight bold)))) 187 | 188 | ;; isearch 189 | `(isearch ((t (:foreground ,everforest-hard-oldlight-bg :background ,everforest-hard-oldlight-purple)))) 190 | `(isearch-fail ((t (:foreground ,everforest-hard-oldlight-red :background nil)))) 191 | `(lazy-highlight ((t (:foreground ,everforest-hard-oldlight-purple :background ,everforest-hard-oldlight-bg-1 :underline ,everforest-hard-oldlight-purple)))) 192 | 193 | ;; diff-hl (https://github.com/dgutov/diff-hl) 194 | '(diff-hl-change ((t (:foreground "#E9C062" :background "#8b733a")))) 195 | '(diff-hl-delete ((t (:foreground "#CC6666" :background "#7a3d3d")))) 196 | '(diff-hl-insert ((t (:foreground "#A8FF60" :background "#547f30")))) 197 | 198 | ;; dired-mode 199 | '(dired-directory ((t (:inherit (font-lock-keyword-face))))) 200 | '(dired-flagged ((t (:inherit (diff-hl-delete))))) 201 | '(dired-symlink ((t (:foreground "#FD5FF1")))) 202 | `(diredfl-file-name ((t (:foreground ,everforest-hard-oldlight-fg)))) 203 | `(diredfl-file-suffix ((t (:foreground ,everforest-hard-oldlight-fg)))) 204 | `(diredfl-number ((t (:foreground ,everforest-hard-oldlight-red)))) 205 | `(diredfl-date-time ((t (:foreground ,everforest-hard-oldlight-blue)))) 206 | `(diredfl-no-priv ((t (:foreground ,everforest-hard-oldlight-yellow)))) 207 | `(diredfl-dir-priv ((t (:foreground ,everforest-hard-oldlight-yellow)))) 208 | `(diredfl-read-priv ((t (:foreground ,everforest-hard-oldlight-yellow)))) 209 | `(diredfl-write-priv ((t (:foreground ,everforest-hard-oldlight-yellow)))) 210 | `(diredfl-exec-priv ((t (:foreground ,everforest-hard-oldlight-yellow)))) 211 | `(diredfl-link-priv ((t (:foreground ,everforest-hard-oldlight-yellow)))) 212 | `(diredfl-dir-heading ((t (:foreground ,everforest-hard-oldlight-green :weight bold)))) 213 | 214 | ;; dired-async 215 | `(dired-async-failures ((t (:inherit error)))) 216 | `(dired-async-message ((t (:inherit success)))) 217 | `(dired-async-mode-message ((t (:foreground ,everforest-hard-oldlight-orange)))) 218 | 219 | ;; helm 220 | `(helm-header ((t (:foreground ,everforest-hard-oldlight-mono-2 221 | :background ,everforest-hard-oldlight-bg 222 | :underline nil 223 | :box (:line-width 6 :color ,everforest-hard-oldlight-bg))))) 224 | `(helm-source-header ((t (:foreground ,everforest-hard-oldlight-yellow 225 | :background ,everforest-hard-oldlight-bg 226 | :underline nil 227 | :weight bold 228 | :box (:line-width 6 :color ,everforest-hard-oldlight-bg))))) 229 | `(helm-selection ((t (:background ,everforest-hard-oldlight-gray)))) 230 | `(helm-selection-line ((t (:background ,everforest-hard-oldlight-gray)))) 231 | `(helm-visible-mark ((t (:background ,everforest-hard-oldlight-bg :foreground ,everforest-hard-oldlight-yellow)))) 232 | `(helm-candidate-number ((t (:foreground ,everforest-hard-oldlight-green :background ,everforest-hard-oldlight-bg-1)))) 233 | `(helm-separator ((t (:background ,everforest-hard-oldlight-bg :foreground ,everforest-hard-oldlight-red)))) 234 | `(helm-M-x-key ((t (:foreground ,everforest-hard-oldlight-orange)))) 235 | `(helm-bookmark-addressbook ((t (:foreground ,everforest-hard-oldlight-orange)))) 236 | `(helm-bookmark-directory ((t (:foreground nil :background nil :inherit helm-ff-directory)))) 237 | `(helm-bookmark-file ((t (:foreground nil :background nil :inherit helm-ff-file)))) 238 | `(helm-bookmark-gnus ((t (:foreground ,everforest-hard-oldlight-purple)))) 239 | `(helm-bookmark-info ((t (:foreground ,everforest-hard-oldlight-green)))) 240 | `(helm-bookmark-man ((t (:foreground ,everforest-hard-oldlight-yellow)))) 241 | `(helm-bookmark-w3m ((t (:foreground ,everforest-hard-oldlight-purple)))) 242 | `(helm-match ((t (:foreground ,everforest-hard-oldlight-yellow)))) 243 | `(helm-ff-directory ((t (:foreground ,everforest-hard-oldlight-cyan :background ,everforest-hard-oldlight-bg :weight bold)))) 244 | `(helm-ff-file ((t (:foreground ,everforest-hard-oldlight-fg :background ,everforest-hard-oldlight-bg :weight normal)))) 245 | `(helm-ff-executable ((t (:foreground ,everforest-hard-oldlight-green :background ,everforest-hard-oldlight-bg :weight normal)))) 246 | `(helm-ff-invalid-symlink ((t (:foreground ,everforest-hard-oldlight-red :background ,everforest-hard-oldlight-bg :weight bold)))) 247 | `(helm-ff-symlink ((t (:foreground ,everforest-hard-oldlight-yellow :background ,everforest-hard-oldlight-bg :weight bold)))) 248 | `(helm-ff-prefix ((t (:foreground ,everforest-hard-oldlight-bg :background ,everforest-hard-oldlight-yellow :weight normal)))) 249 | `(helm-buffer-not-saved ((t (:foreground ,everforest-hard-oldlight-red)))) 250 | `(helm-buffer-process ((t (:foreground ,everforest-hard-oldlight-mono-2)))) 251 | `(helm-buffer-saved-out ((t (:foreground ,everforest-hard-oldlight-fg)))) 252 | `(helm-buffer-size ((t (:foreground ,everforest-hard-oldlight-mono-2)))) 253 | `(helm-buffer-directory ((t (:foreground ,everforest-hard-oldlight-purple)))) 254 | `(helm-grep-cmd-line ((t (:foreground ,everforest-hard-oldlight-cyan)))) 255 | `(helm-grep-file ((t (:foreground ,everforest-hard-oldlight-fg)))) 256 | `(helm-grep-finish ((t (:foreground ,everforest-hard-oldlight-green)))) 257 | `(helm-grep-lineno ((t (:foreground ,everforest-hard-oldlight-mono-2)))) 258 | `(helm-grep-finish ((t (:foreground ,everforest-hard-oldlight-red)))) 259 | `(helm-grep-match ((t (:foreground nil :background nil :inherit helm-match)))) 260 | `(helm-swoop-target-line-block-face ((t (:background ,everforest-hard-oldlight-mono-3 :foreground "#222222")))) 261 | `(helm-swoop-target-line-face ((t (:background ,everforest-hard-oldlight-mono-3 :foreground "#222222")))) 262 | `(helm-swoop-target-word-face ((t (:background ,everforest-hard-oldlight-purple :foreground "#ffffff")))) 263 | `(helm-locate-finish ((t (:foreground ,everforest-hard-oldlight-green)))) 264 | `(info-menu-star ((t (:foreground ,everforest-hard-oldlight-red)))) 265 | 266 | ;; ivy 267 | `(ivy-confirm-face ((t (:inherit minibuffer-prompt :foreground ,everforest-hard-oldlight-green)))) 268 | `(ivy-current-match ((t (:background ,everforest-hard-oldlight-gray :weight normal)))) 269 | `(ivy-highlight-face ((t (:inherit font-lock-builtin-face)))) 270 | `(ivy-match-required-face ((t (:inherit minibuffer-prompt :foreground ,everforest-hard-oldlight-red)))) 271 | `(ivy-minibuffer-match-face-1 ((t (:background ,everforest-hard-oldlight-bg-hl)))) 272 | `(ivy-minibuffer-match-face-2 ((t (:inherit ivy-minibuffer-match-face-1 :background ,everforest-hard-oldlight-black :foreground ,everforest-hard-oldlight-purple :weight semi-bold)))) 273 | `(ivy-minibuffer-match-face-3 ((t (:inherit ivy-minibuffer-match-face-2 :background ,everforest-hard-oldlight-black :foreground ,everforest-hard-oldlight-green :weight semi-bold)))) 274 | `(ivy-minibuffer-match-face-4 ((t (:inherit ivy-minibuffer-match-face-2 :background ,everforest-hard-oldlight-black :foreground ,everforest-hard-oldlight-yellow :weight semi-bold)))) 275 | `(ivy-minibuffer-match-highlight ((t (:inherit ivy-current-match)))) 276 | `(ivy-modified-buffer ((t (:inherit default :foreground ,everforest-hard-oldlight-orange)))) 277 | `(ivy-virtual ((t (:inherit font-lock-builtin-face :slant italic)))) 278 | 279 | ;; counsel 280 | `(counsel-key-binding ((t (:foreground ,everforest-hard-oldlight-yellow :weight bold)))) 281 | 282 | ;; swiper 283 | `(swiper-match-face-1 ((t (:inherit ivy-minibuffer-match-face-1)))) 284 | `(swiper-match-face-2 ((t (:inherit ivy-minibuffer-match-face-2)))) 285 | `(swiper-match-face-3 ((t (:inherit ivy-minibuffer-match-face-3)))) 286 | `(swiper-match-face-4 ((t (:inherit ivy-minibuffer-match-face-4)))) 287 | 288 | ;; git-commit 289 | `(git-commit-comment-action ((t (:foreground ,everforest-hard-oldlight-green :weight bold)))) 290 | `(git-commit-comment-branch ((t (:foreground ,everforest-hard-oldlight-blue :weight bold)))) 291 | `(git-commit-comment-heading ((t (:foreground ,everforest-hard-oldlight-yellow :weight bold)))) 292 | 293 | ;; git-gutter 294 | `(git-gutter:added ((t (:foreground ,everforest-hard-oldlight-green :weight bold)))) 295 | `(git-gutter:deleted ((t (:foreground ,everforest-hard-oldlight-red :weight bold)))) 296 | `(git-gutter:modified ((t (:foreground ,everforest-hard-oldlight-orange :weight bold)))) 297 | 298 | ;; eshell 299 | `(eshell-ls-archive ((t (:foreground ,everforest-hard-oldlight-purple :weight bold)))) 300 | `(eshell-ls-backup ((t (:foreground ,everforest-hard-oldlight-yellow)))) 301 | `(eshell-ls-clutter ((t (:foreground ,everforest-hard-oldlight-red :weight bold)))) 302 | `(eshell-ls-directory ((t (:foreground ,everforest-hard-oldlight-blue :weight bold)))) 303 | `(eshell-ls-executable ((t (:foreground ,everforest-hard-oldlight-green :weight bold)))) 304 | `(eshell-ls-missing ((t (:foreground ,everforest-hard-oldlight-red :weight bold)))) 305 | `(eshell-ls-product ((t (:foreground ,everforest-hard-oldlight-yellow)))) 306 | `(eshell-ls-special ((t (:foreground "#FD5FF1" :weight bold)))) 307 | `(eshell-ls-symlink ((t (:foreground ,everforest-hard-oldlight-cyan :weight bold)))) 308 | `(eshell-ls-unreadable ((t (:foreground ,everforest-hard-oldlight-mono-1)))) 309 | `(eshell-prompt ((t (:inherit minibuffer-prompt)))) 310 | 311 | ;; man 312 | `(Man-overstrike ((t (:foreground ,everforest-hard-oldlight-green :weight bold)))) 313 | `(Man-underline ((t (:inherit font-lock-keyword-face :slant italic :weight bold)))) 314 | 315 | ;; woman 316 | `(woman-bold ((t (:foreground ,everforest-hard-oldlight-green :weight bold)))) 317 | `(woman-italic ((t (:inherit font-lock-keyword-face :slant italic :weight bold)))) 318 | 319 | ;; dictionary 320 | `(dictionary-button-face ((t (:inherit widget-button)))) 321 | `(dictionary-reference-face ((t (:inherit font-lock-type-face :weight bold)))) 322 | `(dictionary-word-entry-face ((t (:inherit font-lock-keyword-face :slant italic :weight bold)))) 323 | 324 | ;; erc 325 | `(erc-error-face ((t (:inherit error)))) 326 | `(erc-input-face ((t (:inherit shadow)))) 327 | `(erc-my-nick-face ((t (:foreground ,everforest-hard-oldlight-accent)))) 328 | `(erc-notice-face ((t (:inherit font-lock-comment-face)))) 329 | `(erc-timestamp-face ((t (:foreground ,everforest-hard-oldlight-green :weight bold)))) 330 | 331 | ;; jabber 332 | `(jabber-roster-user-online ((t (:foreground ,everforest-hard-oldlight-green)))) 333 | `(jabber-roster-user-away ((t (:foreground ,everforest-hard-oldlight-red)))) 334 | `(jabber-roster-user-xa ((t (:foreground ,everforest-hard-oldlight-red)))) 335 | `(jabber-roster-user-dnd ((t (:foreground ,everforest-hard-oldlight-purple)))) 336 | `(jabber-roster-user-chatty ((t (:foreground ,everforest-hard-oldlight-yellow)))) 337 | `(jabber-roster-user-error ((t (:foreground ,everforest-hard-oldlight-red :bold t)))) 338 | `(jabber-roster-user-offline ((t (:foreground ,everforest-hard-oldlight-mono-3)))) 339 | `(jabber-chat-prompt-local ((t (:foreground ,everforest-hard-oldlight-blue)))) 340 | `(jabber-chat-prompt-foreign ((t (:foreground ,everforest-hard-oldlight-yellow)))) 341 | `(jabber-chat-prompt-system ((t (:foreground ,everforest-hard-oldlight-mono-3)))) 342 | `(jabber-chat-error ((t (:inherit jabber-roster-user-error)))) 343 | `(jabber-rare-time-face ((t (:foreground ,everforest-hard-oldlight-cyan)))) 344 | `(jabber-activity-face ((t (:inherit jabber-chat-prompt-foreign)))) 345 | `(jabber-activity-personal-face ((t (:inherit jabber-chat-prompt-local)))) 346 | 347 | ;; eww 348 | `(eww-form-checkbox ((t (:inherit eww-form-submit)))) 349 | `(eww-form-file ((t (:inherit eww-form-submit)))) 350 | `(eww-form-select ((t (:inherit eww-form-submit)))) 351 | `(eww-form-submit ((t (:background ,everforest-hard-oldlight-gray :foreground ,everforest-hard-oldlight-fg :box (:line-width 2 :color ,everforest-hard-oldlight-border :style released-button))))) 352 | `(eww-form-text ((t (:inherit widget-field :box (:line-width 1 :color ,everforest-hard-oldlight-border))))) 353 | `(eww-form-textarea ((t (:inherit eww-form-text)))) 354 | `(eww-invalid-certificate ((t (:foreground ,everforest-hard-oldlight-red)))) 355 | `(eww-valid-certificate ((t (:foreground ,everforest-hard-oldlight-green)))) 356 | 357 | ;; ediff 358 | `(ediff-fine-diff-Ancestor ((t (:background "#885555")))) 359 | `(ediff-fine-diff-A ((t (:background "#885555")))) 360 | `(ediff-fine-diff-B ((t (:background "#558855")))) 361 | `(ediff-fine-diff-C ((t (:background "#555588")))) 362 | `(ediff-current-diff-Ancestor ((t (:background "#663333")))) 363 | `(ediff-current-diff-A ((t (:background "#663333")))) 364 | `(ediff-current-diff-B ((t (:background "#336633")))) 365 | `(ediff-current-diff-C ((t (:background "#333366")))) 366 | `(ediff-even-diff-Ancestor ((t (:background "#181a1f")))) 367 | `(ediff-even-diff-A ((t (:background "#181a1f")))) 368 | `(ediff-even-diff-B ((t (:background "#181a1f")))) 369 | `(ediff-even-diff-C ((t (:background "#181a1f")))) 370 | `(ediff-odd-diff-Ancestor ((t (:background "#181a1f")))) 371 | `(ediff-odd-diff-A ((t (:background "#181a1f")))) 372 | `(ediff-odd-diff-B ((t (:background "#181a1f")))) 373 | `(ediff-odd-diff-C ((t (:background "#181a1f")))) 374 | 375 | ;; magit 376 | `(magit-section-highlight ((t (:background ,everforest-hard-oldlight-bg-hl)))) 377 | `(magit-section-heading ((t (:foreground ,everforest-hard-oldlight-yellow :weight bold)))) 378 | `(magit-section-heading-selection ((t (:foreground ,everforest-hard-oldlight-fg :weight bold)))) 379 | `(magit-diff-file-heading ((t (:weight bold)))) 380 | `(magit-diff-file-heading-highlight ((t (:background ,everforest-hard-oldlight-gray :weight bold)))) 381 | `(magit-diff-file-heading-selection ((t (:foreground ,everforest-hard-oldlight-yellow :background ,everforest-hard-oldlight-bg-hl :weight bold)))) 382 | `(magit-diff-hunk-heading ((t (:foreground ,everforest-hard-oldlight-mono-2 :background ,everforest-hard-oldlight-gray)))) 383 | `(magit-diff-hunk-heading-highlight ((t (:foreground ,everforest-hard-oldlight-mono-1 :background ,everforest-hard-oldlight-mono-3)))) 384 | `(magit-diff-hunk-heading-selection ((t (:foreground ,everforest-hard-oldlight-purple :background ,everforest-hard-oldlight-mono-3)))) 385 | `(magit-diff-context ((t (:foreground ,everforest-hard-oldlight-fg)))) 386 | `(magit-diff-context-highlight ((t (:background ,everforest-hard-oldlight-bg-1 :foreground ,everforest-hard-oldlight-fg)))) 387 | `(magit-diffstat-added ((t (:foreground ,everforest-hard-oldlight-green)))) 388 | `(magit-diffstat-removed ((t (:foreground ,everforest-hard-oldlight-red)))) 389 | `(magit-process-ok ((t (:foreground ,everforest-hard-oldlight-green)))) 390 | `(magit-process-ng ((t (:foreground ,everforest-hard-oldlight-red)))) 391 | `(magit-log-author ((t (:foreground ,everforest-hard-oldlight-yellow)))) 392 | `(magit-log-date ((t (:foreground ,everforest-hard-oldlight-mono-2)))) 393 | `(magit-log-graph ((t (:foreground ,everforest-hard-oldlight-silver)))) 394 | `(magit-sequence-pick ((t (:foreground ,everforest-hard-oldlight-yellow)))) 395 | `(magit-sequence-stop ((t (:foreground ,everforest-hard-oldlight-green)))) 396 | `(magit-sequence-part ((t (:foreground ,everforest-hard-oldlight-orange)))) 397 | `(magit-sequence-head ((t (:foreground ,everforest-hard-oldlight-blue)))) 398 | `(magit-sequence-drop ((t (:foreground ,everforest-hard-oldlight-red)))) 399 | `(magit-sequence-done ((t (:foreground ,everforest-hard-oldlight-mono-2)))) 400 | `(magit-sequence-onto ((t (:foreground ,everforest-hard-oldlight-mono-2)))) 401 | `(magit-bisect-good ((t (:foreground ,everforest-hard-oldlight-green)))) 402 | `(magit-bisect-skip ((t (:foreground ,everforest-hard-oldlight-orange)))) 403 | `(magit-bisect-bad ((t (:foreground ,everforest-hard-oldlight-red)))) 404 | `(magit-blame-heading ((t (:background ,everforest-hard-oldlight-bg-1 :foreground ,everforest-hard-oldlight-mono-2)))) 405 | `(magit-blame-hash ((t (:background ,everforest-hard-oldlight-bg-1 :foreground ,everforest-hard-oldlight-purple)))) 406 | `(magit-blame-name ((t (:background ,everforest-hard-oldlight-bg-1 :foreground ,everforest-hard-oldlight-yellow)))) 407 | `(magit-blame-date ((t (:background ,everforest-hard-oldlight-bg-1 :foreground ,everforest-hard-oldlight-mono-3)))) 408 | `(magit-blame-summary ((t (:background ,everforest-hard-oldlight-bg-1 :foreground ,everforest-hard-oldlight-mono-2)))) 409 | `(magit-dimmed ((t (:foreground ,everforest-hard-oldlight-mono-2)))) 410 | `(magit-hash ((t (:foreground ,everforest-hard-oldlight-purple)))) 411 | `(magit-tag ((t (:foreground ,everforest-hard-oldlight-orange :weight bold)))) 412 | `(magit-branch-remote ((t (:foreground ,everforest-hard-oldlight-green :weight bold)))) 413 | `(magit-branch-local ((t (:foreground ,everforest-hard-oldlight-blue :weight bold)))) 414 | `(magit-branch-current ((t (:foreground ,everforest-hard-oldlight-blue :weight bold :box t)))) 415 | `(magit-head ((t (:foreground ,everforest-hard-oldlight-blue :weight bold)))) 416 | `(magit-refname ((t (:background ,everforest-hard-oldlight-bg :foreground ,everforest-hard-oldlight-fg :weight bold)))) 417 | `(magit-refname-stash ((t (:background ,everforest-hard-oldlight-bg :foreground ,everforest-hard-oldlight-fg :weight bold)))) 418 | `(magit-refname-wip ((t (:background ,everforest-hard-oldlight-bg :foreground ,everforest-hard-oldlight-fg :weight bold)))) 419 | `(magit-signature-good ((t (:foreground ,everforest-hard-oldlight-green)))) 420 | `(magit-signature-bad ((t (:foreground ,everforest-hard-oldlight-red)))) 421 | `(magit-signature-untrusted ((t (:foreground ,everforest-hard-oldlight-orange)))) 422 | `(magit-cherry-unmatched ((t (:foreground ,everforest-hard-oldlight-cyan)))) 423 | `(magit-cherry-equivalent ((t (:foreground ,everforest-hard-oldlight-purple)))) 424 | `(magit-reflog-commit ((t (:foreground ,everforest-hard-oldlight-green)))) 425 | `(magit-reflog-amend ((t (:foreground ,everforest-hard-oldlight-purple)))) 426 | `(magit-reflog-merge ((t (:foreground ,everforest-hard-oldlight-green)))) 427 | `(magit-reflog-checkout ((t (:foreground ,everforest-hard-oldlight-blue)))) 428 | `(magit-reflog-reset ((t (:foreground ,everforest-hard-oldlight-red)))) 429 | `(magit-reflog-rebase ((t (:foreground ,everforest-hard-oldlight-purple)))) 430 | `(magit-reflog-cherry-pick ((t (:foreground ,everforest-hard-oldlight-green)))) 431 | `(magit-reflog-remote ((t (:foreground ,everforest-hard-oldlight-cyan)))) 432 | `(magit-reflog-other ((t (:foreground ,everforest-hard-oldlight-cyan)))) 433 | `(magit-diff-revision-summary ((t (:foreground ,everforest-hard-oldlight-fg)))) 434 | `(magit-diff-conflict-heading ((t (:foreground ,everforest-hard-oldlight-fg)))) 435 | `(magit-diff-hunk-heading ((t (:foreground ,everforest-hard-oldlight-fg)))) 436 | 437 | ;; message 438 | `(message-cited-text ((t (:foreground ,everforest-hard-oldlight-green)))) 439 | `(message-header-cc ((t (:foreground ,everforest-hard-oldlight-orange :weight bold)))) 440 | `(message-header-name ((t (:foreground ,everforest-hard-oldlight-purple)))) 441 | `(message-header-newsgroups ((t (:foreground ,everforest-hard-oldlight-yellow :weight bold :slant italic)))) 442 | `(message-header-other ((t (:foreground ,everforest-hard-oldlight-red)))) 443 | `(message-header-subject ((t (:foreground ,everforest-hard-oldlight-blue)))) 444 | `(message-header-to ((t (:foreground ,everforest-hard-oldlight-yellow :weight bold)))) 445 | `(message-header-xheader ((t (:foreground ,everforest-hard-oldlight-silver)))) 446 | `(message-mml ((t (:foreground ,everforest-hard-oldlight-purple)))) 447 | `(message-separator ((t (:foreground ,everforest-hard-oldlight-mono-3 :slant italic)))) 448 | 449 | ;; epa 450 | `(epa-field-body ((t (:foreground ,everforest-hard-oldlight-blue :slant italic)))) 451 | `(epa-field-name ((t (:foreground ,everforest-hard-oldlight-cyan :weight bold)))) 452 | 453 | ;; notmuch 454 | `(notmuch-crypto-decryption ((t (:foreground ,everforest-hard-oldlight-purple :background ,everforest-hard-oldlight-black)))) 455 | `(notmuch-crypto-signature-bad ((t (:foreground ,everforest-hard-oldlight-red :background ,everforest-hard-oldlight-black)))) 456 | `(notmuch-crypto-signature-good ((t (:foreground ,everforest-hard-oldlight-green :background ,everforest-hard-oldlight-black)))) 457 | `(notmuch-crypto-signature-good-key ((t (:foreground ,everforest-hard-oldlight-green :background ,everforest-hard-oldlight-black)))) 458 | `(notmuch-crypto-signature-unknown ((t (:foreground ,everforest-hard-oldlight-orange :background ,everforest-hard-oldlight-black)))) 459 | `(notmuch-hello-logo-background ((t (:inherit default)))) 460 | `(notmuch-message-summary-face ((t (:background ,everforest-hard-oldlight-black)))) 461 | `(notmuch-search-count ((t (:inherit default :foreground ,everforest-hard-oldlight-silver)))) 462 | `(notmuch-search-date ((t (:inherit default :foreground ,everforest-hard-oldlight-purple)))) 463 | `(notmuch-search-matching-authors ((t (:inherit default :foreground ,everforest-hard-oldlight-yellow)))) 464 | `(notmuch-search-non-matching-authors ((t (:inherit font-lock-comment-face :slant italic)))) 465 | `(notmuch-tag-added ((t (:underline t)))) 466 | `(notmuch-tag-deleted ((t (:strike-through ,everforest-hard-oldlight-red)))) 467 | `(notmuch-tag-face ((t (:foreground ,everforest-hard-oldlight-green)))) 468 | `(notmuch-tag-unread ((t (:foreground ,everforest-hard-oldlight-red)))) 469 | `(notmuch-tree-match-author-face ((t (:inherit notmuch-search-matching-authors)))) 470 | `(notmuch-tree-match-date-face ((t (:inherit notmuch-search-date)))) 471 | `(notmuch-tree-match-face ((t (:weight semi-bold)))) 472 | `(notmuch-tree-match-tag-face ((t (:inherit notmuch-tag-face)))) 473 | `(notmuch-tree-no-match-face ((t (:slant italic :weight light :inherit font-lock-comment-face)))) 474 | 475 | ;; mu4e 476 | `(mu4e-header-key-face ((t (:foreground ,everforest-hard-oldlight-green :weight bold)))) 477 | `(mu4e-header-title-face ((t (:foreground ,everforest-hard-oldlight-blue)))) 478 | `(mu4e-title-face ((t (:foreground ,everforest-hard-oldlight-green :weight bold)))) 479 | 480 | ;; calendar 481 | `(cfw:face-title ((t (:foreground ,everforest-hard-oldlight-green :weight bold)))) 482 | `(cfw:face-select ((t (:foreground ,everforest-hard-oldlight-bg :background ,everforest-hard-oldlight-fg)))) 483 | `(cfw:face-header ((t (:foreground ,everforest-hard-oldlight-fg :weight bold)))) 484 | `(cfw:face-sunday ((t (:foreground ,everforest-hard-oldlight-green :weight bold)))) 485 | `(cfw:face-holiday ((t (:foreground ,everforest-hard-oldlight-blue :weight bold)))) 486 | `(cfw:face-toolbar ((t (:background ,everforest-hard-oldlight-bg)))) 487 | `(cfw:face-toolbar-button-on ((t (:foreground ,everforest-hard-oldlight-fg :weight bold)))) 488 | `(cfw:face-toolbar-button-off ((t (:foreground ,everforest-hard-oldlight-silver :weight bold)))) 489 | `(cfw:face-day-title ((t (:background ,everforest-hard-oldlight-bg)))) 490 | `(cfw:face-today-title ((t (:foreground ,everforest-hard-oldlight-bg :background ,everforest-hard-oldlight-green)))) 491 | 492 | ;; elfeed 493 | `(elfeed-log-debug-level-face ((t (:background ,everforest-hard-oldlight-black :foreground ,everforest-hard-oldlight-green)))) 494 | `(elfeed-log-error-level-face ((t (:background ,everforest-hard-oldlight-black :foreground ,everforest-hard-oldlight-red)))) 495 | `(elfeed-log-info-level-face ((t (:background ,everforest-hard-oldlight-black :foreground ,everforest-hard-oldlight-blue)))) 496 | `(elfeed-log-warn-level-face ((t (:background ,everforest-hard-oldlight-black :foreground ,everforest-hard-oldlight-orange)))) 497 | `(elfeed-search-date-face ((t (:foreground ,everforest-hard-oldlight-purple)))) 498 | `(elfeed-search-feed-face ((t (:foreground ,everforest-hard-oldlight-yellow)))) 499 | `(elfeed-search-tag-face ((t (:foreground ,everforest-hard-oldlight-green)))) 500 | `(elfeed-search-title-face ((t (:foreground ,everforest-hard-oldlight-mono-1)))) 501 | `(elfeed-search-unread-count-face ((t (:foreground ,everforest-hard-oldlight-silver)))) 502 | 503 | ;; perspective 504 | `(persp-selected-face ((t (:foreground ,everforest-hard-oldlight-blue)))) 505 | 506 | ;; powerline 507 | `(powerline-active1 ((,class (:background ,everforest-hard-oldlight-bg-hl :foreground ,everforest-hard-oldlight-purple)))) 508 | `(powerline-active2 ((,class (:background ,everforest-hard-oldlight-bg-hl :foreground ,everforest-hard-oldlight-purple)))) 509 | `(powerline-inactive1 ((,class (:background ,everforest-hard-oldlight-bg :foreground ,everforest-hard-oldlight-fg)))) 510 | `(powerline-inactive2 ((,class (:background ,everforest-hard-oldlight-bg :foreground ,everforest-hard-oldlight-fg)))) 511 | 512 | ;; rainbow-delimiters 513 | `(rainbow-delimiters-depth-1-face ((t (:foreground ,everforest-hard-oldlight-green)))) 514 | `(rainbow-delimiters-depth-2-face ((t (:foreground ,everforest-hard-oldlight-red)))) 515 | `(rainbow-delimiters-depth-3-face ((t (:foreground ,everforest-hard-oldlight-blue)))) 516 | `(rainbow-delimiters-depth-4-face ((t (:foreground ,everforest-hard-oldlight-cyan)))) 517 | `(rainbow-delimiters-depth-5-face ((t (:foreground ,everforest-hard-oldlight-purple)))) 518 | `(rainbow-delimiters-depth-6-face ((t (:foreground ,everforest-hard-oldlight-yellow)))) 519 | `(rainbow-delimiters-depth-7-face ((t (:foreground ,everforest-hard-oldlight-orange)))) 520 | `(rainbow-delimiters-depth-8-face ((t (:foreground ,everforest-hard-oldlight-green)))) 521 | `(rainbow-delimiters-depth-9-face ((t (:foreground ,everforest-hard-oldlight-orange)))) 522 | `(rainbow-delimiters-depth-10-face ((t (:foreground ,everforest-hard-oldlight-cyan)))) 523 | `(rainbow-delimiters-depth-11-face ((t (:foreground ,everforest-hard-oldlight-purple)))) 524 | `(rainbow-delimiters-depth-12-face ((t (:foreground ,everforest-hard-oldlight-yellow)))) 525 | `(rainbow-delimiters-unmatched-face ((t (:foreground ,everforest-hard-oldlight-red :weight bold)))) 526 | 527 | ;; rbenv 528 | `(rbenv-active-ruby-face ((t (:foreground ,everforest-hard-oldlight-green)))) 529 | 530 | ;; elixir 531 | `(elixir-atom-face ((t (:foreground ,everforest-hard-oldlight-cyan)))) 532 | `(elixir-attribute-face ((t (:foreground ,everforest-hard-oldlight-red)))) 533 | 534 | ;; show-paren 535 | `(show-paren-match ((,class (:foreground ,everforest-hard-oldlight-purple :inherit bold :underline t)))) 536 | `(show-paren-mismatch ((,class (:foreground ,everforest-hard-oldlight-red :inherit bold :underline t)))) 537 | 538 | ;; cider 539 | `(cider-fringe-good-face ((t (:foreground ,everforest-hard-oldlight-green)))) 540 | 541 | ;; sly 542 | `(sly-error-face ((t (:underline (:color ,everforest-hard-oldlight-red :style wave))))) 543 | `(sly-mrepl-note-face ((t (:inherit font-lock-comment-face)))) 544 | `(sly-mrepl-output-face ((t (:inherit font-lock-string-face)))) 545 | `(sly-mrepl-prompt-face ((t (:inherit comint-highlight-prompt)))) 546 | `(sly-note-face ((t (:underline (:color ,everforest-hard-oldlight-green :style wave))))) 547 | `(sly-style-warning-face ((t (:underline (:color ,everforest-hard-oldlight-yellow :style wave))))) 548 | `(sly-warning-face ((t (:underline (:color ,everforest-hard-oldlight-orange :style wave))))) 549 | 550 | ;; smartparens 551 | `(sp-show-pair-mismatch-face ((t (:foreground ,everforest-hard-oldlight-red :background ,everforest-hard-oldlight-gray :weight bold)))) 552 | `(sp-show-pair-match-face ((t (:foreground ,everforest-hard-oldlight-blue :weight bold :underline t)))) 553 | 554 | ;; lispy 555 | `(lispy-face-hint ((t (:background ,everforest-hard-oldlight-border :foreground ,everforest-hard-oldlight-yellow)))) 556 | 557 | ;; lispyville 558 | `(lispyville-special-face ((t (:foreground ,everforest-hard-oldlight-red)))) 559 | 560 | ;; spaceline 561 | `(spaceline-flycheck-error ((,class (:foreground ,everforest-hard-oldlight-red)))) 562 | `(spaceline-flycheck-info ((,class (:foreground ,everforest-hard-oldlight-green)))) 563 | `(spaceline-flycheck-warning ((,class (:foreground ,everforest-hard-oldlight-orange)))) 564 | `(spaceline-python-venv ((,class (:foreground ,everforest-hard-oldlight-purple)))) 565 | 566 | ;; solaire mode 567 | `(solaire-default-face ((,class (:inherit default :background ,everforest-hard-oldlight-black)))) 568 | `(solaire-minibuffer-face ((,class (:inherit default :background ,everforest-hard-oldlight-black)))) 569 | 570 | ;; web-mode 571 | `(web-mode-doctype-face ((t (:inherit font-lock-comment-face)))) 572 | `(web-mode-error-face ((t (:background ,everforest-hard-oldlight-black :foreground ,everforest-hard-oldlight-red)))) 573 | `(web-mode-html-attr-equal-face ((t (:inherit default)))) 574 | `(web-mode-html-attr-name-face ((t (:foreground ,everforest-hard-oldlight-orange)))) 575 | `(web-mode-html-tag-bracket-face ((t (:inherit default)))) 576 | `(web-mode-html-tag-face ((t (:foreground ,everforest-hard-oldlight-red)))) 577 | `(web-mode-symbol-face ((t (:foreground ,everforest-hard-oldlight-orange)))) 578 | 579 | ;; nxml 580 | `(nxml-attribute-local-name ((t (:foreground ,everforest-hard-oldlight-orange)))) 581 | `(nxml-element-local-name ((t (:foreground ,everforest-hard-oldlight-red)))) 582 | `(nxml-markup-declaration-delimiter ((t (:inherit (font-lock-comment-face nxml-delimiter))))) 583 | `(nxml-processing-instruction-delimiter ((t (:inherit nxml-markup-declaration-delimiter)))) 584 | 585 | ;; flx-ido 586 | `(flx-highlight-face ((t (:inherit (link) :weight bold)))) 587 | 588 | ;; rpm-spec-mode 589 | `(rpm-spec-tag-face ((t (:foreground ,everforest-hard-oldlight-blue)))) 590 | `(rpm-spec-obsolete-tag-face ((t (:foreground "#FFFFFF" :background ,everforest-hard-oldlight-red)))) 591 | `(rpm-spec-macro-face ((t (:foreground ,everforest-hard-oldlight-yellow)))) 592 | `(rpm-spec-var-face ((t (:foreground ,everforest-hard-oldlight-red)))) 593 | `(rpm-spec-doc-face ((t (:foreground ,everforest-hard-oldlight-purple)))) 594 | `(rpm-spec-dir-face ((t (:foreground ,everforest-hard-oldlight-cyan)))) 595 | `(rpm-spec-package-face ((t (:foreground ,everforest-hard-oldlight-red)))) 596 | `(rpm-spec-ghost-face ((t (:foreground ,everforest-hard-oldlight-red)))) 597 | `(rpm-spec-section-face ((t (:foreground ,everforest-hard-oldlight-yellow)))) 598 | 599 | ;; guix 600 | `(guix-true ((t (:foreground ,everforest-hard-oldlight-green :weight bold)))) 601 | `(guix-build-log-phase-end ((t (:inherit success)))) 602 | `(guix-build-log-phase-start ((t (:inherit success :weight bold)))) 603 | 604 | ;; gomoku 605 | `(gomoku-O ((t (:foreground ,everforest-hard-oldlight-red :weight bold)))) 606 | `(gomoku-X ((t (:foreground ,everforest-hard-oldlight-green :weight bold)))) 607 | 608 | ;; tabbar 609 | `(tabbar-default ((,class (:foreground ,everforest-hard-oldlight-fg :background ,everforest-hard-oldlight-black)))) 610 | `(tabbar-highlight ((,class (:underline t)))) 611 | `(tabbar-button ((,class (:foreground ,everforest-hard-oldlight-fg :background ,everforest-hard-oldlight-bg)))) 612 | `(tabbar-button-highlight ((,class (:inherit 'tabbar-button :inverse-video t)))) 613 | `(tabbar-modified ((,class (:inherit tabbar-button :foreground ,everforest-hard-oldlight-purple :weight light :slant italic)))) 614 | `(tabbar-unselected ((,class (:inherit tabbar-default :foreground ,everforest-hard-oldlight-fg :background ,everforest-hard-oldlight-black :slant italic :underline nil :box (:line-width 1 :color ,everforest-hard-oldlight-bg))))) 615 | `(tabbar-unselected-modified ((,class (:inherit tabbar-modified :background ,everforest-hard-oldlight-black :underline nil :box (:line-width 1 :color ,everforest-hard-oldlight-bg))))) 616 | `(tabbar-selected ((,class (:inherit tabbar-default :foreground ,everforest-hard-oldlight-fg :background ,everforest-hard-oldlight-bg :weight bold :underline nil :box (:line-width 1 :color ,everforest-hard-oldlight-bg))))) 617 | `(tabbar-selected-modified ((,class (:inherit tabbar-selected :foreground ,everforest-hard-oldlight-purple :underline nil :box (:line-width 1 :color ,everforest-hard-oldlight-bg))))) 618 | 619 | ;; linum 620 | `(linum ((t (:foreground ,everforest-hard-oldlight-gutter :background ,everforest-hard-oldlight-bg)))) 621 | ;; hlinum 622 | `(linum-highlight-face ((t (:foreground ,everforest-hard-oldlight-fg :background ,everforest-hard-oldlight-bg)))) 623 | ;; native line numbers (emacs version >=26) 624 | `(line-number ((t (:foreground ,everforest-hard-oldlight-gutter :background ,everforest-hard-oldlight-bg)))) 625 | `(line-number-current-line ((t (:foreground ,everforest-hard-oldlight-fg :background ,everforest-hard-oldlight-bg)))) 626 | 627 | ;; regexp-builder 628 | `(reb-match-0 ((t (:background ,everforest-hard-oldlight-gray)))) 629 | `(reb-match-1 ((t (:background ,everforest-hard-oldlight-black :foreground ,everforest-hard-oldlight-purple :weight semi-bold)))) 630 | `(reb-match-2 ((t (:background ,everforest-hard-oldlight-black :foreground ,everforest-hard-oldlight-green :weight semi-bold)))) 631 | `(reb-match-3 ((t (:background ,everforest-hard-oldlight-black :foreground ,everforest-hard-oldlight-yellow :weight semi-bold)))) 632 | 633 | ;; desktop-entry 634 | `(desktop-entry-deprecated-keyword-face ((t (:inherit font-lock-warning-face)))) 635 | `(desktop-entry-group-header-face ((t (:inherit font-lock-type-face)))) 636 | `(desktop-entry-locale-face ((t (:inherit font-lock-string-face)))) 637 | `(desktop-entry-unknown-keyword-face ((t (:underline (:color ,everforest-hard-oldlight-red :style wave) :inherit font-lock-keyword-face)))) 638 | `(desktop-entry-value-face ((t (:inherit default)))) 639 | 640 | ;; calendar 641 | `(diary ((t (:inherit warning)))) 642 | `(holiday ((t (:foreground ,everforest-hard-oldlight-green)))) 643 | 644 | ;; gud 645 | `(breakpoint-disabled ((t (:foreground ,everforest-hard-oldlight-orange)))) 646 | `(breakpoint-enabled ((t (:foreground ,everforest-hard-oldlight-red :weight bold)))) 647 | 648 | ;; realgud 649 | `(realgud-overlay-arrow1 ((t (:foreground ,everforest-hard-oldlight-green)))) 650 | `(realgud-overlay-arrow3 ((t (:foreground ,everforest-hard-oldlight-orange)) `(realgud-overlay-arrow2 ((t (:foreground ,everforest-hard-oldlight-yellow)))) 651 | )) 652 | '(realgud-bp-enabled-face ((t (:inherit (error))))) 653 | `(realgud-bp-disabled-face ((t (:inherit (secondary-selection))))) 654 | `(realgud-bp-line-enabled-face ((t (:box (:color ,everforest-hard-oldlight-red))))) 655 | `(realgud-bp-line-disabled-face ((t (:box (:color ,everforest-hard-oldlight-gray))))) 656 | `(realgud-line-number ((t (:foreground ,everforest-hard-oldlight-mono-2)))) 657 | `(realgud-backtrace-number ((t (:inherit (secondary-selection))))) 658 | 659 | ;; rmsbolt 660 | `(rmsbolt-current-line-face ((t (:inherit hl-line :weight bold)))) 661 | 662 | ;; ruler-mode 663 | `(ruler-mode-column-number ((t (:inherit ruler-mode-default)))) 664 | `(ruler-mode-comment-column ((t (:foreground ,everforest-hard-oldlight-red)))) 665 | `(ruler-mode-current-column ((t (:foreground ,everforest-hard-oldlight-accent :inherit ruler-mode-default)))) 666 | `(ruler-mode-default ((t (:inherit mode-line)))) 667 | `(ruler-mode-fill-column ((t (:foreground ,everforest-hard-oldlight-orange :inherit ruler-mode-default)))) 668 | `(ruler-mode-fringes ((t (:foreground ,everforest-hard-oldlight-green :inherit ruler-mode-default)))) 669 | `(ruler-mode-goal-column ((t (:foreground ,everforest-hard-oldlight-cyan :inherit ruler-mode-default)))) 670 | `(ruler-mode-margins ((t (:inherit ruler-mode-default)))) 671 | `(ruler-mode-tab-stop ((t (:foreground ,everforest-hard-oldlight-mono-3 :inherit ruler-mode-default)))) 672 | 673 | ;; undo-tree 674 | `(undo-tree-visualizer-current-face ((t (:foreground ,everforest-hard-oldlight-red)))) 675 | `(undo-tree-visualizer-register-face ((t (:foreground ,everforest-hard-oldlight-orange)))) 676 | `(undo-tree-visualizer-unmodified-face ((t (:foreground ,everforest-hard-oldlight-cyan)))) 677 | 678 | ;; tab-bar-mode 679 | `(tab-bar-tab-inactive ((t (:background ,everforest-hard-oldlight-bg-hl :foreground ,everforest-hard-oldlight-fg)))) 680 | `(tab-bar-tab ((t (:background ,everforest-hard-oldlight-bg :foreground ,everforest-hard-oldlight-purple)))) 681 | `(tab-bar ((t (:background ,everforest-hard-oldlight-bg-hl)))) 682 | 683 | ;; all-the-icons 684 | `(all-the-icons-purple ((t (:foreground ,everforest-hard-oldlight-purple)))) 685 | `(all-the-icons-yellow ((t (:foreground ,everforest-hard-oldlight-yellow)))) 686 | 687 | ;; dashboard 688 | `(dashboard-heading ((t (:foreground ,everforest-hard-oldlight-green)))) 689 | `(dashboard-items-face ((t (:bold ,everforest-hard-oldlight-green)))) 690 | 691 | ;; Language Customizations ---------------------------------------------------------------------- 692 | ;; these laguage customizations are seperate from certain larger lagu 693 | 694 | ;; markdown 695 | `(markdown-header-face-1 ((t (:foreground ,everforest-hard-oldlight-red :weight bold)))) 696 | `(markdown-header-face-2 ((t (:foreground ,everforest-hard-oldlight-orange :weight bold)))) 697 | `(markdown-link-face ((t (:foreground ,everforest-hard-oldlight-purple )))) 698 | `(markdown-url-face ((t (:foreground ,everforest-hard-oldlight-blue :underline t)))) 699 | `(markdown-plain-url-face ((t (:foreground ,everforest-hard-oldlight-blue)))) 700 | `(markdown-header-delimiter-face ((t (:foreground ,everforest-hard-oldlight-silver)))) 701 | `(markdown-language-keyword-face ((t (:foreground ,everforest-hard-oldlight-green)))) 702 | `(markdown-markup-face ((t (:foreground ,everforest-hard-oldlight-silver)))) 703 | `(markdown-pre-face ((t (:foreground ,everforest-hard-oldlight-green)))) 704 | `(markdown-metadata-key-face ((t (:foreground ,everforest-hard-oldlight-green)))) 705 | 706 | ;; org-mode 707 | `(org-date ((t (:foreground ,everforest-hard-oldlight-cyan)))) 708 | `(org-document-info ((t (:foreground ,everforest-hard-oldlight-mono-3)))) 709 | `(org-document-info-keyword ((t (:inherit org-meta-line :underline t)))) 710 | `(org-document-title ((t (:weight bold)))) 711 | `(org-footnote ((t (:foreground ,everforest-hard-oldlight-cyan)))) 712 | `(org-sexp-date ((t (:foreground ,everforest-hard-oldlight-cyan)))) 713 | `(org-table ((t (:foreground ,everforest-hard-oldlight-blue)))) 714 | `(org-drawer ((t (:foreground ,everforest-hard-oldlight-blue)))) 715 | `(org-headline-done ((t (:foreground ,everforest-hard-oldlight-purple)))) 716 | ;; `(org-block ((t (:background ,everforest-hard-oldlight-bg-hl :foreground ,everforest-hard-oldlight-silver :extend t)))) 717 | ;; `(org-block-begin-line ((t (:background ,everforest-hard-oldlight-bg-hl :foreground ,everforest-hard-oldlight-silver :extend t)))) 718 | ;; `(org-block-end-line ((t (:background ,everforest-hard-oldlight-bg-hl :foreground ,everforest-hard-oldlight-silver :extend t)))) 719 | `(org-level-1 ((t (:foreground ,everforest-hard-oldlight-green)))) 720 | `(org-level-2 ((t (:foreground ,everforest-hard-oldlight-red)))) 721 | `(org-level-3 ((t (:foreground ,everforest-hard-oldlight-purple)))) 722 | `(org-level-4 ((t (:foreground ,everforest-hard-oldlight-orange)))) 723 | `(org-level-6 ((t (:foreground ,everforest-hard-oldlight-blue)))) 724 | `(org-level-7 ((t (:foreground ,everforest-hard-oldlight-silver)))) 725 | `(org-level-8 ((t (:foreground ,everforest-hard-oldlight-cyan)))) 726 | `(org-cite ((t (:foreground ,everforest-hard-oldlight-blue :weight bold)))) 727 | `(org-cite-key ((t (:foreground ,everforest-hard-oldlight-green :weight bold)))) 728 | `(org-hide ((t (:foreground ,everforest-hard-oldlight-bg)))) 729 | 730 | ;; latex-mode 731 | `(font-latex-sectioning-0-face ((t (:foreground ,everforest-hard-oldlight-blue :height 1.0)))) 732 | `(font-latex-sectioning-1-face ((t (:foreground ,everforest-hard-oldlight-blue :height 1.0)))) 733 | `(font-latex-sectioning-2-face ((t (:foreground ,everforest-hard-oldlight-blue :height 1.0)))) 734 | `(font-latex-sectioning-3-face ((t (:foreground ,everforest-hard-oldlight-blue :height 1.0)))) 735 | `(font-latex-sectioning-4-face ((t (:foreground ,everforest-hard-oldlight-blue :height 1.0)))) 736 | `(font-latex-sectioning-5-face ((t (:foreground ,everforest-hard-oldlight-blue :height 1.0)))) 737 | `(font-latex-bold-face ((t (:foreground ,everforest-hard-oldlight-green :weight bold)))) 738 | `(font-latex-italic-face ((t (:foreground ,everforest-hard-oldlight-green :slant italic)))) 739 | `(font-latex-warning-face ((t (:foreground ,everforest-hard-oldlight-red)))) 740 | `(font-latex-doctex-preprocessor-face ((t (:foreground ,everforest-hard-oldlight-cyan)))) 741 | `(font-latex-script-char-face ((t (:foreground ,everforest-hard-oldlight-gray)))) 742 | 743 | ;; sh-mode 744 | `(sh-heredoc ((t (:inherit font-lock-string-face :slant italic)))) 745 | 746 | ;; js2-mode 747 | `(js2-error ((t (:underline (:color ,everforest-hard-oldlight-red :style wave))))) 748 | `(js2-external-variable ((t (:foreground ,everforest-hard-oldlight-cyan)))) 749 | `(js2-warning ((t (:underline (:color ,everforest-hard-oldlight-orange :style wave))))) 750 | `(js2-function-call ((t (:inherit (font-lock-function-name-face))))) 751 | `(js2-function-param ((t (:foreground ,everforest-hard-oldlight-mono-1)))) 752 | `(js2-jsdoc-tag ((t (:foreground ,everforest-hard-oldlight-purple)))) 753 | `(js2-jsdoc-type ((t (:foreground ,everforest-hard-oldlight-yellow)))) 754 | `(js2-jsdoc-value ((t (:foreground ,everforest-hard-oldlight-red)))) 755 | `(js2-object-property ((t (:foreground ,everforest-hard-oldlight-red)))) 756 | 757 | )) 758 | 759 | (everforest-hard-oldlight-with-color-variables 760 | (custom-theme-set-variables 761 | 'everforest-hard-oldlight 762 | ;; fill-column-indicator 763 | `(fci-rule-color ,everforest-hard-oldlight-gray) 764 | 765 | ;; tetris 766 | ;; | Tetromino | Color | 767 | ;; | O | `everforest-hard-oldlight-yellow' | 768 | ;; | J | `everforest-hard-oldlight-blue' | 769 | ;; | L | `everforest-hard-oldlight-orange' | 770 | ;; | Z | `everforest-hard-oldlight-red' | 771 | ;; | S | `everforest-hard-oldlight-green' | 772 | ;; | T | `everforest-hard-oldlight-purple' | 773 | ;; | I | `everforest-hard-oldlight-cyan' | 774 | '(tetris-x-colors 775 | [[229 192 123] [97 175 239] [209 154 102] [224 108 117] [152 195 121] [198 120 221] [86 182 194]]) 776 | 777 | ;; ansi-color 778 | `(ansi-color-names-vector 779 | [,everforest-hard-oldlight-black ,everforest-hard-oldlight-red ,everforest-hard-oldlight-green ,everforest-hard-oldlight-yellow 780 | ,everforest-hard-oldlight-blue ,everforest-hard-oldlight-purple ,everforest-hard-oldlight-cyan ,everforest-hard-oldlight-fg]) 781 | )) 782 | 783 | ;;;###autoload 784 | (and load-file-name 785 | (boundp 'custom-theme-load-path) 786 | (add-to-list 'custom-theme-load-path 787 | (file-name-as-directory 788 | (file-name-directory load-file-name)))) 789 | ;; Automatically add this theme to the load path 790 | 791 | (provide-theme 'everforest-hard-oldlight) 792 | 793 | ;; Local Variables: 794 | ;; no-byte-compile: t 795 | ;; End: 796 | ;;; everforest-hard-oldlight-theme.el ends here 797 | -------------------------------------------------------------------------------- /everforest.el: -------------------------------------------------------------------------------- 1 | ;;; everforest.el --- Everforest Theme pack -*- lexical-binding: t; -*- 2 | ;; 3 | ;; Copyright (C) 2022-2024 theorytoe 4 | ;; 5 | ;; Author: theorytoe 6 | ;; Version: 0.1 7 | ;; Homepage: https://github.com/Theory-of-Everything/everforest-emacs 8 | ;; Package-Requires: ((emacs "24")) 9 | ;; 10 | ;; This file is not part of GNU Emacs. 11 | ;; 12 | ;;; Commentary: 13 | ;; An Emacs port of the Everforest Vim theme, a low-contrast green-coloured 14 | ;; theme. This is a current work in progress, so expect issues and unorthodox 15 | ;; coloring occasionally. The port is quite opinionated from the original 16 | ;; everforest theme, but I try to keep as true to the original theme as 17 | ;; possible, but making changes where needed for both functional and cosmetic 18 | ;; reasons. 19 | 20 | ;;; Code: 21 | 22 | ;;; TODO: Define more general macro here for better 23 | ;;; definition/modification of themes 24 | 25 | ;;;###autoload 26 | ;; (and load-file-name 27 | ;; (add-to-list 'custom-theme-load-path 28 | ;; (file-name-as-directory 29 | ;; (file-name-directory load-file-name)))) 30 | 31 | (provide 'everforest-theme) 32 | ;;; everforest.el ends here 33 | --------------------------------------------------------------------------------