Skip to content

Commit

Permalink
GHI-#1 Implement main color config theme
Browse files Browse the repository at this point in the history
  • Loading branch information
arcticicestudio committed Dec 22, 2016
1 parent 94112e5 commit cea4c44
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions src/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# title Nord Terminator +
# project nord-terminator +
# version +
# repository https://github.com/arcticicestudio/nord-terminator +
# author Arctic Ice Studio +
# email development@arcticicestudio.com +
# copyright Copyright (C) 2016 +
# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

[global_config]
title_inactive_bg_color = "#4C566A"
title_inactive_fg_color = "#D8DEE9"
title_receive_bg_color = "#8FBCBB"
title_receive_fg_color = "#2E3440"
title_transmit_bg_color = "#88C0D0"
title_transmit_fg_color = "#2E3440"
[profiles]
[[nord]]
background_color = "#2E3440"
cursor_color = "#D8DEE9"
foreground_color = "#D8DEE9"
palette = "#3B4252:#BF616A:#A3BE8C:#EBCB8B:#81A1C1:#B48EAD:#88C0D0:#E5E9F0:#4C566A:#BF616A:#A3BE8C:#EBCB8B:#81A1C1:#B48EAD:#8FBCBB:#ECEFF4"

0 comments on commit cea4c44

Please sign in to comment.