https://github.com/muchzill4/doubletrouble
dark vim colorscheme
https://github.com/muchzill4/doubletrouble
colorscheme neovim neovim-colorscheme vim vim-colorscheme
Last synced: 5 months ago
JSON representation
dark vim colorscheme
- Host: GitHub
- URL: https://github.com/muchzill4/doubletrouble
- Owner: muchzill4
- License: mit
- Created: 2021-08-07T13:04:33.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-08-01T13:56:26.000Z (11 months ago)
- Last Synced: 2025-10-11T07:12:49.513Z (9 months ago)
- Topics: colorscheme, neovim, neovim-colorscheme, vim, vim-colorscheme
- Language: Lua
- Homepage:
- Size: 1.24 MB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# doubletrouble vim colorscheme

## install
```text
use { "muchzill4/doubletrouble" }
```
## use
```lua
vim.o.termguicolors = true
vim.cmd "colorscheme doubletrouble"
```
Retrieve colors with:
```lua
local colors = require("doubletrouble.colors")
```
## supports
- [lewis6991/gitsigns.nvim](https://github.com/lewis6991/gitsigns.nvim)
- [nvim-treesitter/nvim-treesitter-context](https://github.com/nvim-treesitter/nvim-treesitter-context)
- [ibhagwan/fzf-lua](https://github.com/ibhagwan/fzf-lua)
## extras
- [kitty](dist/kitty/doubletrouble.conf)
- [fish](dist/fish/doubletrouble.fish)
- [blink](dist/blink/blink.js)
- [slack](dist/slack/slack.txt)
- [fzf](dist/fzf/fzf.txt)
- [ghostty](dist/ghostty/doubletrouble)
- [tmux](dist/tmux/doubletrouble.conf)