Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ For all screenshots, see [[screenshots.org][screenshots]]

- [[screenshots.org#chalk][Chalk]]
- [[screenshots.org#dracula][Dracula]]
- [[screenshots.org#flow][Flow]] (light & dark)
- [[screenshots.org#gruvbox][gruvbox]] (light & dark)
- Material
- [[screenshots.org#material-theme-emacs-light][material-theme (Emacs)]] (light)
Expand Down
11 changes: 11 additions & 0 deletions screenshots.org
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,17 @@

[[file:./screenshots/dracula.png]]

* [[https://github.com/thejos/Cmder-Color-Schemes][Flow]]
- Contributor: [[https://github.com/thejos][thejos]]

** Light

[[file:screenshots/flow_light.png]]

** Dark

[[file:./screenshots/flow_dark.png]]

* [[https://github.com/morhetz/gruvbox][gruvbox]]
** Light
- Contributor: [[https://github.com/Linerre][Linerre]]
Expand Down
Binary file added screenshots/flow_dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/flow_light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions themes/flow_dark.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<key name="Palette1" modified="2022-09-20 18:47:35" build="210912">
<value name="Name" type="string" data="Flow"/>
<value name="TextColorIdx" type="hex" data="10"/>
<value name="BackColorIdx" type="hex" data="10"/>
<value name="PopTextColorIdx" type="hex" data="10"/>
<value name="PopBackColorIdx" type="hex" data="10"/>
<value name="ColorTable00" type="dword" data="00383226"/> <!-- Black (Background) -->
<value name="ColorTable01" type="dword" data="00ac7f2a"/> <!-- DarkBlue (Module names in Jupyter) -->
<value name="ColorTable02" type="dword" data="00699a78"/> <!-- DarkGreen (Diff add in Git, Commments in Posh, built-ins in Jupyter) -->
<value name="ColorTable03" type="dword" data="00716f5d"/> <!-- DarkCyan (String in Posh, Comments in Jupyter) -->
<value name="ColorTable04" type="dword" data="004a3dcb"/> <!-- DarkRed (Diff remove in Git) -->
<value name="ColorTable05" type="dword" data="005a4fbc"/> <!-- DarkMagenta (Setup questions in Sphinx) -->
<value name="ColorTable06" type="dword" data="00b8b0a1"/> <!-- DarkYellow -->
<value name="ColorTable07" type="dword" data="00ebebeb"/> <!-- Gray (Default Text) -->
<value name="ColorTable08" type="dword" data="006a5f57"/> <!-- DarkGray (Parameters) -->
<value name="ColorTable09" type="dword" data="00ffc440"/> <!-- Blue -->
<value name="ColorTable10" type="dword" data="003ed7a5"/> <!-- Green -->
<value name="ColorTable11" type="dword" data="00c1ac00"/> <!-- Cyan -->
<value name="ColorTable12" type="dword" data="005252ff"/> <!-- Red -->
<value name="ColorTable13" type="dword" data="008140ff"/> <!-- Magenta -->
<value name="ColorTable14" type="dword" data="0046bcee"/> <!-- Yellow (Exception in IPython) -->
<value name="ColorTable15" type="dword" data="00aeaaa6"/> <!-- White (Number, Git diff text) -->
</key>

24 changes: 24 additions & 0 deletions themes/flow_light.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<key name="Palette1" modified="2022-09-21 18:53:48" build="210912">
<value name="Name" type="string" data="Flow light"/>
<value name="TextColorIdx" type="hex" data="10"/>
<value name="BackColorIdx" type="hex" data="10"/>
<value name="PopTextColorIdx" type="hex" data="10"/>
<value name="PopBackColorIdx" type="hex" data="10"/>
<value name="ColorTable00" type="dword" data="00fef0eb"/> <!-- Black (Background) -->
<value name="ColorTable01" type="dword" data="004aabb9"/> <!-- DarkBlue (Module names in Jupyter) -->
<value name="ColorTable02" type="dword" data="00229734"/> <!-- DarkGreen (Diff add in Git, Commments in Posh, built-ins in Jupyter) -->
<value name="ColorTable03" type="dword" data="008b8883"/> <!-- DarkCyan (String in Posh, Comments in Jupyter) -->
<value name="ColorTable04" type="dword" data="003f48f5"/> <!-- DarkRed (Diff remove in Git) -->
<value name="ColorTable05" type="dword" data="00795257"/> <!-- DarkMagenta (Setup questions in Sphinx) -->
<value name="ColorTable06" type="dword" data="006a5f57"/> <!-- DarkYellow -->
<value name="ColorTable07" type="dword" data="003e2c20"/> <!-- Gray (Default Text) -->
<value name="ColorTable08" type="dword" data="007e746d"/> <!-- DarkGray (Parameters) -->
<value name="ColorTable09" type="dword" data="00d28b26"/> <!-- Blue -->
<value name="ColorTable10" type="dword" data="00935624"/> <!-- Green -->
<value name="ColorTable11" type="dword" data="00ca9635"/> <!-- Cyan -->
<value name="ColorTable12" type="dword" data="005252ff"/> <!-- Red -->
<value name="ColorTable13" type="dword" data="009f9456"/> <!-- Magenta -->
<value name="ColorTable14" type="dword" data="00046fff"/> <!-- Yellow (Exception in IPython) -->
<value name="ColorTable15" type="dword" data="00797059"/> <!-- White (Number, Git diff text) -->
</key>