Skip to content

Commit

Permalink
add nord screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
mistakenelf committed Oct 31, 2021
1 parent f2f33de commit ab804c0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ go install github.com/knipferrc/fm@latest
- Syntax highlighting for source code with customizable themes using styles from [chroma](https://swapoff.org/chroma/playground/) (dracula, monokai etc.)
- Render pretty markdown
- Mouse support
- Themes (default, gruvbox, spooky)
- Themes (`default`, `gruvbox`, `spooky`, `nord`)
- Render PNG, JPG and JPEG as strings
- Colors adapt to terminal background
- Open selected file in editor set in EDITOR environment variable (currently only supports GUI editors)
Expand All @@ -76,6 +76,11 @@ go install github.com/knipferrc/fm@latest
<img src="./assets/spooky_dark.png" width="450" alt="spooky dark">
<img src="./assets/spooky_light.png" width="450" alt="spooky light">

### Nord

<img src="./assets/nord_dark.png" width="450" alt="nord dark">
<img src="./assets/nord_light.png" width="450" alt="nord light">

## Usage

- `fm` will start fm in the current directory
Expand Down
Binary file added assets/nord_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 assets/nord_light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ab804c0

Please sign in to comment.