├── COPYING ├── README.org └── mindre-theme.el /COPYING: -------------------------------------------------------------------------------- 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 | . -------------------------------------------------------------------------------- /README.org: -------------------------------------------------------------------------------- 1 | #+html: 2 | 3 | #+html: GNU Emacs 4 | #+html: MELPA 5 | 6 | * Introduction 7 | When putting down ideas or solving problems on paper we seldom use a lot of colors, 8 | so why do we need our editor to look like a christmas tree? 9 | 10 | Mindre (which is the Swedish word for "less") tries to strike a good balance between 11 | usability and minimalism by almost being a monochrome theme but with a splash of color. 12 | 13 | I highly recommend using [[http://jonls.dk/redshift/][Redshift]] or something similar to adjust the 14 | color temperature of your screen. Personally I have mine set to 3200K 15 | for both day and night (default is 3700K and 5500K respectively). 16 | 17 | #+html: 18 | 19 | * Installation 20 | *** Using =package.el= 21 | 22 | You can install =mindre-theme= from [[https://melpa.org][MELPA]] using =package.el= 23 | 24 | #+begin_src 25 | M-x package-refresh-contents 26 | M-x package-install RET mindre-theme RET 27 | #+end_src 28 | 29 | Or with =use-package=: 30 | #+begin_src emacs-lisp 31 | (use-package mindre-theme 32 | :ensure t 33 | :custom 34 | (mindre-use-more-bold nil) 35 | (mindre-use-faded-lisp-parens t) 36 | :config 37 | (load-theme 'mindre t)) 38 | #+end_src 39 | 40 | *** Directly from this repo 41 | 42 | #+begin_src emacs-lisp 43 | (use-package mindre-theme 44 | :ensure t 45 | :straight (:host github :repo "erikbackman/mindre-theme") 46 | :custom 47 | (mindre-use-more-bold nil) 48 | (mindre-use-faded-lisp-parens t) 49 | :config 50 | (load-theme 'mindre t)) 51 | #+end_src 52 | 53 | * Customisations 54 | #+begin_src emacs-lisp 55 | (setq mindre-use-more-bold nil 56 | mindre-use-more-fading nil 57 | mindre-use-faded-lisp-parens t 58 | mindre-faded-lisp-parens-modes '(emacs-lisp-mode lisp-mode scheme-mode racket-mode)) 59 | #+end_src 60 | 61 | * Release Notes 62 | *** 0.1.5 63 | - Tweaks: 64 | + Links now use a blue color instead of the default highlight color. 65 | + Tags are now highlighted in notmuch instead of authors. 66 | + Diff deletions are now better highlighted. 67 | + Better looking buttons. 68 | *** 0.1.4 69 | - Add support for the following packages: 70 | + ediff 71 | + speedbar 72 | - New customizations: 73 | + =mindre-use-more-fading= 74 | Defaults to =nil=. Note that with this new default, comments are less faded than before. 75 | + =mindre-faded-lisp-parens-modes= 76 | List of modes for which faded parentheses should be enabled. You still need to 77 | set =mindre-use-faded-lisp-parens t= to enable faded parentheses. 78 | - Tweaks: 79 | + Dired look and feel 80 | + Terminal colors 81 | *** 0.1.3 82 | - Add initial support for =diredfl= 83 | - Tweak dired faces 84 | - Byte-compile fix (syohex [[https://github.com/erikbackman/mindre-theme/pull/13][#13]]) 85 | *** 0.1.2 86 | - Fixed certain faces inheriting default background color when they shouldn't. 87 | *** 0.1.1 88 | - Fixed =mindre-use-faded-lisp-parens= not updating properly when set. 89 | 90 | * Roadmap [0/2] 91 | - [ ] Palette override. 92 | - [ ] Higher contrast option. 93 | 94 | * +Frequently+ asked questions 95 | - *What fonts are used in the logo/screenshots?* 96 | 97 | Sarasa Mono (It's basically Iosevka) and CMU Concrete 98 | 99 | -------------------------------------------------------------------------------- /mindre-theme.el: -------------------------------------------------------------------------------- 1 | ;;; mindre-theme.el --- Minimal, light theme -*- lexical-binding: t -*- 2 | 3 | ;; Author: Erik Bäckman 4 | ;; Version: 0.1.5 5 | ;; Package-Requires: ((emacs "26.1")) 6 | ;; Keywords: faces 7 | ;; Homepage: https://github.com/erikbackman/mindre-theme 8 | 9 | ;; This program is free software; you can redistribute it and/or modify 10 | ;; it under the terms of the GNU General Public License as published by 11 | ;; the Free Software Foundation, either version 3 of the License, or 12 | ;; (at your option) any later version. 13 | 14 | ;; This program is distributed in the hope that it will be useful, 15 | ;; but WITHOUT ANY WARRANTY; without even the implied warranty of 16 | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 | ;; GNU General Public License for more details. 18 | 19 | ;; You should have received a copy of the GNU General Public License 20 | ;; along with this program. If not, see . 21 | ;; --------------------------------------------------------------------- 22 | 23 | ;;; Commentary: 24 | 25 | ;; Mindre (which is the Swedish word for “less”) tries to strike a good balance 26 | ;; between usability and minimalism by almost being a monochrome theme but with 27 | ;; a splash of color. 28 | ;; 29 | ;; Three colors are used to make certain language constructs stand out 30 | ;; enough for your eyes to notice them without being distracting. 31 | ;; The colors (in order of importance) are: 32 | ;; 1. #5c3e99 (mindre-keyword) 33 | ;; Preferably used for language constructs that acts as the beginning 34 | ;; or end of a clause, such as if/then/else, when, where etc. 35 | ;; 2. #16524F (mindre-type) 36 | ;; 3. #54433a (mindre-verbatim) 37 | 38 | 39 | ;;; Code: 40 | 41 | (deftheme mindre 42 | "Mindre theme.") 43 | 44 | (defgroup mindre nil 45 | "Mindre theme properties." 46 | :group 'faces) 47 | 48 | (eval-and-compile 49 | (defconst mindre-theme-colors-alist 50 | '(;; Basic 51 | (bg-main . "#F5F5F5") 52 | (fg-main . "#2e3338") 53 | (bg-active . "#f2f3f5") 54 | (bg-inactive . "#e3e5e8") 55 | (black . "#000000") 56 | (black-alt . "#171A1C") 57 | (gray . "#CFD8DC") 58 | (gray-light . "#ECEFF1") 59 | (gray-silver . "#B0BEC5") 60 | (gray-dark . "#585c60") 61 | (purple . "#5c3e99") 62 | (blue . "#23457f") 63 | (blue-alt . "#0071bc") 64 | (blue-light . "#d9edf7") 65 | (green . "#16524F") 66 | (green-mint . "#ddffdd") 67 | (green-light . "#3c763d") 68 | (green-faint . "#537469") 69 | (yellow-dark . "#54433a") 70 | (red . "#9E0000") 71 | (red-faint . "#ffb7b6") 72 | (orange . "#d47500")))) 73 | 74 | (defmacro mindre-with-color-variables (&rest body) 75 | (declare (indent 0)) 76 | `(let (,@(mapcar (lambda (cons) 77 | (list (car cons) (cdr cons))) 78 | mindre-theme-colors-alist)) 79 | ,@body)) 80 | 81 | (defface mindre-critical nil 82 | "Critical face for information that requires immediate action." 83 | :group nil) 84 | 85 | (defface mindre-critical-i nil 86 | "Critical face inversed." 87 | :group nil) 88 | 89 | (defface mindre-bold 90 | '((t (:bold t :foreground "#000"))) 91 | "Bold face." 92 | :group nil) 93 | 94 | (defface mindre-strong nil 95 | "Strong face for information of a structural nature." 96 | :group nil) 97 | 98 | (defface mindre-strong-i nil 99 | "Strong face inversed." 100 | :group nil) 101 | 102 | (defface mindre-keyword nil 103 | "Default keyword face." 104 | :group nil) 105 | 106 | (defface mindre-type nil 107 | "Default type face." 108 | :group nil) 109 | 110 | (defface mindre-verbatim nil 111 | "Face used for things like strings." 112 | :group nil) 113 | 114 | (defface mindre-faded nil 115 | "Faded face for less important information." 116 | :group nil) 117 | 118 | (defface mindre-faded-i nil 119 | "Faded face inversed." :group nil) 120 | 121 | (defface mindre-subtle nil 122 | "Subtle face is used to suggest a physical area on the screen." 123 | :group nil) 124 | 125 | (defface mindre-subtle-i nil 126 | "Subtle face inversed." :group nil) 127 | 128 | (defface mindre-default nil 129 | "Default face." :group nil) 130 | 131 | (defface mindre-default-i nil 132 | "Default face inversed." :group nil) 133 | 134 | (defface mindre-highlight nil 135 | "Default highlight face." 136 | :group nil) 137 | 138 | (defface mindre-warning nil 139 | "Warning face." 140 | :group nil) 141 | 142 | (defface mindre-error nil 143 | "Error face." 144 | :group nil) 145 | 146 | (defface mindre-note nil 147 | "Note face." 148 | :group nil) 149 | 150 | (defface mindre-block nil 151 | "Default block face." 152 | :group nil) 153 | 154 | (defface mindre-button nil 155 | "Default button face." 156 | :group nil) 157 | 158 | (defface mindre-button-hover nil 159 | "Hover button face." 160 | :group nil) 161 | 162 | (defface mindre-button-pressed nil 163 | "Pressed button face." 164 | :group nil) 165 | 166 | (defface mindre-border nil 167 | "Border face." 168 | :group nil) 169 | 170 | (defface mindre-bar nil 171 | "Face used for active mode-line and tab-bar" 172 | :group nil) 173 | 174 | (defface mindre-bar-inactive nil 175 | "Face used for inactive mode-line and tab-bar" 176 | :group nil) 177 | 178 | (defface mindre-link nil 179 | "Face used for links." 180 | :group nil) 181 | 182 | (defface mindre-paren-face 183 | '((t (:foreground "grey70"))) 184 | "Face used to dim parentheses." 185 | :group nil) 186 | 187 | (defun mindre--font-lock-add-paren () 188 | "Make Lisp parentheses faded." 189 | (font-lock-add-keywords nil '(("(\\|)" . 'mindre-paren-face)))) 190 | 191 | (defvar mindre-after-load-hook nil 192 | "Hook run after theme has loaded.") 193 | 194 | (defcustom mindre-use-more-bold nil 195 | "Use more bold constructs." 196 | :type 'boolean :group 'mindre) 197 | 198 | (defcustom mindre-faded-lisp-parens-modes 199 | '(emacs-lisp-mode 200 | lisp-mode 201 | scheme-mode 202 | racket-mode) 203 | "List of modes for which faded parentheses should be enabled." 204 | :type '(symbol) :group 'mindre) 205 | 206 | (defcustom mindre-use-more-fading nil 207 | "Use more fading." 208 | :type 'boolean :group 'mindre) 209 | 210 | (defun mindre--set-faded-lisp-parens (symbol value) 211 | "Mindre :set function for `mindre-use-faded-lisp-parens'. 212 | Takes care of adding or removing hooks when the 213 | `mindre-use-faded-lisp-parens' variable is customized." 214 | (let ((hooks (mapcar (lambda (mode) (intern (format "%s-hook" mode))) 215 | mindre-faded-lisp-parens-modes))) 216 | (if value 217 | (progn 218 | (dolist (hook hooks) 219 | (add-hook hook #'mindre--font-lock-add-paren))) 220 | (dolist (hook hooks) 221 | (remove-hook hook #'mindre--font-lock-add-paren)))) 222 | (setq mindre-use-faded-lisp-parens value)) 223 | 224 | (defcustom mindre-use-faded-lisp-parens t 225 | "Use faded parenthesis in Lisp modes." 226 | :type 'boolean :group 'mindre 227 | :initialize #'custom-initialize-reset 228 | :set #'mindre--set-faded-lisp-parens) 229 | 230 | (defface mindre-heading-1 nil 231 | "Face for headings." 232 | :group nil) 233 | 234 | (defun mindre () 235 | "Load mindre theme." 236 | (interactive) 237 | 238 | (when mindre-use-faded-lisp-parens 239 | (add-hook 'lisp-data-mode-hook #'mindre--font-lock-add-paren) 240 | (add-hook 'scheme-mode-hook #'mindre--font-lock-add-paren)) 241 | 242 | (load-theme 'mindre t) 243 | (run-hooks 'mindre-after-load-hook)) 244 | 245 | ;;(make-obsolete 'mindre 'load-theme "0.1") 246 | 247 | ;; --- Faces --------------------------------------------------------- 248 | (mindre-with-color-variables 249 | (let ((mindre-heading-1-height (if mindre-use-more-bold 1.0 1.1)) 250 | (faded-color (if mindre-use-more-fading gray-silver gray-dark))) 251 | (custom-theme-set-faces 252 | 'mindre 253 | 254 | ;; --- Base --------------------------------------------------------- 255 | `(cursor ((t (:foreground ,bg-main :background ,fg-main)))) 256 | 257 | `(default ((t (:background ,bg-main :foreground ,fg-main)))) 258 | 259 | `(highlight ((t (:background ,gray)))) 260 | 261 | `(mindre-subtle ((t (:background ,gray-light)))) 262 | 263 | `(mindre-subtle-i ((t (:foreground ,gray-light)))) 264 | 265 | `(mindre-faded ((t (:foreground ,faded-color)))) 266 | `(mindre-faded-i ((t (:foreground ,bg-main :background ,faded-color)))) 267 | 268 | `(mindre-default ((t (:foreground ,fg-main)))) 269 | 270 | `(mindre-default-i ((t (:foreground ,bg-main :background ,fg-main)))) 271 | 272 | `(mindre-keyword ((t (:foreground ,purple)))) 273 | `(mindre-type ((t (:foreground ,green)))) 274 | `(mindre-verbatim ((t (:foreground ,yellow-dark)))) 275 | 276 | `(mindre-strong ((t ,(when mindre-use-more-bold '(:weight semibold))))) 277 | `(mindre-strong-i ((t (:foreground ,bg-main :background ,fg-main :weight bold)))) 278 | 279 | `(mindre-warning ((t (:foreground ,orange)))) 280 | `(mindre-note ((t (:foreground ,green-light)))) 281 | `(mindre-error ((t (:foreground ,red)))) 282 | `(mindre-critical ((t (:foreground ,bg-main :background ,red)))) 283 | `(mindre-critical-i ((t (:foreground ,red)))) 284 | `(mindre-link ((t (:foreground ,blue :underline t)))) 285 | 286 | `(mindre-heading-1 ((t (:inherit mindre-strong :height ,mindre-heading-1-height)))) 287 | `(mindre-block ((t (:background ,bg-active :foreground ,fg-main :extend t)))) 288 | 289 | `(mindre-border ((t (:foreground ,gray-light :box (:color ,gray-silver :line-width 1))))) 290 | 291 | `(mindre-bar ((t (:foreground ,fg-main :inherit mindre-border)))) 292 | `(mindre-bar-inactive ((t (:foreground "#535c65" :background ,bg-inactive :inherit mindre-border)))) 293 | 294 | `(mindre-button ((t (:box (:color ,gray-silver) :background ,bg-inactive)))) 295 | `(mindre-button-pressed ((t (:box (:color ,gray-dark) :background ,bg-inactive)))) 296 | `(mindre-button-hover ((t (:inherit mindre-button :background ,bg-inactive)))) 297 | 298 | ;; --- Header & mode line ------------------------------------------- 299 | `(mode-line ((t (:inherit mindre-bar)))) 300 | `(mode-line-inactive ((t (:inherit mindre-bar-inactive)))) 301 | `(mode-line-buffer-id ((t (:weight regular :background nil)))) 302 | `(mode-line-emphasis ((t (:weight regular :background nil)))) 303 | `(header-line ((t (:inherit mindre-bar :box nil)))) 304 | 305 | ;; --- Structural --------------------------------------------------- 306 | '(bold ((t (:inherit mindre-strong :weight semibold)))) 307 | '(italic ((t (:slant italic)))) 308 | '(italic ((t (:inherit mindre-faded)))) 309 | '(bold-italic ((t (:inherit mindre-strong)))) 310 | '(region ((t (:inherit highlight)))) 311 | '(fringe ((t (:inherit mindre-faded)))) 312 | '(hl-line ((t (:inherit mindre-subtle)))) 313 | '(link ((t (:inherit mindre-link)))) 314 | 315 | ;; --- Semantic ----------------------------------------------------- 316 | '(shadow ((t (:inherit mindre-faded)))) 317 | '(success ((t (:inherit mindre-keyword)))) 318 | '(warning ((t (:inherit mindre-warning)))) 319 | '(error ((t (:inherit mindre-critical)))) 320 | '(match ((t (:inherit ,mindre-bold)))) 321 | `(preview-face ((t (:inherit mindre-subtle)))) 322 | 323 | ;; --- General ------------------------------------------------------ 324 | '(buffer-menu-buffer ((t (:inherit mindre-strong)))) 325 | '(minibuffer-prompt ((t (:inherit mindre-strong)))) 326 | `(isearch ((t (:inherit (mindre-strong highlight))))) 327 | '(isearch-fail ((t (:inherit mindre-faded)))) 328 | `(isearch-group-1 ((t (:foreground ,bg-main :background ,purple)))) 329 | '(show-paren-match ((t (:weight bold :foreground "#AB47BC")))) 330 | '(show-paren-mismatch ((t (:inherit mindre-critical)))) 331 | '(lazy-highlight ((t (:inherit mindre-subtle)))) 332 | '(trailing-whitespace ((t (:inherit mindre-subtle)))) 333 | '(secondary-selection ((t (:inherit mindre-subtle)))) 334 | '(completions-annotations ((t (:inherit mindre-faded)))) 335 | '(completions-common-part ((t (:inherit mindre-bold)))) 336 | '(completions-first-difference ((t (:inherit nil)))) 337 | '(tooltip ((t (:inherit mindre-subtle)))) 338 | '(read-multiple-choice-face ((t (:inherit mindre-strong)))) 339 | '(nobreak-hyphen ((t (:inherit mindre-strong)))) 340 | '(nobreak-space ((t (:inherit mindre-strong)))) 341 | '(help-argument-name ((t (:inherit mindre-verbatim)))) 342 | '(help-key-binding ((t :inherit mindre-verbatim))) 343 | '(tabulated-list-fake-header ((t (:inherit mindre-strong)))) 344 | '(tool-bar ((t (:inherit mindre-faded-i)))) 345 | 346 | ;; --- Pulse -------------------------------------------------------- 347 | `(pulse-highlight-face ((t (:inherit highlight)))) 348 | `(pulse-highlight-start-face ((t (:inherit highlight)))) 349 | 350 | ;; --- TTY faces ---------------------------------------------------- 351 | '(tty-menu-disabled-face ((t (:inherit mindre-faded-i)))) 352 | '(tty-menu-enabled-face ((t (:inherit mindre-default-i)))) 353 | '(tty-menu-selected-face ((t (:inherit mindre-keyword-i)))) 354 | 355 | ;; --- RE-builder ---------------------------------------------------- 356 | `(reb-match-1 ((t :inherit highlight))) 357 | 358 | ;; --- Ansi faces ---------------------------------------------------- 359 | `(ansi-color-red ((t :foreground ,red))) 360 | `(ansi-color-green ((t :foreground "#263237"))) 361 | `(ansi-color-blue ((t :foreground ,blue))) 362 | `(ansi-color-bright-green ((t :foreground ,green))) 363 | `(ansi-color-yellow ((t :foreground ,yellow-dark))) 364 | `(ansi-color-bold ((t :inherit mindre-bold))) 365 | `(ansi-color-cyan ((t :foreground ,gray-dark))) 366 | 367 | ;; --- whitespace-mode ---------------------------------------------------- 368 | `(whitespace-space ((t (:inherit mindre-default)))) 369 | `(whitespace-empty ((t (:inherit mindre-default :foreground ,orange)))) 370 | `(whitespace-newline ((t (:inherit mindre-faded)))) 371 | 372 | ;; --- Eshell ---------------------------------------------------- 373 | '(eshell-prompt ((t (:inherit mindre-default)))) 374 | 375 | ;; --- ERC ---------------------------------------------------- 376 | '(erc-prompt-face ((t (:inhert mindre-default)))) 377 | '(erc-timestamp-face ((t (:inhert mindre-faded)))) 378 | '(erc-notice-face ((t (:inherit mindre-keyword)))) 379 | '(erc-current-nick-face ((t (:inherit mindre-strong)))) 380 | '(erc-error-face ((t (:inherit mindre-critical-i)))) 381 | 382 | ;; --- Dictionary ---------------------------------------------------- 383 | `(dictionary-word-definition-face ((t (:inherit (mindre-default fixed-pitch))))) 384 | `(dictionary-reference-face ((t (:inherit (mindre-keyword fixed-pitch))))) 385 | 386 | ;; --- Windows divider ---------------------------------------------- 387 | `(window-divider ((t (:foreground ,bg-main)))) 388 | '(window-divider-first-pixel ((t (:inherit window-divider)))) 389 | '(window-divider-last-pixel ((t (:inherit window-divider)))) 390 | `(vertical-border ((t (:foreground ,gray-silver)))) 391 | 392 | ;; --- Tab bar ------------------------------------------------------ 393 | '(tab-bar ((t (:inherit mindre-bar)))) 394 | `(tab-bar-tab ((t (:inherit default :box (:line-width 1 :color ,gray-silver))))) 395 | '(tab-bar-tab-inactive ((t (:inherit mindre-faded)))) 396 | '(tab-line ((t (:inherit default)))) 397 | 398 | ;; --- Speedbar ------------------------------------------------------ 399 | `(speedbar-selected-face ((t (:inherit mindre-keyword)))) 400 | `(speedbar-file-face ((t (:inherit mindre-default)))) 401 | `(speedbar-directory-face ((t (:inherit (mindre-default mindre-bold))))) 402 | `(speedbar-highlight-face ((t (:inherit mindre-button-hover :box nil)))) 403 | `(speedbar-tag-face ((t (:inherit mindre-default)))) 404 | `(speedbar-button-face ((t (:inherit mindre-button)))) 405 | 406 | ;; --- Line numbers ------------------------------------------------- 407 | '(line-number ((t (:inherit mindre-faded)))) 408 | '(line-number-current-line ((t (:inherit default)))) 409 | `(line-number-major-tick ((t (:inherit mindre-faded)))) 410 | '(line-number-minor-tick ((t (:inherit mindre-faded)))) 411 | 412 | ;; --- Font lock ---------------------------------------------------- 413 | '(font-lock-comment-face ((t (:inherit mindre-faded)))) 414 | '(font-lock-doc-face ((t (:inherit mindre-faded)))) 415 | `(font-lock-string-face ((t (:inherit mindre-verbatim)))) 416 | '(font-lock-constant-face ((t (:inherit mindre-strong)))) 417 | `(font-lock-warning-face ((t (:inherit mindre-warning)))) 418 | '(font-lock-function-name-face ((t (:inherit mindre-strong)))) 419 | `(font-lock-variable-name-face ((t (:inherit mindre-default)))) 420 | '(font-lock-builtin-face ((t (:inherit mindre-keyword)))) 421 | '(font-lock-type-face ((t (:inherit mindre-type)))) 422 | '(font-lock-keyword-face ((t (:inherit mindre-keyword)))) 423 | 424 | '(shr-h2 ((t :inherit mindre-bold))) 425 | 426 | ;; --- Popper ------------------------------------------------------- 427 | `(popper-echo-area-buried ((t (:inherit mindre-default)))) 428 | `(popper-echo-dispatch-hint ((t (:inherit mindre-subtle)))) 429 | 430 | ;; --- Custom edit -------------------------------------------------- 431 | '(widget-field ((t (:inherit mindre-subtle)))) 432 | '(widget-button ((t (:inherit mindre-strong)))) 433 | '(widget-single-line-field ((t (:inherit mindre-subtle)))) 434 | '(custom-group-subtitle ((t (:inherit mindre-strong)))) 435 | '(custom-group-tag ((t (:inherit mindre-strong)))) 436 | '(custom-group-tag-1 ((t (:inherit mindre-strong)))) 437 | '(custom-comment ((t (:inherit mindre-faded)))) 438 | '(custom-comment-tag ((t (:inherit mindre-faded)))) 439 | '(custom-changed ((t (:inherit mindre-keyword)))) 440 | '(custom-modified ((t (:inherit mindre-keyword)))) 441 | '(custom-face-tag ((t (:inherit mindre-strong)))) 442 | '(custom-variable-tag ((t (:inherit mindre-strong)))) 443 | '(custom-invalid ((t (:inherit mindre-strong)))) 444 | '(custom-visibility ((t (:inherit mindre-keyword)))) 445 | '(custom-state ((t (:inherit mindre-keyword)))) 446 | '(custom-link ((t (:inherit mindre-keyword)))) 447 | '(custom-variable-obsolete ((t (:inherit mindre-faded)))) 448 | 449 | ;; --- Company ---------------------------------------------- 450 | '(company-tooltip ((t (:inherit mindre-subtle)))) 451 | '(company-tooltip-mouse ((t (:inherit mindre-faded-i)))) 452 | '(company-tooltip-selection ((t (:inherit highlight)))) 453 | '(company-scrollbar-fg ((t (:inherit mindre-default-i)))) 454 | '(company-scrollbar-bg ((t (:inherit mindre-faded-i)))) 455 | '(company-tooltip-common ((t (:inherit mindre-strong)))) 456 | '(company-tooltip-common-selection ((t (:inherit mindre-popout)))) 457 | '(company-tooltip-annotation ((t (:inherit mindre-faded)))) 458 | '(company-tooltip-annotation-selection ((t (:inherit mindre-faded)))) 459 | '(company-tooltip-scrollbar-thumb ((t (:inherit mindre-default-i)))) 460 | '(company-tooltip-scrollbar-track ((t (:inherit mindre-faded-i)))) 461 | '(company-tooltip-annotation-selection ((t (:inherit mindre-subtle)))) 462 | 463 | ;; --- Corfu -------------------------------------------------------- 464 | `(corfu-current ((t (:inherit highlight)))) 465 | 466 | ;; --- Vertico -------------------------------------------------------- 467 | `(vertico-current ((t (:inherit highlight)))) 468 | 469 | ;; --- Buttons ------------------------------------------------------ 470 | `(custom-button ((t (:inherit mindre-button)))) 471 | 472 | `(custom-button-mouse ((t (:inherit mindre-button-hover)))) 473 | 474 | `(custom-button-pressed ((t (:inherit mindre-button-pressed)))) 475 | 476 | ;; --- Packages ----------------------------------------------------- 477 | '(package-description ((t (:inherit mindre-default)))) 478 | '(package-help-section-name ((t (:inherit mindre-default)))) 479 | '(package-name ((t (:inherit mindre-keyword)))) 480 | '(package-status-avail-obso ((t (:inherit mindre-faded)))) 481 | '(package-status-available ((t (:inherit mindre-default)))) 482 | '(package-status-built-in ((t (:inherit mindre-keyword)))) 483 | '(package-status-dependency ((t (:inherit mindre-keyword)))) 484 | '(package-status-disabled ((t (:inherit mindre-faded)))) 485 | '(package-status-external ((t (:inherit mindre-default)))) 486 | '(package-status-held ((t (:inherit mindre-default)))) 487 | '(package-status-incompat ((t (:inherit mindre-faded)))) 488 | '(package-status-installed ((t (:inherit mindre-keyword)))) 489 | '(package-status-new ((t (:inherit mindre-default)))) 490 | '(package-status-unsigned ((t (:inherit mindre-default)))) 491 | 492 | ;; --- Info --------------------------------------------------------- 493 | '(info-node ((t (:inherit mindre-strong)))) 494 | '(info-menu-header ((t (:inherit mindre-strong)))) 495 | '(info-header-node ((t (:inherit mindre-default)))) 496 | '(info-index-match ((t (:inherit mindre-keyword)))) 497 | '(info-menu-star ((t (:inherit mindre-default)))) 498 | '(Info-quoted ((t (:inherit mindre-keyword)))) 499 | '(info-title-1 ((t (:inherit mindre-strong)))) 500 | '(info-title-2 ((t (:inherit mindre-strong)))) 501 | '(info-title-3 ((t (:inherit mindre-strong)))) 502 | '(info-title-4 ((t (:inherit mindre-strong)))) 503 | 504 | ;; --- Helpful ------------------------------------------------------ 505 | '(helpful-heading ((t (:inherit mindre-strong)))) 506 | 507 | ;; --- EPA ---------------------------------------------------------- 508 | '(epa-field-body ((t (:inherit mindre-default)))) 509 | '(epa-field-name ((t (:inherit mindre-strong)))) 510 | '(epa-mark ((t (:inherit mindre-keyword)))) 511 | '(epa-string ((t (:inherit mindre-strong)))) 512 | '(epa-validity-disabled ((t (:inherit mindre-faded)))) 513 | '(epa-validity-high ((t (:inherit mindre-strong)))) 514 | '(epa-validity-medium ((t (:inherit mindre-default)))) 515 | '(epa-validity-low ((t (:inherit mindre-faded)))) 516 | 517 | ;; --- Dired -------------------------------------------------------- 518 | `(dired-header ((t (:foreground "#463c65" :inherit mindre-bold)))) 519 | 520 | '(dired-directory ((t (:inherit (mindre-bold))))) 521 | `(dired-symlink ((t (:slant italic)))) 522 | '(dired-marked ((t (:inherit mindre-keyword)))) 523 | `(dired-flagged ((t (:inherit mindre-critical-i)))) 524 | `(dired-broken-symlink ((t (:slant italic :strike-through ,red)))) 525 | 526 | ;; --- Diredfl ------------------------------------------------------ 527 | `(diredfl-dir-heading ((t (:inherit mindre-keyword)))) 528 | `(diredfl-file-name ((t (:inhert mindre-default)))) 529 | `(diredfl-write-priv ((t (:inhert mindre-default)))) 530 | `(diredfl-read-priv ((t (:inhert mindre-default)))) 531 | `(diredfl-exec-priv ((t (:inherit mindre-keyword)))) 532 | `(diredfl-no-priv ((t (:inherit mindre-faded)))) 533 | `(diredfl-dir-priv ((t (:inherit (mindre-bold mindre-strong))))) 534 | `(diredfl-date-time ((t (:inherit mindre-verbatim)))) 535 | `(diredfl-number ((t (:foreground ,fg-main)))) 536 | `(diredfl-file-suffix ((t (:inherit mindre-keyword)))) 537 | `(diredfl-dir-name ((t (:inherit mindre-bold)))) 538 | `(diredfl-deletion-file-name ((t (:background ,bg-inactive)))) 539 | `(diredfl-deletion ((t (:inherit (mindre-critical-i mindre-bold))))) 540 | `(diredfl-ignored-file-name ((t (:inherit mindre-faded)))) 541 | `(diredfl-flag-mark-line ((t (:background ,bg-inactive)))) 542 | `(diredfl-flag-mark ((t (:background ,bg-inactive)))) 543 | `(diredfl-symlink ((t (:slant italic)))) 544 | `(diredfl-rare-priv ((t (:inherit mindre-default :slant italic)))) 545 | `(diredfl-compressed-file-name ((t (:inherit mindre-default)))) 546 | `(diredfl-compressed-extensions ((t (:inherit mindre-keyword)))) 547 | `(diredfl-compressed-file-suffix ((t (:inherit mindre-type)))) 548 | ; TODO: I don't know what these are.. 549 | `(diredfl-link-priv ((t (:foreground ,orange)))) 550 | ;`(diredfl-other-priv ((t ()))) 551 | `(diredfl-tagged-autofile-name ((t (:background "#c6dad3")))) 552 | 553 | ;; --- Eglot -------------------------------------------------------- 554 | `(eglot-mode-line ((t (:foreground ,fg-main)))) 555 | `(eglot-mode-line-none-face ((t (:foreground ,fg-main)))) 556 | '(eglot-highlight-symbol-face ((t (:inherit underline)))) 557 | 558 | ;; --- Eww ---------------------------------------------------- 559 | `(eww-form-submit ((t (:box (:style released-button) :background ,bg-inactive)))) 560 | `(shr-link ((t (:foreground ,blue)))) 561 | 562 | ;; --- Keycast ------------------------------------------------------ 563 | `(keycast-key ((t :inherit nil :bold t))) 564 | `(keycast-command ((t :inherit mindre-default))) 565 | 566 | ;; --- Popup -------------------------------------------------------- 567 | '(popup-face ((t (:inherit highlight)))) 568 | '(popup-isearch-match ((t (:inherit mindre-strong)))) 569 | '(popup-menu-face ((t (:inherit mindre-subtle)))) 570 | '(popup-menu-mouse-face ((t (:inherit mindre-faded-i)))) 571 | '(popup-menu-selection-face ((t (:inherit mindre-keyword-i)))) 572 | '(popup-menu-summary-face ((t (:inherit mindre-faded)))) 573 | '(popup-scroll-bar-background-face ((t (:inherit mindre-subtle)))) 574 | '(popup-scroll-bar-foreground-face ((t (:inherit mindre-subtle)))) 575 | '(popup-summary-face ((t (:inherit mindre-faded)))) 576 | '(popup-tip-face ((t (:inherit mindre-strong-i)))) 577 | 578 | ;; --- Diff --------------------------------------------------------- 579 | `(diff-header ((t (:inherit mindre-bold)))) 580 | '(diff-file-header ((t (:inherit mindre-strong)))) 581 | '(diff-context ((t (:inherit mindre-default)))) 582 | '(diff-removed ((t (:background "#ffb7b6")))) 583 | '(diff-changed ((t (:inherit mindre-strong)))) 584 | `(diff-added ((t (:background ,green-mint)))) 585 | '(diff-refine-added ((t (:inherit (mindre-keyword mindre-strong))))) 586 | '(diff-refine-changed ((t (:inherit mindre-strong)))) 587 | '(diff-refine-removed ((t (:inherit mindre-faded :strike-through t)))) 588 | 589 | ;; --- Message ------------------------------------------------------ 590 | '(message-cited-text-1 ((t (:inherit mindre-faded)))) 591 | '(message-cited-text-2 ((t (:inherit mindre-faded)))) 592 | '(message-cited-text-3 ((t (:inherit mindre-faded)))) 593 | '(message-cited-text-4 ((t (:inherit mindre-faded)))) 594 | '(message-cited-text ((t (:inherit mindre-faded)))) 595 | '(message-header-cc ((t (:inherit mindre-default)))) 596 | '(message-header-name ((t (:inherit mindre-strong)))) 597 | '(message-header-newsgroups ((t (:inherit mindre-default)))) 598 | '(message-header-other ((t (:inherit mindre-default)))) 599 | '(message-header-subject ((t (:inherit mindre-keyword)))) 600 | '(message-header-to ((t (:inherit mindre-keyword)))) 601 | '(message-header-xheader ((t (:inherit mindre-default)))) 602 | '(message-mml ((t (:inherit mindre-strong)))) 603 | '(message-separator ((t (:inherit mindre-faded)))) 604 | 605 | ;; --- Outline ------------------------------------------------------ 606 | '(outline-1 ((t (:inherit mindre-strong)))) 607 | '(outline-2 ((t (:inherit mindre-strong)))) 608 | '(outline-3 ((t (:inherit mindre-strong)))) 609 | '(outline-4 ((t (:inherit mindre-strong)))) 610 | '(outline-5 ((t (:inherit mindre-strong)))) 611 | '(outline-6 ((t (:inherit mindre-strong)))) 612 | '(outline-7 ((t (:inherit mindre-strong)))) 613 | '(outline-8 ((t (:inherit mindre-strong)))) 614 | 615 | ;; --- Orderless ------------------------------------------------------ 616 | '(orderless-match-face-0 ((t (:inherit mindre-bold)))) 617 | '(orderless-match-face-1 ((t (:inherit mindre-bold)))) 618 | '(orderless-match-face-2 ((t (:inherit mindre-bold)))) 619 | '(orderless-match-face-3 ((t (:inherit mindre-bold)))) 620 | 621 | ;; --- Flyspell ---------------------------------------------------- 622 | '(flyspell-duplicate ((t (:inherit mindre-warning)))) 623 | `(flyspell-incorrect ((t (:inherit mindre-strong :underline (:style wave :color ,red))))) 624 | 625 | ;; --- Flymake ---------------------------------------------------- 626 | `(flymake-error ((t (:underline (:style wave :color ,red))))) 627 | `(flymake-warning ((t (:underline (:style wave :color ,orange))))) 628 | `(flymake-note ((t (:underline (:style wave :color ,green-light))))) 629 | `(compilation-error ((t (:inherit mindre-error)))) 630 | `(compilation-warning ((t (:foreground ,orange)))) 631 | `(compilation-mode-line-run ((t (:inherit mindre-foreground)))) 632 | 633 | ;; --- Flycheck ---------------------------------------------------- 634 | `(flycheck-error ((t (:underline (:style wave :color ,red))))) 635 | `(flycheck-warning ((t (:underline (:style wave :color ,orange))))) 636 | `(flycheck-info ((t (:underline (:style wave :color ,green-light))))) 637 | 638 | ;; --- Org agenda --------------------------------------------------- 639 | '(org-agenda-calendar-event ((t (:inherit mindre-default)))) 640 | '(org-agenda-calendar-sexp ((t (:inherit mindre-keyword)))) 641 | '(org-agenda-clocking ((t (:inherit mindre-faded)))) 642 | '(org-agenda-column-dateline ((t (:inherit mindre-faded)))) 643 | '(org-agenda-current-time ((t (:inherit mindre-strong)))) 644 | '(org-agenda-date ((t (:inherit mindre-default)))) 645 | '(org-agenda-date-today ((t (:inherit (mindre-keyword mindre-strong))))) 646 | '(org-agenda-date-weekend ((t (:inherit mindre-critical-i)))) 647 | '(org-agenda-diary ((t (:inherit mindre-faded)))) 648 | '(org-agenda-dimmed-todo-face ((t (:inherit mindre-faded)))) 649 | '(org-agenda-done ((t (:inherit mindre-faded)))) 650 | '(org-agenda-filter-category ((t (:inherit mindre-faded)))) 651 | '(org-agenda-filter-effort ((t (:inherit mindre-faded)))) 652 | '(org-agenda-filter-regexp ((t (:inherit mindre-faded)))) 653 | '(org-agenda-filter-tags ((t (:inherit mindre-faded)))) 654 | '(org-agenda-property-face ((t (:inherit mindre-faded)))) 655 | '(org-agenda-restriction-lock ((t (:inherit mindre-faded)))) 656 | '(org-agenda-structure ((t (:inherit mindre-bold)))) 657 | `(org-dispatcher-highlight ((t (:inherit mindre-keyword :bold t)))) 658 | 659 | ;; --- Org ---------------------------------------------------------- 660 | '(org-archived ((t (:inherit mindre-faded)))) 661 | '(org-block ((t (:inherit (mindre-block fixed-pitch))))) 662 | 663 | `(org-block-begin-line ((t (:inherit (mindre-faded fixed-pitch) 664 | :overline ,gray-silver 665 | :background ,gray-light 666 | :height 0.9 667 | :extend t)))) 668 | 669 | `(org-block-end-line ((t (:inherit fixed-pitch 670 | :foreground ,gray-silver 671 | :background ,gray-light 672 | :height 0.9 673 | :extend t)))) 674 | 675 | '(org-checkbox ((t (:inherit (mindre-default fixed-pitch))))) 676 | '(org-checkbox-statistics-done ((t (:inherit (mindre-faded fixed-pitch))))) 677 | '(org-checkbox-statistics-todo ((t (:inherit (mindre-default fixed-pitch))))) 678 | '(org-clock-overlay ((t (:inherit mindre-faded)))) 679 | '(org-code ((t (:inherit (fixed-pitch mindre-block))))) 680 | '(org-column ((t (:inherit mindre-faded)))) 681 | '(org-column-title ((t (:inherit mindre-faded)))) 682 | '(org-date ((t (:inherit mindre-faded)))) 683 | '(org-date-selected ((t (:inherit mindre-faded)))) 684 | '(org-default ((t (:inherit mindre-faded)))) 685 | '(org-document-info ((t (:inherit mindre-faded)))) 686 | '(org-document-info-keyword ((t (:inherit (mindre-faded fixed-pitch))))) 687 | '(org-document-title ((t (:inherit mindre-strong :height 1.8 :weight semibold)))) 688 | '(org-done ((t (:foreground "#585c60")))) 689 | '(org-drawer ((t (:inherit (mindre-faded fixed-pitch))))) 690 | '(org-ellipsis ((t (:inherit mindre-faded)))) 691 | '(org-footnote ((t (:inherit mindre-faded)))) 692 | '(org-formula ((t (:inherit mindre-faded)))) 693 | '(org-headline-done ((t (:foreground "#585c60")))) 694 | '(org-headline-todo ((t (:inherit mindre-default)))) 695 | '(org-hide ((t (:inherit mindre-subtle-i)))) 696 | '(org-indent ((t (:inherit mindre-subtle-i)))) 697 | `(org-latex-and-related ((t (:inherit (mindre-default) :background ,bg-main)))) 698 | `(org-level-1 ((t (:inherit mindre-heading-1)))) 699 | `(org-level-2 ((t (:inherit mindre-heading-1)))) 700 | `(org-level-3 ((t (:inherit mindre-heading-1)))) 701 | `(org-level-4 ((t (:inherit mindre-heading-1)))) 702 | `(org-level-5 ((t (:inherit mindre-heading-1)))) 703 | `(org-level-6 ((t (:inherit mindre-strong)))) 704 | `(org-level-7 ((t (:inherit mindre-strong)))) 705 | `(org-level-8 ((t (:inherit mindre-strong)))) 706 | `(org-link ((t (:inherit link)))) 707 | '(org-list-dt ((t (:inherit mindre-faded)))) 708 | '(org-macro ((t (:inherit mindre-faded)))) 709 | '(org-meta-line ((t (:inherit (mindre-faded fixed-pitch) :height 0.9)))) 710 | '(org-mode-line-clock ((t (:inherit mindre-faded)))) 711 | '(org-mode-line-clock-overrun ((t (:inherit mindre-faded)))) 712 | '(org-priority ((t (:inherit mindre-faded)))) 713 | '(org-property-value ((t (:inherit (mindre-faded fixed-pitch))))) 714 | '(org-quote ((t (:inherit mindre-default)))) 715 | '(org-scheduled ((t (:inherit mindre-faded)))) 716 | '(org-scheduled-previously ((t (:inherit mindre-faded)))) 717 | '(org-scheduled-today ((t (:inherit mindre-faded)))) 718 | '(org-sexp-date ((t (:inherit mindre-faded)))) 719 | '(org-special-keyword ((t (:inherit (mindre-faded fixed-pitch))))) 720 | '(org-table ((t (:inherit (mindre-default fixed-pitch))))) 721 | '(org-tag ((t (:inherit mindre-strong)))) 722 | '(org-tag-group ((t (:inherit mindre-faded)))) 723 | '(org-target ((t (:inherit mindre-faded)))) 724 | '(org-time-grid ((t (:inherit mindre-faded)))) 725 | '(org-todo ((t (:inherit (mindre-keyword mindre-strong))))) 726 | '(org-upcoming-deadline ((t (:inherit mindre-default)))) 727 | '(org-verbatim ((t (:inherit (mindre-verbatim fixed-pitch))))) 728 | '(org-verse ((t (:inherit mindre-faded)))) 729 | '(org-warning ((t (:inherit mindre-strong)))) 730 | 731 | ;; --- Org modern --------------------------------------------------- 732 | `(org-modern-date-active ((t (:inherit org-modern-done :background ,bg-inactive)))) 733 | `(org-modern-statistics ((t (:inherit org-modern-done :background ,bg-inactive)))) 734 | `(org-modern-priority ((t (:inherit org-modern-done :background ,bg-inactive)))) 735 | `(org-modern-label ((t (:box (:color ,bg-main :line-width (0 . -1)))))) 736 | 737 | ;; --- Mu4e --------------------------------------------------------- 738 | '(mu4e-attach-number-face ((t (:inherit mindre-strong)))) 739 | '(mu4e-cited-1-face ((t (:inherit mindre-faded)))) 740 | '(mu4e-cited-2-face ((t (:inherit mindre-faded)))) 741 | '(mu4e-cited-3-face ((t (:inherit mindre-faded)))) 742 | '(mu4e-cited-4-face ((t (:inherit mindre-faded)))) 743 | '(mu4e-cited-5-face ((t (:inherit mindre-faded)))) 744 | '(mu4e-cited-6-face ((t (:inherit mindre-faded)))) 745 | '(mu4e-cited-7-face ((t (:inherit mindre-faded)))) 746 | '(mu4e-compose-header-face ((t (:inherit mindre-faded)))) 747 | '(mu4e-compose-separator-face ((t (:inherit mindre-faded)))) 748 | '(mu4e-contact-face ((t (:inherit mindre-keyword)))) 749 | '(mu4e-context-face ((t (:inherit mindre-faded)))) 750 | '(mu4e-draft-face ((t (:inherit mindre-faded)))) 751 | '(mu4e-flagged-face ((t (:inherit mindre-strong)))) 752 | '(mu4e-footer-face ((t (:inherit mindre-faded)))) 753 | '(mu4e-forwarded-face ((t (:inherit mindre-default)))) 754 | '(mu4e-header-face ((t (:inherit mindre-default)))) 755 | '(mu4e-header-highlight-face ((t (:inherit highlight)))) 756 | '(mu4e-header-key-face ((t (:inherit mindre-strong)))) 757 | '(mu4e-header-marks-face ((t (:inherit mindre-faded)))) 758 | '(mu4e-header-title-face ((t (:inherit mindre-strong)))) 759 | '(mu4e-header-value-face ((t (:inherit mindre-default)))) 760 | '(mu4e-highlight-face ((t (:inherit mindre-strong)))) 761 | '(mu4e-link-face ((t (:inherit mindre-keyword)))) 762 | '(mu4e-modeline-face ((t (:inherit mindre-faded)))) 763 | '(mu4e-moved-face ((t (:inherit mindre-faded)))) 764 | '(mu4e-ok-face ((t (:inherit mindre-faded)))) 765 | '(mu4e-region-code ((t (:inherit mindre-faded)))) 766 | '(mu4e-replied-face ((t (:inherit mindre-default)))) 767 | '(mu4e-special-header-value-face ((t (:inherit mindre-default)))) 768 | '(mu4e-system-face ((t (:inherit mindre-faded)))) 769 | '(mu4e-title-face ((t (:inherit mindre-strong)))) 770 | '(mu4e-trashed-face ((t (:inherit mindre-faded)))) 771 | '(mu4e-unread-face ((t (:inherit mindre-strong)))) 772 | '(mu4e-url-number-face ((t (:inherit mindre-faded)))) 773 | '(mu4e-view-body-face ((t (:inherit mindre-default)))) 774 | '(mu4e-warning-face ((t (:inherit mindre-strong)))) 775 | 776 | ;; --- Notmuch ------------------------------------------------------- 777 | `(notmuch-crypto-decryption ((t (:inherit mindre-strong)))) 778 | `(notmuch-crypto-part-header ((t (:inherit mindre-strong)))) 779 | `(notmuch-crypto-signature-bad ((t (:inherit mindre-error)))) 780 | `(notmuch-crypto-signature-good ((t (:inherit mindre-note)))) 781 | `(notmuch-crypto-signature-good-key ((t (:inherit mindre-note)))) 782 | `(notmuch-crypto-signature-unknown ((t (:inherit mindre-warning)))) 783 | `(notmuch-search-count ((t (:inherit mindre-faded)))) 784 | `(notmuch-search-unread-face ((t (:weight semibold)))) 785 | `(notmuch-search-date ((t (:inherit mindre-default)))) 786 | `(notmuch-search-matching-authors ((t (:foreground ,black-alt)))) 787 | `(notmuch-search-non-matching-authors ((t (:inherit mindre-faded)))) 788 | `(notmuch-search-subject ((t (:inherit mindre-default)))) 789 | `(notmuch-tag-added ((t (:inherit mindre-verbatim :underline t)))) 790 | `(notmuch-tag-deleted ((t (:inherit mindre-verbatim :strike-through t)))) 791 | `(notmuch-tag-face ((t (:inherit mindre-keyword)))) 792 | `(notmuch-tag-flagged ((t (:inherit mindre-strong)))) 793 | `(notmuch-tag-unread ((t (:inherit mindre-strong)))) 794 | `(notmuch-tree-match-author-face ((t (:inherit mindre-keyword)))) 795 | `(notmuch-tree-match-subject-face ((t (:inherit mindre-default)))) 796 | `(notmuch-tree-match-date-face ((t (:inherit mindre-default)))) 797 | `(notmuch-tree-match-tag-face ((t (:inherit mindre-verbatim)))) 798 | `(notmuch-tree-no-match-face ((t (:inherit mindre-faded)))) 799 | `(notmuch-tree-no-match-date-face ((t (:inherit mindre-default)))) 800 | 801 | ;; --- Elfeed ------------------------------------------------------- 802 | '(elfeed-log-date-face ((t (:inherit mindre-faded)))) 803 | '(elfeed-log-info-level-face ((t (:inherit mindre-default)))) 804 | '(elfeed-log-debug-level-face ((t (:inherit mindre-default)))) 805 | '(elfeed-log-warn-level-face ((t (:inherit mindre-strong)))) 806 | '(elfeed-log-error-level-face ((t (:inherit mindre-strong)))) 807 | '(elfeed-search-tag-face ((t (:inherit mindre-verbatim)))) 808 | '(elfeed-search-date-face ((t (:inherit mindre-default)))) 809 | '(elfeed-search-feed-face ((t (:inherit mindre-keyword)))) 810 | '(elfeed-search-filter-face ((t (:inherit mindre-faded)))) 811 | '(elfeed-search-last-update-face ((t (:inherit mindre-keyword)))) 812 | '(elfeed-search-title-face ((t (:inherit mindre-default)))) 813 | '(elfeed-search-unread-count-face ((t (:inherit mindre-strong)))) 814 | '(elfeed-search-unread-title-face ((t (:inherit mindre-strong)))) 815 | 816 | ;; --- Ivy -------------------------------------------------------- 817 | `(ivy-minibuffer-match-face-1 ((t (:inherit mindre-strong)))) 818 | `(ivy-minibuffer-match-face-2 ((t (:inherit mindre-strong)))) 819 | `(ivy-minibuffer-match-face-3 ((t (:inherit mindre-strong)))) 820 | `(ivy-minibuffer-match-face-4 ((t (:inherit mindre-strong)))) 821 | 822 | ;; --- Rainbow delimeters ------------------------------------------ 823 | '(rainbow-delimiters-depth-1-face ((t (:foreground "#b9bbbc")))) 824 | '(rainbow-delimiters-depth-2-face ((t (:foreground "#a2a4a6")))) 825 | '(rainbow-delimiters-depth-3-face ((t (:foreground "#8b8e90")))) 826 | '(rainbow-delimiters-depth-4-face ((t (:foreground "#737779")))) 827 | '(rainbow-delimiters-depth-5-face ((t (:foreground "#5c6063")))) 828 | '(rainbow-delimiters-depth-6-face ((t (:foreground "#45494d")))) 829 | '(rainbow-delimiters-depth-7-face ((t (:foreground "#2d3336")))) 830 | '(rainbow-delimiters-depth-8-face ((t (:inherit mindre-strong)))) 831 | '(rainbow-delimiters-depth-9-face ((t (:inherit mindre-strong)))) 832 | '(rainbow-delimiters-depth-10-face ((t (:inherit mindre-strong)))) 833 | '(rainbow-delimiters-depth-11-face ((t (:inherit mindre-strong)))) 834 | '(rainbow-delimiters-depth-12-face ((t (:inherit mindre-strong)))) 835 | 836 | ;; --- Deft -------------------------------------------------------- 837 | '(deft-filter-string-error-face ((t (:inherit mindre-strong)))) 838 | '(deft-filter-string-face ((t (:inherit mindre-default)))) 839 | '(deft-header-face ((t (:inherit mindre-keyword)))) 840 | '(deft-separator-face ((t (:inherit mindre-faded)))) 841 | '(deft-summary-face ((t (:inherit mindre-faded)))) 842 | '(deft-time-face ((t (:inherit mindre-keyword)))) 843 | '(deft-title-face ((t (:inherit mindre-strong)))) 844 | 845 | ;; --- Restructured text ------------------------------------------- 846 | '(rst-adornment ((t (:inherit mindre-faded)))) 847 | '(rst-block ((t (:inherit mindre-default)))) 848 | '(rst-comment ((t (:inherit mindre-faded)))) 849 | '(rst-definition ((t (:inherit mindre-keyword)))) 850 | '(rst-directive ((t (:inherit mindre-keyword)))) 851 | '(rst-emphasis1 ((t (:inherit mindre-faded)))) 852 | '(rst-emphasis2 ((t (:inherit mindre-strong)))) 853 | '(rst-external ((t (:inherit mindre-keyword)))) 854 | '(rst-level-1 ((t (:inherit mindre-strong)))) 855 | '(rst-level-2 ((t (:inherit mindre-strong)))) 856 | '(rst-level-3 ((t (:inherit mindre-strong)))) 857 | '(rst-level-4 ((t (:inherit mindre-strong)))) 858 | '(rst-level-5 ((t (:inherit mindre-strong)))) 859 | '(rst-level-6 ((t (:inherit mindre-strong)))) 860 | '(rst-literal ((t (:inherit mindre-keyword)))) 861 | '(rst-reference ((t (:inherit mindre-keyword)))) 862 | '(rst-transition ((t (:inherit mindre-default)))) 863 | 864 | ;; --- Markdown ---------------------------------------------------- 865 | '(markdown-blockquote-face ((t (:inherit mindre-default)))) 866 | '(markdown-bold-face ((t (:inherit mindre-strong)))) 867 | `(markdown-code-face ((t (:inherit (fixed-pitch mindre-block))))) 868 | '(markdown-comment-face ((t (:inherit mindre-faded)))) 869 | '(markdown-footnote-marker-face ((t (:inherit mindre-default)))) 870 | '(markdown-footnote-text-face ((t (:inherit mindre-default)))) 871 | '(markdown-gfm-checkbox-face ((t (:inherit mindre-default)))) 872 | '(markdown-header-delimiter-face ((t (:inherit mindre-faded)))) 873 | '(markdown-header-face ((t (:inherit (mindre-strong mindre-heading-1))))) 874 | '(markdown-header-face-1 ((t (:inherit (mindre-strong mindre-heading-1))))) 875 | '(markdown-header-face-2 ((t (:inherit (mindre-strong mindre-heading-1))))) 876 | '(markdown-header-face-3 ((t (:inherit (mindre-strong mindre-heading-1))))) 877 | '(markdown-header-face-4 ((t (:inherit (mindre-strong mindre-heading-1))))) 878 | '(markdown-header-face-5 ((t (:inherit (mindre-strong mindre-heading-1))))) 879 | '(markdown-header-face-6 ((t (:inherit (mindre-strong mindre-heading-1))))) 880 | '(markdown-header-rule-face ((t (:inherit mindre-default)))) 881 | '(markdown-highlight-face ((t (:inherit mindre-default)))) 882 | '(markdown-hr-face ((t (:inherit mindre-default)))) 883 | '(markdown-html-attr-name-face ((t (:inherit mindre-default)))) 884 | '(markdown-html-attr-value-face ((t (:inherit mindre-default)))) 885 | '(markdown-html-entity-face ((t (:inherit mindre-default)))) 886 | '(markdown-html-tag-delimiter-face ((t (:inherit mindre-default)))) 887 | '(markdown-html-tag-name-face ((t (:inherit mindre-default)))) 888 | '(markdown-inline-code-face ((t (:inherit (fixed-pitch mindre-strong))))) 889 | '(markdown-italic-face ((t (:inherit mindre-faded)))) 890 | '(markdown-language-info-face ((t (:inherit mindre-default)))) 891 | '(markdown-language-keyword-face ((t (:inherit mindre-faded)))) 892 | '(markdown-line-break-face ((t (:inherit mindre-default)))) 893 | '(markdown-link-face ((t (:inherit mindre-keyword)))) 894 | '(markdown-link-title-face ((t (:inherit mindre-default)))) 895 | '(markdown-list-face ((t (:inherit mindre-default)))) 896 | '(markdown-markup-face ((t (:inherit mindre-faded)))) 897 | '(markdown-math-face ((t (:inherit mindre-default)))) 898 | '(markdown-metadata-key-face ((t (:inherit mindre-faded)))) 899 | '(markdown-metadata-value-face ((t (:inherit mindre-faded)))) 900 | '(markdown-missing-link-face ((t (:inherit mindre-default)))) 901 | '(markdown-plain-url-face ((t (:inherit mindre-default)))) 902 | `(markdown-pre-face ((t (:inherit mindre-subtle :extend t :inherit fixed-pitch)))) 903 | '(markdown-reference-face ((t (:inherit mindre-keyword)))) 904 | '(markdown-strike-through-face ((t (:inherit mindre-faded)))) 905 | '(markdown-table-face ((t (:inherit mindre-default)))) 906 | '(markdown-url-face ((t (:inherit mindre-keyword)))) 907 | 908 | ;; --- Terminal ---------------------------------------------------- 909 | '(term-bold ((t (:inherit mindre-strong)))) 910 | '(term-color-black ((t (:inherit default)))) 911 | '(term-color-blue ((t (:foreground "#122340" :background "#122340")))) 912 | '(term-color-cyan ((t (:inherit default)))) 913 | '(term-color-green ((t (:foreground "#124023" :background "#124023")))) 914 | '(term-color-magenta ((t (:foreground "#463c65" :background "#463c65")))) 915 | '(term-color-red ((t (:foreground "#5d0000" :background "#5d0000 ")))) 916 | '(term-color-yellow ((t (:foreground "#54433a" :background "#54433a")))) 917 | 918 | ;; --- Haskell ---------------------------------------------------- 919 | `(haskell-constructor-face ((t (:inherit mindre-type)))) 920 | `(haskell-pragma-face ((t (:inherit font-lock-comment-face)))) 921 | `(haskell-operator-face ((t (:inherit mindre-default)))) 922 | 923 | ;; --- Nix ---------------------------------------------------- 924 | `(nix-attribute-face ((t (:inherit mindre-default)))) 925 | 926 | ;; --- Sh ---------------------------------------------------- 927 | `(sh-quoted-exec ((t (:inherit mindre-default)))) 928 | 929 | ;; --- LaTeX ---------------------------------------------------- 930 | `(font-latex-math-face ((t (:inherit (mindre-default fixed-pitch))))) 931 | `(font-latex-bold-face ((t (:inherit bold)))) 932 | `(font-latex-warning-face ((t (:inherit (mindre-note fixed-pitch))))) 933 | `(font-latex-script-char-face ((t (:inherit mindre-default)))) 934 | `(font-latex-sectioning-2-face ((t (:inherit bold :height 1.4)))) 935 | 936 | ;; --- Geiser ---------------------------------------------------- 937 | `(geiser-font-lock-autodoc-current-arg ((t :inherit mindre-verbatim))) 938 | `(geiser-font-lock-autodoc-identifier ((t :inherit mindre-keyword))) 939 | 940 | ;; --- Racket ---------------------------------------------------- 941 | `(racket-keyword-argument-face ((t (:inherit mindre-keyword))))))) 942 | 943 | ;;;###autoload 944 | (when (and (boundp 'custom-theme-load-path) load-file-name) 945 | (add-to-list 'custom-theme-load-path 946 | (file-name-as-directory (file-name-directory load-file-name)))) 947 | 948 | ;;;###autoload 949 | (run-hooks 'mindre-after-load-hook) 950 | 951 | (provide-theme 'mindre) 952 | 953 | ;;; mindre-theme.el ends here 954 | --------------------------------------------------------------------------------