Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
rcfiles
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nimrod
rcfiles
Commits
90995793
Commit
90995793
authored
4 years ago
by
nimrod
Browse files
Options
Downloads
Patches
Plain Diff
Try the dark solarized tmux theme again.
parent
a17ae6a1
No related branches found
No related tags found
No related merge requests found
Pipeline
#151
passed
4 years ago
Stage: test
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.tmux.conf
+31
-0
31 additions, 0 deletions
.tmux.conf
with
31 additions
and
0 deletions
.tmux.conf
+
31
−
0
View file @
90995793
bind
-
key
b
send
-
prefix
set
-
g
set
-
titles
on
set
-
g
set
-
titles
-
string
'#T'
# Copied from https://github.com/seebi/tmux-colors-solarized/blob/master/tmuxcolors-dark.conf
#### COLOUR (Solarized dark)
# default statusbar colors
set
-
option
-
g
status
-
style
fg
=
yellow
,
bg
=
black
#yellow and base02
# default window title colors
set
-
window
-
option
-
g
window
-
status
-
style
fg
=
brightblue
,
bg
=
default
#base0 and default
#set-window-option -g window-status-style dim
# active window title colors
set
-
window
-
option
-
g
window
-
status
-
current
-
style
fg
=
brightred
,
bg
=
default
#orange and default
#set-window-option -g window-status-current-style bright
# pane border
set
-
option
-
g
pane
-
border
-
style
fg
=
black
#base02
set
-
option
-
g
pane
-
active
-
border
-
style
fg
=
brightgreen
#base01
# message text
set
-
option
-
g
message
-
style
fg
=
brightred
,
bg
=
black
#orange and base01
# pane number display
set
-
option
-
g
display
-
panes
-
active
-
colour
blue
#blue
set
-
option
-
g
display
-
panes
-
colour
brightred
#orange
# clock
set
-
window
-
option
-
g
clock
-
mode
-
colour
green
#green
# bell
set
-
window
-
option
-
g
window
-
status
-
bell
-
style
fg
=
black
,
bg
=
red
#base02, red
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment