falcon icon indicating copy to clipboard operation
falcon copied to clipboard

A colour scheme for terminals, Vim and friends.

Results 16 falcon issues
Sort by recently updated
recently updated
newest added

https://github.com/zdharma/fast-syntax-highlighting This project enables syntax highlighting for `zsh` with cutomizable themes. I can create the PR but I am really bad with selecting right colors from the pallete

I followed the institutions and installed falcon using vim plugin. I added it to my .vimrc. but I don't get the right color-scheme. Im not sure if its okay to...

The colouring in the terminal for various commands is wanting. Need to create LS_COLORS settings. https://github.com/sharkdp/vivid This looks like it could do the trick. Create LS_COLORS using that and/or create...

Cool theme but I would like to use it also in Visual Studio Code. Any chance ?

enhancement

Seems to be the new hotness in nvim statuslines: https://github.com/famiu/feline.nvim

Here you can find color schemes which implement highlighting of tree-sitter groups https://github.com/nvim-treesitter/nvim-treesitter/wiki/Colorschemes

waiting feedback

Amazing colorscheme, can't find a better one currently! Great job. Only things I am missing which result in inconsistent highlighting are built in LSP support and TreeSitter support on Neovim....

Hey, I've created colorscheme for telegram-desktop. It'a avaliable via https://t.me/addtheme/falcon_by_hissssst ![](file:///home/runner/media/pic/scrot_200616100810.png)

![scrot_200625154839](https://user-images.githubusercontent.com/37012324/85723128-76c97600-b6e2-11ea-9903-bfba184b41cc.png) Colorscheme for `fzf`, what do you think about it? ```sh export FZF_DEFAULT_OPTS=' --color=fg:#b4b4b9,hl:#ffc552 --color=fg+:#f8f8ff,bg+:#2f2f3a,hl+:#ff761a --color=info:#bfdaff,prompt:#ff5fff,pointer:#cbccc6 --color=marker:#ff3600,spinner:#bfdaff,header:#635196' ```