1. 程式人生 > >如何在ubuntu terminal及vim使用solarized主題

如何在ubuntu terminal及vim使用solarized主題

在ubuntu上想使用solarized 主題的vim,僅僅是安裝solarized外掛是不夠的,需要同時對ubuntu的terminal的主題也做solarized的配置。

說明:ubuntu中如果只修改vim使用solarized配色,會因terminal配色和vim配色疊加造成亮灰色,因此terminal也需要修改成solarized配色:

1.如果沒有安裝git,先通過sudo apt-get install git-core安裝git

2.從github上下載配色方案

git clone https://github.com/sigurdga/gnome-terminal-colors-solarized.git

進入gome-terminal-colors-solarized後,執行./set_dark.sh或./set_light.sh
這裡寫圖片描述

3.此時ls 命令的話會看到顯示都是白色,接著我們來修改ls 的配色

先從solarized專案中下載配色檔案

git clone https://github.com/seebi/dircolors-solarized.git

下載完後會有256dark,ansi-dark,ansi-light等多個配色,這裡用256dark
執行cp ~/dircolors-solarized/dircolors.256dark ~/.dircolors,複製後的.dircolors就是待會要讀取的ls配色檔案
在./bashrc檔案中加入 eval dircolors ~/.dircolors

,每次啟動bash讀取配色檔案,接著我們關閉開啟另一個bash,此時ls命令可以看到有顏色了

4.接著我們來對vim進行配色,通過

git clone https://github.com/altercation/vim-colors-solarized.git

下載vim solarized主題,複製vim-colors-solarized/colors/下的solarized.vim到/usr/share/vim/vim74目錄下,注意solarized.vim的許可權,然後在~/.vimrc中新增幾句

syntax enable
let g:solarized_termcolors=256
set
background=dark colorscheme solarized

這樣就配置完成,最終效果如下圖:
這裡寫圖片描述

下面是在ubuntu16.04上執行set_dart.sh的log:

jack@jack-VirtualBox:~/gnome-terminal-colors-solarized$ ./set_dark.sh 

This script will ask you which color scheme you want, and which Gnome Terminal profile to overwrite.

Please note that there is no uninstall option yet. If you do not wish to overwrite any of your profiles, you should create a new profile before you run this script. However, you can reset your colors to the Gnome default, by running:

    Gnome >= 3.8 dconf reset -f /org/gnome/terminal/legacy/profiles:/
    Gnome < 3.8 gconftool-2 --recursive-unset /apps/gnome-terminal

By default, it runs in the interactive mode, but it also can be run non-interactively, just feed it with the necessary options, see 'install.sh --help' for details.

Please select a Gnome Terminal profile:
1) Unnamed
#? 1

You have selected:

  Scheme:  dark
  Profile: Unnamed (b1dcc9dd-5262-4d8d-a863-c897e6d979b9)

Are you sure you want to overwrite the selected profile?
(YES to continue) YES
Confirmation received -- applying settings

A dircolors adapted to solarized can be automatically downloaded.

1) Download seebi' dircolors-solarized: https://github.com/seebi/dircolors-solarized

2) [DEFAULT] I don't need any dircolors.

Enter your choice : [2] 2
jack@jack-VirtualBox:~/gnome-terminal-colors-solarized$ ls

相關推薦

如何在ubuntu terminalvim使用solarized主題

在ubuntu上想使用solarized 主題的vim,僅僅是安裝solarized外掛是不夠的,需要同時對ubuntu的terminal的主題也做solarized的配置。 說明:ubuntu中如果只修改vim使用solarized配色,會因terminal

ubuntu terminal 介紹相關命令

ubuntu的terminal 1.調出方法 windows鍵+T 2.終端顯示內容 3. 檢視當前所在目錄的絕對路徑--pwd命令 eg1: eg2: linux嚴格區分大小寫 4. 更改/進入目錄--cd命令 (1)cd /:進入根目錄 (2)cd 目錄名:進入指定

ubuntu terminal shortcut

fault tab let lin left mod htm eve isa Keyboard shortcuts Keyboard shortcuts are combinations of keys that allow you to perform actio

xshell本地上傳文件到UbuntuUbuntu上下載文件到本地

file 選擇 roo root 窗口 服務 http 安裝 我只 1.第一種方法是最常用的 :如果下載了Xshell和Xftp,Ctrl+Alt+F就可以選擇文件的互傳了!(虛擬機/雲服務器通用)--只要相互間能ping得通。 2.第二種方法 :ubuntu環境

ubuntu安裝破解WebStorm11

art webstorm 成了 local 註冊 jetbrains data- reg serve ubuntu安裝及破解WebStorm11 下載地址:http://www.jetbrains.com/webstorm/download/#section=linux-

如何判斷網站是不是wordpress做的WP主題是什麽?

pre 如何 image clu 文件夾 是什麽 自動搜索 des 什麽 經常聽到朋友問:“如何辨別wp網站”,“怎麽查看WP網站的主題是什麽”, “如何識別wordpress” ,“wordpress主題查詢”今天就來講一講方法 原文鏈接:如何判斷網站是不是wordpre

Ubuntu安裝使用sublime3[轉]

gpo xen installer nbsp 目錄 rep sublime3 文件 team http://blog.csdn.net/coding99/article/details/52421337 1 #首先添加sublime text 3的倉庫: 2 sudo a

Ubuntu 18.04 Numix主題設置

pos bsp 展現 apt-get -a weak 虛擬機安裝 circle get Ubuntu 18.04 Numix主題設置 一、首先安裝Numix主題 展現效果如下圖 1.安裝numix sudo add-apt-repository ppa:num

ubuntu壓縮解壓檔案

1.壓縮zip # zip -r archive_name.zip directory_to_compress 2.tar只是打包並不壓縮,好處就是它只消耗非常少的CPU以及時間去打包檔案 # tar -cvf archive_name.tar directory_to_compress

在終端/命令列下開啟檔案瀏覽器視窗--Win cmd &Ubuntu terminal

在命令列下想要視覺化檢視檔案,可以使用命令直接開啟圖形化視窗 1. Windows windows上可以使用explorer.exe開啟資源管理器: explorer.exe . #.表示開啟當前所在的資料夾 explorer.exe #會預設開啟

Mac搭建Hexo部落格NexT主題配置優化

前言 最近看到陽春麵的部落格,感覺非常漂亮,正好最近也想自己搭個部落格,記錄一下自己的學習經歷和生活感悟,給自己留下點回憶,同時整理一下自己的思路,於是就想仿照著弄一個類似的靜態部落格網站,正好最近有時間,而且內心搭部落格的念頭越來越洶湧,所以,說幹就幹! 主要內容 拉到陽春

Ubuntu terminal中新增命令執行路徑

在Terminal中如何在任何目錄下都能執行名為xx.sh的指令碼?為了解決這個問題,首先需要知道Terminal下執行指令碼的過程。 在系統預設環境變數PATH中的路徑下查詢當前指令碼 執行該指令碼 如何檢視系統預設環境變數PATH中的路徑? env | gr

Ubuntu命令技巧筆記

蒐集一些我用過的命令。 命令 1.lsb_release -a 檢視Ubuntu版本型號。 2.uname -a 顯示系統位數。 3.sudo apt-get update update是更新軟體列表。訪問源列表裡的每個網址,並讀取軟體列表,然後儲存在本地電腦。 4.sudo apt-get

ubuntu terminal 預設分視窗命令

ubuntu常用的分屏顯示工具 $ sudo apt-get install tmux 之前用tmux就是因為其可以分屏調整的功能 其實 ubuntu 內建了一個可以在terminal中能夠

ubuntu terminal 終端分屏

http://blog.csdn.net/liuxiaoheng1992/article/details/54409711 1.sudo apt-get install terminator 2.這個終端程式可以分屏,常用操作快捷鍵如下: Ctrl+S

Linux terminalPutty中backspace鍵產生亂碼的解決方法

Industry terminal definition conventions provide a smooth way for you to send commands from the remote management console--usually Special Administration

Ubuntu make 多版本JDK安裝與切換

2015-12-13 v1.0 初始版本 環境:Ubuntu 14.04.3 LTS 一 安裝android開發環境 ubuntu 15 提供了 ubuntu make,使用它可以很方便的安裝各種開發環境, 使用它安裝Android 開發環境非常方便。https://

ubuntu dockerdocker-compose安裝

com git use master version 14. code yun ins 阿裏雲源安裝dockerVersion: 18.06.1-ce curl -s https://raw.githubusercontent.com/jy1779/d

XShell本地上傳檔案到UbuntuUbuntu下載檔案到本地

使用XShell本地上傳檔案到Ubuntu上及從Ubuntu下載檔案到本地。 1.第一種方法是最常用的 :如果下載了Xshell和Xftp,Ctrl+Alt+F就可以選擇檔案的互傳了!(虛擬機器/雲伺服器通用)--只要相互間能ping得通。 2.第二種方法 :

Ubuntu使用者使用者組管理命令

建立組: $sudo addgroup ccache 建立使用者: $sudo useradd ccache -g ccache -M 創新wfz使用者並建立HOME目錄,指定使用者組為ccache $sudo useradd wfz -g ccache -m 增加已存在使用者到指定組 $sudo a