2015-07-07 23:38:06 +02:00
#+TITLE : Change Log
#+STARTUP : content
#+OPTIONS : H:1 num:nil author:nil creator:nil timestamp:nil toc:nil
2015-11-15 00:54:48 +01:00
#+HTML_HEAD : <link type="text/css" rel="stylesheet" href="css/changelog.css"/>
#+HTML_LINK_UP : ./
2015-07-07 23:38:06 +02:00
#+TODO : ADDED CHANGED DEPRECATED REMOVED FIXED SECURITY
All notable changes to this project will be documented in this file.
This project adheres to [[http://semver.org ][Semantic Versioning ]].
2019-05-05 09:28:57 +02:00
* COMMENT [[https://github.com/ryuslash/yoshi-theme/compare/v6.2.0...HEAD][Unreleased]]
2020-03-07 07:33:00 +01:00
** ADDED Colors and variables for ivy-posframe
2020-03-07 08:05:43 +01:00
Add the ivy-posframe faces: ~ivy-posframe~ , ~ivy-posframe-border~ . And variables:
2020-03-07 07:33:00 +01:00
~ivy-posframe-border-width~ , ~ivy-posframe-style~ .
2020-03-07 07:53:22 +01:00
** ADDED Variables for hydra-posframe
Add the hydra-posframe: ~hydra-posframe-show-params~ .
2020-03-07 08:04:33 +01:00
** ADDED Colors and variables for flycheck-posframe
Add the flycheck-posframe faces: ~flycheck-posframe-background-face~ ,
~flycheck-posframe-border-face~ . And variables: ~flycheck-posframe-border-width~ .
2020-04-21 00:30:31 +02:00
** CHANGED the background colors of org blocks
Instead of showing an underline and an overline for the beginning and end
blocks, give them a background color. With the variable
=org-fontify-whole-block-delimiter-line= set to =t= , this causes it to create a
2020-04-21 04:36:00 +02:00
line-thick border at the top of the block. The background of the block itself
has been changed to match that of other highlighted backgrounds, such as the
posframe pop-ups for ivy and company. The bottom line has been given the same
color so that blocks don't look too busy all over your document.
2020-04-21 00:30:31 +02:00
2020-04-21 00:28:36 +02:00
** ADDED the setting to fontify whole block delimiter lines
With =org-fontify-whole-block-delimiter-line= set to =t= the org block colors
have a better appearance.
2020-04-22 04:08:36 +02:00
** ADDED Some ediff faces
Add the ediff faces: =ediff-even-diff-A= , =ediff-even-diff-B= , =ediff-odd-diff-A= ,
and =ediff-odd-diff-B= .
2020-09-09 07:11:24 +02:00
** ADDED fill-column-indicator face
Add the face =fill-column-indicator= .
2021-02-01 07:03:18 +01:00
** ADDED A couple of cider faces
Add the cider faces: ~cider-test-success-face~ and ~cider-test-failure-face~ .
2021-02-01 07:05:11 +01:00
** ADDED org-code face
Add the face ~org-code~ .
2021-02-01 07:12:14 +01:00
** CHANGED All the gray faces
Change all the gray faces to provide a little bit more flexibility in which colors I can use and allow for more distinctive use of certain colors.
2021-02-01 07:13:18 +01:00
This is inspired by ideas from the [[https://www.nordtheme.com/docs/colors-and-palettes ][Nord theme Colors and Palettes ]].
2021-02-01 07:12:14 +01:00
** CHANGED mode-line faces
I hope that these changes make the mode-line more distinctive and nicer to look at. I wanted to use one of the new colors after reading some of the [[https://www.nordtheme.com/docs/colors-and-palettes ][Nord theme Colors and Palettes ]] notes about the use of their colors for different “levels” of UI elements. I thought this worked quite well with the mode-line and some of the other elements such as hydras as well.
2019-05-05 09:28:57 +02:00
* [[https://github.com/ryuslash/yoshi-theme/compare/v6.1.0...v6.2.0][6.2.0]] -- 2019-05-05
:PROPERTIES:
:CUSTOM_ID: release-6.2.0
:END:
2016-02-14 01:51:54 +01:00
** ADDED Colors for modes using ansi-color.el, such as Eshell
2016-03-05 00:06:33 +01:00
2016-06-08 23:23:53 +02:00
** ADDED Some package faces
Add the package faces: =package-status-avail-obso= ,
=package-status-available= , =package-status-dependency= ,
=package-status-installed= .
2017-03-04 05:59:38 +01:00
** ADDED Window divider faces
Add the Window Divider faces: =window-divider= ,
=window-divider-first-pixel= and =window-divider-last-pixel= .
** ADDED Window divider settings
Enable =window-divider-mode= and set the
=window-divider-default-right-width= to ~1~ .
2017-03-04 23:14:55 +01:00
** ADDED Some js2-mode faces
Add the JS2 Mode faces: =js2-error= , =js2-function-call= ,
=js2-object-property= , =js2-warning= .
2017-03-30 08:37:04 +02:00
** ADDED Some company-mode faces
Add the Company faces: =company-preview= , =company-preview-common= ,
=company-scrollbar-bg= , =company-scrollbar-fg= , =company-tooltip= ,
=company-tooltip-annotation= , =company-tooltip-common= ,
=common-tooltip-search= , =common-tooltip-search-selecion= ,
=common-tooltip-selection= .
2017-03-30 08:58:56 +02:00
** ADDED Some ivy faces
Add the Ivy faces: =ivy-current-match= ,
=ivy-minibuffer-match-face-1= , =ivy-minibuffer-match-face-2= ,
=ivy-minibuffer-match-face-3= , =ivy-minibuffer-match-face-4= .
2019-05-05 01:42:18 +02:00
** ADDED flycheck-inline faces
Add the flycheck-inline faces: =flycheck-inline-error= , =flycheck-inline-info= ,
=flycheck-inline-warning= .
2019-05-05 09:14:27 +02:00
** ADDED highlight-indent-guides face
Add the highlight-indent-guides face: =highlight-indent-guides-character-face= .
2016-03-05 00:06:33 +01:00
** CHANGED the color of high-scoring unread mails in gnus
2016-03-05 00:18:18 +01:00
** CHANGED the color of normal ticked mails in gnus
2016-08-06 04:01:11 +02:00
** CHANGED the padding around the mode-line
2017-03-04 23:14:55 +01:00
** CHANGED the JS2 function param face color
Inherit from =font-lock-warning-face= and don't specify a special
underline.
2017-03-06 06:57:13 +01:00
** CHANGED the Diff Highlight faces
Make the foreground and background color on the =diff-hl-change= ,
=diff-hl-add= and =diff-hl-remove= the same.
2017-03-06 06:58:56 +01:00
** CHANGED the top 3 Org heading faces
Make the =org-level-1= , =org-level-2= and =org-level-3= stand out
more by giving them and underline, bold weight and italic slant
2017-03-30 08:38:05 +02:00
respectively. Also give the =org-level-1= and =org-level-2= some
extra height.
2017-03-06 06:58:56 +01:00
2019-05-05 01:37:30 +02:00
** CHANGED the color of comments
Change the color of =font-lock-comment-face= to stand out more, since comments
are generally important pieces of information that show up scarcely.
2016-06-08 23:15:57 +02:00
** REMOVED the 10th rainbow delimiters depth face
2015-11-20 10:15:32 +01:00
* [[https://github.com/ryuslash/yoshi-theme/compare/v6.0.0...v6.1.0][6.1.0]] -- 2015-11-20
:PROPERTIES:
:CUSTOM_ID: release-6.1.0
:END:
2015-09-12 14:38:13 +02:00
** ADDED Some helm faces
Add the helm faces: =helm-M-x-key= , =helm-buffer-directory= ,
=helm-buffer-file= , =helm-buffer-not-saved= , =helm-buffer-process= ,
2015-09-25 14:00:05 +02:00
=helm-buffer-size= , =helm-match= , =helm-selection= , =helm-source-header= ,
=helm-ff-directory= , =helm-ff-dotted-directory= , =helm-ff-executable= ,
=helm-ff-file= , =helm-ff-invalid-symlink= , =helm-ff-symlink= .
2015-08-31 21:03:00 +02:00
2015-09-25 13:46:59 +02:00
** ADDED Some circe faces
Add the circe faces: =circe-highlight-nick-face= and
=circe-server-face= .
** ADDED Some lui faces
Add the lui faces: =lui-button-face= , =lui-time-stamp-face= .
2015-11-14 20:47:07 +01:00
** ADDED CSS faces
Add the CSS faces: =css-property= , =css-selector= and
=css-proprietary-property= .
2015-11-15 15:12:58 +01:00
** ADDED =magit-section-highlight= face
2015-11-18 16:24:05 +01:00
** ADDED =highlight-numbers-number= face
2015-11-20 10:06:05 +01:00
** FIXED Make markdown header faces work without loading Org
Stop making the =markdown-header-face-*= faces inherit from the
equivalent =org-level-*= faces, this kept the markdown faces from
working if Org mode wasn't loaded.
2015-08-31 21:03:00 +02:00
* [[https://github.com/ryuslash/yoshi-theme/compare/v5.13.0...v6.0.0][6.0.0]] -- 2015-08-31
2015-11-15 00:54:48 +01:00
:PROPERTIES:
:CUSTOM_ID: release-6.0.0
:END:
2015-07-07 23:38:06 +02:00
** ADDED =js2-function-param= face.
** ADDED =magit-log-head-label-head= face.
** ADDED =magit-log-head-label-default= face.
** ADDED Some hydra faces.
Add the =hydra-face-amaranth= , =hydra-face-blue= , =hydra-face-pink= ,
=hydra-face-red= and =hydra-face-teal= faces.
2015-07-08 00:22:29 +02:00
** ADDED Some magit faces.
Magit came out with a new version and changed (almost) all the face
names. The following faces have been added because of this:
=magit-bisect-bad= , =magit-bisect-good= , =magit-bisect-skip= ,
=magit-blame-date= , =magit-blame-hash= , =magit-blame-heading= ,
=magit-blame-name= , =magit-blame-summary= , =magit-branch-current= ,
=magit-branch-local= , =magit-branch-remote= , =magit-diff-added= ,
=magit-diff-added-highlight= , =magit-diff-context= ,
2015-07-21 01:31:13 +02:00
=magit-diff-context-highlight= , =magit-diff-file-heading= ,
=magit-diff-removed= , =magit-diff-removed-highlight= , =magit-process-ng= ,
=magit-process-ok= , =magit-section-heading= .
2015-07-08 00:22:29 +02:00
2015-07-19 23:44:28 +02:00
** ADDED =erc-button= face.
2015-07-07 23:38:06 +02:00
** CHANGED Change faces to stop using certain colors.
** CHANGED Change =gnus-signature= foreground to =fgdim=.
** CHANGED Change =message-header-xheader= foreground to =fgdim= and make it italic.
** CHANGED Change =mode-line= background and box color to =bgblue=.
** CHANGED Change =mode-line-buffer-id= foreground to =fggreen=.
** CHANGED Change =org-agenda-done= foreground to =fgorange=.
** CHANGED Remove =org-block-begin-line= background.
** CHANGED Remove =org-block-end-line= background.
** CHANGED Change =org-headline-done= foreground to =fgdim=.
** CHANGED Remove bold weight from =org-level-1=.
** CHANGED Change =org-level-2= foreground to =fgcyan= and remove bold weight.
** CHANGED Change =org-level-3= foreground to =fgred= and remove bold weight.
** CHANGED Change =org-level-4= foreground to =fgblue= and remove bold weight.
** CHANGED Change =org-level-5= foreground to =fgyellow= and remove bold weight.
** CHANGED Change =org-level-6= foreground to =fgpurple= and remove bold weight.
** CHANGED Change =org-level-7= foreground to =fgturquoise= and remove bold weight.
** CHANGED Change =org-level-8= foreground to =fgorange= and remove bold weight.
** CHANGED Remove =whitespace-tab= foreground and change underline to =bgbright=.
2015-07-21 01:28:37 +02:00
** CHANGED Change the foreground color of =diff-file-header= to bright and add bold weight
2015-07-07 23:38:06 +02:00
** REMOVED Stop using and remove certain colors for simplicity.
Stop using and remove the following colors: =fgdim-1= , =fgdim-2= ,
=fgorange-1= , =fggreen-1= , =fggreen-2= , =fggreen-3= , =fggreen-4= and =bgblue-1=
colors.
* COMMENT Local variables
# Local Variables:
# org-html-validation-link: ""
# End: