GithubHelp home page GithubHelp logo

Change Colors about vimrc HOT 3 CLOSED

amix avatar amix commented on July 24, 2024
Change Colors

from vimrc.

Comments (3)

andyleejordan avatar andyleejordan commented on July 24, 2024 6

Hello,

The proper way to change your color scheme with Amix's setup is to use the my_configs.vim file as loaded here:

~/.vim_runtime/my_configs.vim

Make said file in said folder, and edit to your heart's content; it will override anything Amix has set. So if you add to that file:

try
    colorscheme <insert your colorscheme here, I prefer Solarized>
catch
endtry

You'll get your theme applied. You can also add your own custom key mappings as well, without fear of them getting overwritten when you pull again from his repo to update.

Good luck!

from vimrc.

c1b3rh4ck avatar c1b3rh4ck commented on July 24, 2024

hi you can add the line numbers using :

set number

and the colorscheme can be fixed in the colorscheme section GUI(comments :) )

:colorscheme your prefer colorscheme

in the extended file the same matter :

if has("gui_running")
colorscheme peaksea "Change your colorscheme here :D "
else
colorscheme ir_black
endif

" Set font according to system
if has("mac") || has("macunix")
set gfn=Menlo:h14
set shell=/bin/bash
...

from vimrc.

ryantomlinson95 avatar ryantomlinson95 commented on July 24, 2024

How do you change the color scheme in the Awesome version?

from vimrc.

Related Issues (20)

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.