|
1 |
| -To enable the `github` theme for `Lualine`, simply specify it in your lualine settings **after theme settings**: |
| 1 | +To enable the `github` theme for `Lualine`, simply specify it in your lualine settings **after theme settings**:A |
2 | 2 |
|
3 | 3 | ### packer
|
4 | 4 |
|
|
9 | 9 | config = function()
|
10 | 10 | require("lualine").setup {
|
11 | 11 | options = {
|
12 |
| - theme = "github" -- or "auto" |
| 12 | + theme = "auto" -- or you can assign github_* themes individually. |
13 | 13 | -- ... your lualine config
|
14 | 14 | }
|
15 | 15 | }
|
|
32 | 32 | lua << EOF
|
33 | 33 | require('lualine').setup {
|
34 | 34 | options = {
|
35 |
| - theme = 'github', -- or "auto" |
| 35 | + theme = "auto" -- or you can assign github_* themes individually. |
36 | 36 | -- ... your lualine config
|
37 | 37 | }
|
38 | 38 | }
|
|
44 | 44 | ```lua
|
45 | 45 | require('lualine').setup {
|
46 | 46 | options = {
|
47 |
| - theme = 'github', -- or "auto" |
| 47 | + theme = "auto" -- or you can assign github_* themes individually. |
48 | 48 | -- ... your lualine config
|
49 | 49 | }
|
50 | 50 | }
|
51 | 51 | ```
|
52 | 52 |
|
53 |
| -### Screenshots |
| 53 | +### Lualine Themes |
54 | 54 |
|
55 |
| -#### dark |
| 55 | +#### github_dark |
56 | 56 |
|
57 | 57 | 
|
58 | 58 | 
|
59 | 59 | 
|
60 | 60 | 
|
61 | 61 | 
|
62 | 62 |
|
63 |
| -#### dimmed |
| 63 | +#### github_dimmed |
64 | 64 |
|
65 | 65 | 
|
66 | 66 | 
|
67 | 67 | 
|
68 | 68 | 
|
69 | 69 | 
|
70 | 70 |
|
71 |
| -#### dark_default |
| 71 | +#### github_dark_default |
72 | 72 |
|
73 | 73 | 
|
74 | 74 | 
|
75 | 75 | 
|
76 | 76 | 
|
77 | 77 | 
|
78 | 78 |
|
79 |
| -#### dark_colorblind |
| 79 | +#### github_dark_colorblind |
80 | 80 |
|
81 | 81 | 
|
82 | 82 | 
|
83 | 83 | 
|
84 | 84 | 
|
85 | 85 | 
|
86 | 86 |
|
87 |
| -#### light |
| 87 | +#### github_light |
88 | 88 |
|
89 | 89 | 
|
90 | 90 | 
|
91 | 91 | 
|
92 | 92 | 
|
93 | 93 | 
|
94 | 94 |
|
95 |
| -#### light_default |
| 95 | +#### github_light_default |
96 | 96 |
|
97 | 97 | 
|
98 | 98 | 
|
99 | 99 | 
|
100 | 100 | 
|
101 | 101 | 
|
102 | 102 |
|
103 |
| -#### light_colorblind |
| 103 | +#### github_light_colorblind |
104 | 104 |
|
105 | 105 | 
|
106 | 106 | 
|
|
0 commit comments