This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| Append two ranges horizontally. | |
| Inputs: | |
| - range1: the first range | |
| - range2: the second range | |
| - default: the value entered into missing rows. | |
| Return: The merged ranges, with empty rows filled with the default value. Missing | |
| value within either of the two ranges filled with zeros (0). The number of rows |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Predawn Colorscheme for Kitty | |
| foreground #dddcdc | |
| background #232323 | |
| selection_foreground #000000 | |
| selection_background #FFFACD | |
| url_color #0087BD | |
| cursor #F0815F | |
| # black |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" | |
| " Maintainer: | |
| " Amir Salihefendic - @amix3k | |
| " | |
| " Awesome_version: " Get this config, nice color schemes and lots of plugins! | |
| " | |
| " Install the awesome version from: | |
| " | |
| " https://github.com/amix/vimrc | |
| " |