Giter VIP home page Giter VIP logo

sobrio's Introduction

Sobrio theme

Screen shot

About this theme

This is a theme for Vim and Neovim, with sober colors (at least for me), hence the name. It has support for italic fonts, too. The font used in the screenshots is Victor Mono. At the moment, I only tested it in Neovim, but I think it should work with Vim as well. For the best experience, make sure your terminal supports at least 256 colors.


Manual installation

To use it, follow these steps:

  1. Copy the colors/sobrio.vim file to your colors directory, usually ~/.config/nvim/colors/ for Neovim or ./vim/colors/ for Vim.
  2. Set the color scheme: :colorscheme sobrio.
  3. ???
  4. Profit!

Using Vim-Plug

Add this repo in the Vim-Plug section of your config file:

call plug#begin()
	Plug 'elvessousa/sobrio'
call plug#end()

After sourcing the file (or restarting the editor), run :PlugInstall and restart Vim/Neovim.


Using Vundle

Add this repo in the Vundle section of your config file:

call vundle#begin()
	Plugin 'elvessousa/sobrio'
call vundle#end()

After sourcing the file (or restarting the editor), run :PluginInstall and restart Vim/Neovim.


Using NeoBundle

Add this repo in the Vundle section of your config file:

call neobundle#begin()
	NeoBundleFetch 'elvessousa/sobrio'
call neobundle#end()

After sourcing the file (or restarting the editor), run :NeoBundleInstall and restart Vim/Neovim.


Setting it as your default

If you want to make it your default, just add this line to your init.vim or .vimrc:

colorscheme sobrio

Screenshots

HTML

HTML

JavaScript / Typescript

JavaScript

React

JavaScript

CSS

CSS

SCSS

SCSS

Sass

Sass

SVG

SVG

YAML

YAML

JSON

JSON

Python

Python

PHP

PHP

Elixir

Elixir

Rust

Rust

C++

C++

Airline theme

Normal Insert Visual Command Replace

Installation

  1. Copy the ./autoload/airline/themessobrio.vim file to your NVIM airline themes directory, usually ~/.config/nvim/autoload/airline/themes/
  2. Set the color scheme: :AirlineTheme sobrio.

Setting it as your default

If you want to make your default Airline theme, add this to your init.vim:

let g:airline_theme='sobrio'

Take care!

sobrio's People

Contributors

elvessousa avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

sobrio's Issues

Error Vim

Vim version:

$ vim --version
VIM - Vi IMproved 9.0 (2022 Jun 28, compiled Jan 23 2023 03:39:31)
Correções incluídas: 1-1157
Modificado por Gentoo-9.0.1157
Erro detectado ao processar /home/marcos/.vimrc[44]../home/marcos/.vim/plugged/sobrio/colors/sobrio.vim[139]..function <SNR>30_link:
linha    1:
W18: Caractere inválido no nome do grupo
W18: Caractere inválido no nome do grupo
...

```

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.