https://github.com/cvigilv/patana.nvim

Neovim colorscheme inspired in Patana Trufillo from 31 Minutos

https://github.com/cvigilv/patana.nvim

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.6%) to scientific vocabulary

Keywords

neovim neovim-colorscheme neovim-lua
Last synced: 11 months ago · JSON representation

Repository

Neovim colorscheme inspired in Patana Trufillo from 31 Minutos

Basic Info
  • Host: GitHub
  • Owner: cvigilv
  • License: mit
  • Language: Lua
  • Default Branch: main
  • Homepage:
  • Size: 44.9 KB
Statistics
  • Stars: 39
  • Watchers: 3
  • Forks: 1
  • Open Issues: 0
  • Releases: 1
Topics
neovim neovim-colorscheme neovim-lua
Created about 2 years ago · Last pushed over 1 year ago
Metadata Files
Readme License

README.md

patana.nvim

A minimalistic Neovim theme inspired in Patana Tufillo from 31 Minutos.

[!NOTE] The design philosophy of this theme is the following: - Mainly monochrome, with color for literals (literal) and errors (error) - Things that require my attention should be in bold typeface - Things that don't require my attention should be in italic typeface - UI stuff that require attention should be highlighted with accent color - Visual and search will have a "highlighter" style background (visual) - Diff status also colored, but it should be subtle.

[!IMPORTANT] This is a theme in its infancy, expect breaking changes, bugs and inconsistencies.

Showcase

Telescope:

Screenshot 2024-06-10 at 00 39 00

Quickfix window:

Screenshot 2024-06-10 at 00 39 20

Oil window:

Screenshot 2024-06-10 at 00 38 10

WhichKey:

Screenshot 2024-06-10 at 00 36 17

Pmenu:

Screenshot 2024-06-10 at 00 37 44

Terminal:

Screenshot 2024-06-10 at 00 33 32

Fully-fledged editing in full-screen:

Screenshot 2024-06-10 at 00 41 21

Features

  • Up-to-date to the latest Neovim 0.10 features
  • Basic LSP and Tree-sitter support
  • Support from the following plugins:
    • gitsigns.nvim
    • quickscope.vim
    • whichkey.nvim
    • oil.nvim

Installation

Install patana.nvim with your preferred package manager:

lazy.nvim ```lua { 'cvigilv/patana.nvim', opts = {}, } ```
Packer ```lua require("packer").startup(function() use({ "cvigilv/patana.nvim", config = function() require("patana").setup() end, }) end) ```
Paq ```lua require("paq")({ { "cvigilv/patana.nvim" }, }) ```
vim-plug ```vim Plug 'cvigilv/patana.nvim' ```
dein ```vim call dein#add('cvigilv/patana.nvim') ```
Pathogen ```sh git clone --depth=1 https://github.com/cvigilv/patana.nvim.git ~/.vim/bundle/ ```
Neovim native package ```sh git clone --depth=1 https://github.com/cvigilv/patana.nvim.git \ "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/pack/patana/start/patana.nvim ```

[!NOTE] To make use of the latest version of the plug-in you must configure your favorite package manager to point to the develop branch. But beware, you must expect new functionality, bugs and breaking changes from time to time.

Roadmap

This is my personal theme, that is very opinionated and intended to be used mainly in bg=light mode. Therefore, the roadmap will reflect mainly the things I need to have up and running for a comfortable use. Said that, if you use the theme and want to add specific highlight groups for plugins I will be more than willing of merging those changes in order to make this theme as feature complete as possible.

  • [ ] Support for specific languages
    • [ ] Julia
    • [ ] Python
    • [ ] Bash
    • [ ] Markdown
    • [ ] Typst
  • [ ] Cover some plugins with proper highlight groups
  • [ ] Compartmentalize theme so colors can be used in other plugins

Owner

  • Name: Carlos Vigil-Vásquez
  • Login: cvigilv
  • Kind: user
  • Location: Santiago, Chile

Chilean biochemist, Neovim plugin developer, and JuliaLanguage enthusiast. Photographer from time to time.

GitHub Events

Total
  • Issues event: 6
  • Watch event: 6
  • Create event: 1
Last Year
  • Issues event: 6
  • Watch event: 6
  • Create event: 1

Committers

Last synced: 12 months ago

All Time
  • Total Commits: 10
  • Total Committers: 1
  • Avg Commits per committer: 10.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Carlos Vigil Vásquez c****l@p****m 10
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 12 months ago

All Time
  • Total issues: 6
  • Total pull requests: 2
  • Average time to close issues: 8 months
  • Average time to close pull requests: about 1 month
  • Total issue authors: 1
  • Total pull request authors: 2
  • Average comments per issue: 0.0
  • Average comments per pull request: 3.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 6
  • Pull requests: 2
  • Average time to close issues: 8 months
  • Average time to close pull requests: about 1 month
  • Issue authors: 1
  • Pull request authors: 2
  • Average comments per issue: 0.0
  • Average comments per pull request: 3.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • cvigilv (6)
Pull Request Authors
  • cvigilv (2)
  • oonamo (2)
Top Labels
Issue Labels
hlgroup (1)
Pull Request Labels