From a1ad0e44366e498334d29cd42a578437ce36b173 Mon Sep 17 00:00:00 2001 From: abe33 Date: Mon, 14 Mar 2016 23:57:26 +0100 Subject: [PATCH] :memo: Rename custom background screenshot --- docs/Developers Documentation.md | 2 +- ...custom.png => background-custom-decorations.png} | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename resources/{background-custom.png => background-custom-decorations.png} (100%) diff --git a/docs/Developers Documentation.md b/docs/Developers Documentation.md index 712d06bc..5cce87c5 100644 --- a/docs/Developers Documentation.md +++ b/docs/Developers Documentation.md @@ -120,4 +120,4 @@ Type|Description|Example `highlight-under`|Correspond to an editor `highlight` decoration that is rendered before rendering the line content.|![](https://github.com/atom-minimap/minimap/blob/master/resources/highlight-under-decorations.png?raw=true) `highlight-over`, `highlight`|Correspond to an editor `highlight` decoration that is rendered after having rendered the line content.|![](https://github.com/atom-minimap/minimap/blob/master/resources/highlight-over-decorations.png?raw=true) `highlight-outline`|Correspond to an editor `highlight` decoration that is rendered only as an outline in the Minimap.|![](https://github.com/atom-minimap/minimap/blob/master/resources/outline-decorations.png?raw=true) -`foreground-custom`, `background-custom`|Decorations that are rendered on a per-line basis but for which you have the control over the render routine. A custom decoration must have a `render` function provided when created. This function will receive the `Decoration` object as first argument and a render context object with the following properties: |Foreground: ![Over](https://github.com/atom-minimap/minimap/blob/master/resources/foreground-custom-decorations.png?raw=true)
Background: ![Over](https://github.com/atom-minimap/minimap/blob/master/resources/background-custom-decorations.png?raw=true) +`foreground-custom`, `background-custom`|Decorations that are rendered on a per-line basis but for which you have the control over the render routine. A custom decoration must have a `render` function provided when created. This function will receive the `Decoration` object as first argument and a render context object with the following properties: |Foreground: ![Foreground](https://github.com/atom-minimap/minimap/blob/master/resources/foreground-custom-decorations.png?raw=true)
Background: ![Background](https://github.com/atom-minimap/minimap/blob/master/resources/background-custom-decorations.png?raw=true) diff --git a/resources/background-custom.png b/resources/background-custom-decorations.png similarity index 100% rename from resources/background-custom.png rename to resources/background-custom-decorations.png